forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit035226c
committed
Add "SHIFT_JIS" as an accepted encoding name for locale checking.
When locale is "ja_JP.SJIS", nl_langinfo(CODESET) returns "SHIFT_JIS"on some platforms, at least on RedHat Linux. So the encoding/localematch table (encoding_match_list) needs the entry. Otherwise clientencoding is set to SQL_ASCII.Back patch to all supported branches.1 parent7e69421 commit035226c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| |||
0 commit comments
Comments
(0)