Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5bddded

Browse files
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

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

‎doc/TODO

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Fri Sep 215:51:34 EDT 2005
5+
Last updated:Fri Sep 216:11:27 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1023,6 +1023,8 @@ Source Code
10231023
* Fix sgmltools so PDFs can be generated with bookmarks
10241024
* %Clean up compiler warnings (especially with gcc version 4)
10251025
* Add function to return the thread safety status of libpq and ecpg
1026+
* Use UTF8 encoding for NLS messages so all server encodings can
1027+
read them properly
10261028

10271029

10281030
* Win32
@@ -1037,12 +1039,6 @@ Source Code
10371039
o Re-enable timezone output on log_line_prefix '%t' when a
10381040
shorter timezone string is available
10391041
o Fix problem with shared memory on the Win32 Terminal Server
1040-
o %Add support for Unicode
1041-
1042-
To fix this, the data needs to be converted to/from UTF16/UTF8
1043-
so the Win32 wcscoll() can be used, and perhaps other functions
1044-
like towupper(). However, UTF8 already works with normal
1045-
locales but provides no ordering or character set classes.
10461042

10471043

10481044
* Wire Protocol Changes

‎doc/src/FAQ/TODO.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Fri Sep 215:51:34 EDT 2005
11+
Last updated: Fri Sep 216:11:27 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -925,6 +925,8 @@ <h1><a name="section_22">Source Code</a></h1>
925925
</li><li>Fix sgmltools so PDFs can be generated with bookmarks
926926
</li><li>%Clean up compiler warnings (especially with gcc version 4)
927927
</li><li>Add function to return the thread safety status of libpq and ecpg
928+
</li><li>Use UTF8 encoding for NLS messages so all server encodings can
929+
read them properly
928930
</li><li>Win32
929931
<ul>
930932
<li>Remove configure.in check for link failure when cause is found
@@ -937,12 +939,6 @@ <h1><a name="section_22">Source Code</a></h1>
937939
</li><li>Re-enable timezone output on log_line_prefix '%t' when a
938940
shorter timezone string is available
939941
</li><li>Fix problem with shared memory on the Win32 Terminal Server
940-
</li><li>%Add support for Unicode
941-
<p> To fix this, the data needs to be converted to/from UTF16/UTF8
942-
so the Win32 wcscoll() can be used, and perhaps other functions
943-
like towupper(). However, UTF8 already works with normal
944-
locales but provides no ordering or character set classes.
945-
</p>
946942
</li></ul>
947943
</li><li>Wire Protocol Changes
948944
<ul>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp