[Webkit-unassigned] [Bug 38890] Multi-byte issue in JavaScriptCore formatLocaleDate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 19:42:58 PDT 2010


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





--- Comment #5 from Leo Yang <leo.yang at torchmobile.com.cn>  2010-05-11 19:42:58 PST ---
(In reply to comment #4)
> mbstowcs: it's a standard c function, but I think it would be nice if we use WTF::Unicode layer for this, as other Unicode related functions are also gathered there.

Yes. It's better to do so. If we do it, we need to add interface and ask each platform to implement. We need also to propagate this bug to every platform. And most platform implementation will just call mbstowcs. Is it necessary to make things complex?

If a platform has no mbstowcs, just implement it, we can treat mbstowcs as an interface :)

-- 
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