[Webkit-unassigned] [Bug 95835] RenderQuote's QUOTE_LANG table should be auto-generated from CLDR

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 11:58:32 PDT 2012


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





--- Comment #2 from Elliott Sprehn <esprehn at chromium.org>  2012-09-06 11:58:47 PST ---
This should be a script that you run that downloads the XML and transforms it into a cpp/h file. We can't do it at build time because the CLDR being down, or you not having an internet connection, would prevent you from building a working webkit.

The quotations are stored in each language XML

http://unicode.org/cldr/trac/browser/trunk/common/main/en.xml

<delimiters>
  <quotationStart>“</quotationStart>
  <quotationEnd>”</quotationEnd>
  <alternateQuotationStart>‘</alternateQuotationStart>
  <alternateQuotationEnd>’</alternateQuotationEnd>
</delimiters>

This would be a nice change. :)

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