Add:
authorBruce Momjian
Sun, 21 Aug 2005 01:04:45 +0000 (01:04 +0000)
committerBruce Momjian
Sun, 21 Aug 2005 01:04:45 +0000 (01:04 +0000)
> * Fix problems with wrong runtime encoding conversion for NLS message files

doc/TODO
doc/src/FAQ/TODO.html

index 7af61e7c689a353b41a62f5cf5128cc5e77cf5ed..56aa3de6eceb1f44617583e032fbafab7dd6a959 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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
index a73b3c0e29b9f0c185e1749d96a325ef1668dbba..a2b70a78bc951e5142bb5f4e9a74cad6610aa141 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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.
@@ -275,6 +275,7 @@ first.
   
  • 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