- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Wed, 25 Aug 2010 21:40:42 -0400
On 8/25/10 9:37 PM, Boris Zbarsky wrote: > Note that this issue means that using atob or btoa for dealing with this > is a huge pain if non-ASCII chars are involved, since those take and > return byte arrays masquerading as JS strings, not actual Unicode strings. Of course I can't find any actual spec for atob/btoa. I would think it needs to be part of the Window spec, no? -Boris
Received on Wednesday, 25 August 2010 18:40:42 UTC