Re: Headers / caches proposal (revised)

* 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:bjoern@hoehrmann.de · 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/ 

Received on Wednesday, 3 May 2006 01:15:28 UTC