forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd5bc238
committed
Update Win32 item:
< o Disallow encodings like UTF8 which PostgreSQL supports< but the operating system does not (already disallowed by< pginstaller)> o Add support for Unicode< To fix UTF8, the data needs to be converted to UTF16 and then< the Win32 wcscoll() can be used, and perhaps other functions> To fix this, the data needs to be converted to/from UTF16/UTF8> so the Win32 wcscoll() can be used, and perhaps other functions< locales but provides no ordering.<> locales but provides no ordering or character set classes.1 parent17c8276 commitd5bc238
1 file changed
+5
-8
lines changedLines changed: 5 additions & 8 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 |
| |
| |||
933 | 933 |
| |
934 | 934 |
| |
935 | 935 |
| |
936 |
| - | |
937 |
| - | |
938 |
| - | |
| 936 | + | |
939 | 937 |
| |
940 |
| - | |
941 |
| - | |
| 938 | + | |
| 939 | + | |
942 | 940 |
| |
943 |
| - | |
944 |
| - | |
| 941 | + | |
945 | 942 |
| |
946 | 943 |
| |
947 | 944 |
| |
|
0 commit comments
Comments
(0)