]> granicus.if.org Git - python/commitdiff
Add news item for the new charmap codecs.
authorMarc-André Lemburg <mal@egenix.com>
Sun, 23 Oct 2005 13:43:40 +0000 (13:43 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Sun, 23 Oct 2005 13:43:40 +0000 (13:43 +0000)
Misc/NEWS

index 05ca0fd069105eada9790a88b9badfd91729289f..8ee1e35bf99ed1bb233d4093da515c4aa1974a48 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,14 @@ What's New in Python 2.5 alpha 1?
 Core and builtins
 -----------------
 
+- Replaced most Unicode charmap codecs with new ones using the
+  new Unicode translate string feature in the builtin charmap
+  codec; the codecs were created from the mapping tables available
+  at ftp.unicode.org and contain a few updates (e.g. the Mac OS
+  encodings now include a mapping for the Apple logo)
+
+- Added a few more codecs for Mac OS encodings 
+
 - Speed up some Unicode operations.
 
 - A new AST parser implementation was completed.