# New Ticket Created by  Dan Sugalski 
# Please include the string:  [perl #31644]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31644 >


Right now we don't do any string encoding twiddling when doing IO. We 
also store all our strings internally as either iso-8859-1 for 
strings with only 8-bit codepoints, UTF-16 for strings with all 
codepoints less than 64k, and UTF-32 for the rest. This is fine, but 
most files want all UTF-8 or UTF-16.
-- 
                                Dan

--------------------------------------it's like this-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                       teddy bears get drunk

Reply via email to