- Notifications
You must be signed in to change notification settings - Fork5
Commit1fe5020
committed
Tell gettext which codeset to use by calling bind_textdomain_codeset(). We
already did that on Windows, but it's needed on other platforms too whenLC_CTYPE=C. With other locales, we enforce (or trust) that the codeset ofthe locale matches the server encoding so we don't need to bind itexplicitly. It should do no harm in that case either, but I don't havefull faith in the PG encoding -> OS codeset mapping table yet. Per recentdiscussion on pgsql-hackers.1 parentbaf048d commit1fe5020
File tree
4 files changed
+33
-16
lines changed- src
- backend/utils
- init
- mb
- include/mb
4 files changed
+33
-16
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1242 | 1242 |
| |
1243 | 1243 |
| |
1244 | 1244 |
| |
1245 |
| - | |
| 1245 | + | |
1246 | 1246 |
| |
1247 | 1247 |
| |
1248 | 1248 |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
265 | 265 |
| |
266 | 266 |
| |
267 | 267 |
| |
| 268 | + | |
| 269 | + | |
| 270 | + | |
268 | 271 |
| |
269 | 272 |
| |
270 | 273 |
| |
|
Lines changed: 25 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
890 | 890 |
| |
891 | 891 |
| |
892 | 892 |
| |
893 |
| - | |
| 893 | + | |
894 | 894 |
| |
895 | 895 |
| |
896 | 896 |
| |
| |||
929 | 929 |
| |
930 | 930 |
| |
931 | 931 |
| |
932 |
| - | |
| 932 | + | |
933 | 933 |
| |
934 | 934 |
| |
935 | 935 |
| |
| |||
939 | 939 |
| |
940 | 940 |
| |
941 | 941 |
| |
942 |
| - | |
943 |
| - | |
944 |
| - | |
945 |
| - | |
946 | 942 |
| |
947 | 943 |
| |
948 | 944 |
| |
949 |
| - | |
950 |
| - | |
| 945 | + | |
951 | 946 |
| |
952 | 947 |
| |
953 |
| - | |
| 948 | + | |
954 | 949 |
| |
955 |
| - | |
| 950 | + | |
| 951 | + | |
956 | 952 |
| |
957 | 953 |
| |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
958 | 972 |
| |
959 | 973 |
| |
960 | 974 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
391 | 391 |
| |
392 | 392 |
| |
393 | 393 |
| |
394 |
| - | |
| 394 | + | |
395 | 395 |
| |
396 | 396 |
| |
397 | 397 |
| |
|
0 commit comments
Comments
(0)