forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5bddded
committed
Add:
> * Use UTF8 encoding for NLS messages so all server encodings can> read them properly< o %Add support for Unicode<< To fix this, the data needs to be converted to/from UTF16/UTF8< so the Win32 wcscoll() can be used, and perhaps other functions< like towupper(). However, UTF8 already works with normal< locales but provides no ordering or character set classes.1 parent3bea1a3 commit5bddded
2 files changed
+6
-14
lines changedLines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
1023 | 1023 |
| |
1024 | 1024 |
| |
1025 | 1025 |
| |
| 1026 | + | |
| 1027 | + | |
1026 | 1028 |
| |
1027 | 1029 |
| |
1028 | 1030 |
| |
| |||
1037 | 1039 |
| |
1038 | 1040 |
| |
1039 | 1041 |
| |
1040 |
| - | |
1041 |
| - | |
1042 |
| - | |
1043 |
| - | |
1044 |
| - | |
1045 |
| - | |
1046 | 1042 |
| |
1047 | 1043 |
| |
1048 | 1044 |
| |
|
Lines changed: 3 additions & 7 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 |
| |
| |||
925 | 925 |
| |
926 | 926 |
| |
927 | 927 |
| |
| 928 | + | |
| 929 | + | |
928 | 930 |
| |
929 | 931 |
| |
930 | 932 |
| |
| |||
937 | 939 |
| |
938 | 940 |
| |
939 | 941 |
| |
940 |
| - | |
941 |
| - | |
942 |
| - | |
943 |
| - | |
944 |
| - | |
945 |
| - | |
946 | 942 |
| |
947 | 943 |
| |
948 | 944 |
| |
|
0 commit comments
Comments
(0)