1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
> * Fix problems with wrong runtime encoding conversion for NLS message files
This commit is contained in:
Bruce Momjian
2005-08-21 01:04:45 +00:00
parent f39f6b500f
commit e22443f405
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Thu Aug 18 10:14:29 EDT 2005
Last updated: Sat Aug 20 21:04:41 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -294,6 +294,7 @@ Multi-Language Support
* Improve UTF8 combined character handling?
* Add octet_length_server() and octet_length_client()
* Make octet_length_client() the same as octet_length()?
* Fix problems with wrong runtime encoding conversion for NLS message files
Views / Rules

View File

@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
Last updated: Thu Aug 18 10:14:29 EDT 2005
Last updated: Sat Aug 20 21:04:41 EDT 2005
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@ -275,6 +275,7 @@ first.
</li><li>Improve UTF8 combined character handling?
</li><li>Add octet_length_server() and octet_length_client()
</li><li>Make octet_length_client() the same as octet_length()?
</li><li>Fix problems with wrong runtime encoding conversion for NLS message files
</li></ul>
<h1><a name="section_7">Views / Rules</a></h1>