RESOLVED FIXED 169745
[UNIX] Implement currentSearchLocaleID() and currentTextBreakLocaleID()
https://bugs.webkit.org/show_bug.cgi?id=169745
Summary [UNIX] Implement currentSearchLocaleID() and currentTextBreakLocaleID()
Carlos Garcia Campos
Reported 2017-03-16 04:22:11 PDT
They are currently unimplemented and with a FIXME to use the system locale instead of default values. I think we can use the result of setlocale here directly
Attachments
Patch (2.54 KB, patch)
2017-03-16 04:24 PDT, Carlos Garcia Campos
ysuzuki: review+
Patch for landing (4.70 KB, patch)
2017-03-16 04:49 PDT, Carlos Garcia Campos
no flags
Carlos Garcia Campos
Comment 1 2017-03-16 04:24:13 PDT
Yusuke Suzuki
Comment 2 2017-03-16 04:38:49 PDT
Comment on attachment 304631 [details] Patch r=me. Can we use it too in JSCOnly port? Maybe, if (WIN32) ... else () APPEND(... unix things) endif () And I think we can drop text/jsconly thing.
Carlos Garcia Campos
Comment 3 2017-03-16 04:49:37 PDT
Created attachment 304633 [details] Patch for landing Including changes for JSCOnly
Yusuke Suzuki
Comment 4 2017-03-16 04:52:05 PDT
Comment on attachment 304633 [details] Patch for landing View in context: https://bugs.webkit.org/attachment.cgi?id=304633&action=review > Source/WTF/wtf/PlatformJSCOnly.cmake:6 > text/jsconly/TextBreakIteratorInternalICUJSCOnly.cpp We need to drop this line too.
Carlos Garcia Campos
Comment 5 2017-03-16 04:54:04 PDT
(In reply to comment #4) > Comment on attachment 304633 [details] > Patch for landing > > View in context: > https://bugs.webkit.org/attachment.cgi?id=304633&action=review > > > Source/WTF/wtf/PlatformJSCOnly.cmake:6 > > text/jsconly/TextBreakIteratorInternalICUJSCOnly.cpp > > We need to drop this line too. Right, I've just realized, thanks!
Carlos Garcia Campos
Comment 6 2017-03-16 04:55:26 PDT
Note You need to log in before you can comment on or make changes to this bug.