[Webkit-unassigned] [Bug 154486] Improvements to Intl code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 19 19:11:52 PST 2016


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

--- Comment #6 from Sukolsak Sakshuwong <sukolsak at gmail.com> ---
(In reply to comment #3)
> Comment on attachment 271835 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=271835&action=review
> 
> > Source/JavaScriptCore/runtime/IntlDateTimeFormat.cpp:674
> > +    m_dateFormat = std::unique_ptr<UDateFormat, UDateFormatDeleter>(udat_open(UDAT_IGNORE, UDAT_IGNORE, m_locale.utf8().data(), timeZoneView.upconvertedCharacters(), timeZoneView.length(), pattern.upconvertedCharacters(), pattern.length(), &status));
> 
> Since ICU headers were updated to v52, UDAT_PATTERN is preferred over
> UDAT_IGNORE. Mind changing that while you are in here?

Done. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160220/0fd250d6/attachment.html>


More information about the webkit-unassigned mailing list