forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8122e6f
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 parent324577f commit8122e6f
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
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)