[Webkit-unassigned] [Bug 45730] API to support localized numbers for <input type=number>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 13 22:08:30 PDT 2010


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





--- Comment #4 from Alexey Proskuryakov <ap at webkit.org>  2010-09-13 22:08:30 PST ---
+// Returns true if the input character can be used to represent a
+// localized number. For example, this should return true for 0-9 . , +
+// - for en-US locale.
+bool isLocalizedNumberCharacter(UChar32);

Should this depend on browser locale, or on page language?

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