* Mark Nottingham wrote:
>Does DOMString expose the character encoding? I thought it was just a  
>character abstraction based on Unicode (again, I'm not a DOM expert,  
>much less an i18n one...)

DOMString must be UTF-16 but it's not possible to tell using DOM
interfaces whether the requirement has been met. The requirement
is widely ignored in practise, many implementations use UTF-8 or
UTF-32 instead.
-- 
Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Reply via email to