[Python-checkins] CVS: python/dist/src/Misc NEWS,1.173,1.174

M.-A. Lemburg lemburg@users.sourceforge.net
Tue, 22 May 2001 01:58:25 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv21176

Modified Files:
	NEWS 
Log Message:
Added NEWS item for the UTF-16 change.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.173
retrieving revision 1.174
diff -C2 -r1.173 -r1.174
*** NEWS	2001/05/15 18:38:45	1.173
--- NEWS	2001/05/22 08:58:23	1.174
***************
*** 4,7 ****
--- 4,12 ----
  Core
  
+ - The UTF-16 codec was modified to be more RFC compliant. It will now
+   only remove BOM characters at the start of the string and then
+   only if running in native mode (UTF-16-LE and -BE won't remove a
+   leading BMO character).
+ 
  - Strings now have a new method .decode() to complement the already
    existing .encode() method. These two methods provide direct access