forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdb477b6
committed
Deal with yet another issue related to "Norwegian (Bokmål)" locale.
It emerges that recent versions of Windows (at least 2016 Standard)spell this locale name as "Norwegian Bokmål_Norway.1252", defeatingour mapping code that translates "Norwegian (Bokmål)_Norway" tosomething that's all-ASCII (cf commitsdb29620 andaa1d2fc).Add another mapping entry to handle this spelling.Per bug #16068 from Robert Ford. Like the previous patches,back-patch to all supported branches.Discussion:https://postgr.es/m/16068-4cb6eeaa7eb46d93@postgresql.org1 parentd995fd6 commitdb477b6
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
| 99 | + | |
| 100 | + | |
| 101 | + | |
99 | 102 |
| |
100 | 103 |
| |
| 104 | + | |
101 | 105 |
| |
102 | 106 |
| |
103 | 107 |
| |
|
0 commit comments
Comments
(0)