[Webkit-unassigned] [Bug 41510] Add Base64DecodePolicy option at base64Decode()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 09:54:01 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41510





--- Comment #15 from Darin Adler <darin at apple.com>  2010-08-02 09:54:01 PST ---
(From update of attachment 63224)
> +    // The ascii() function turns any non-ASCII characters into "?" characters,
> +    // which yields correct behavior because those are illegal in base 64.

The ascii() function also turns U+0001-U+001F and U+007F into "?" characters. And turns the null string into "(null impl)". Are those behaviors desirable here? Do we have test cases that cover these?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list