icu
what languages are supported in icu collation?
I was browsing through the ICU source code (http://icu-project.org/), and I couldn\'t find what languages it supports out of the box for collation. Could someone h开发者_开发知识库elp me?Edit: Note th[详细]
2023-01-19 19:20 分类:问答ICU Probe All Currency Symbols
Is there a way to probe the ICU library for all UChar\'s representing currency symbols supported by the library?[详细]
2023-01-19 13:16 分类:问答icu4c--> ushape.c missing character in shaping?
in our langauge we use arabic characters in writing with some differences, icu\'s ushape.c ( arabic shaper) only works with main arabic characters and dosn\'t shape my language specific characters ( i[详细]
2023-01-19 02:56 分类:问答C++ encode string to Unicode - ICU library
I need to convert a bunch of bytes in ISO-2022-JP and ISO-2022-JP-2 (and other variations of ISO-2022) into Unicode.I am trying to use ICU (link text), but the following code doesn\'t work.[详细]
2023-01-16 02:57 分类:问答android, moving from icu4j to icu4c
i have class used with android frameworks, it calls icu4j\'s Arabicshaping. now i\'v merged this class with another android branch that uses icu4c ( c implementation). but build process gives me error[详细]
2023-01-16 02:53 分类:问答ICU regex quoting
I am wondering if there is a way to quote a string in the ICU (c++) library. There exists \"\\Q\" + string + \"\\E\" but I开发者_如何学Go am having generated input come in as the string provided. Ther[详细]
2023-01-04 17:15 分类:问答Code to strip diacritical marks using ICU
Can somebody please provide some sample code to strip diacritical marks (i.e., replace characters having accents, umlauts, etc., with their unaccented, unumlauted, etc., character equivalents, e.g., e[详细]
2023-01-03 02:54 分类:问答Comparing ICU sort keys (collator_get_sort_key) in PHP
Is strcmp() appropriate for comparing ICU collator sort ke开发者_开发百科ys in PHP? The sort keys I\'m asking about are from collator_get_sort_key() which are described in ICU documentation.strcmp ca[详细]
2022-12-28 00:34 分类:问答Can you get access to the NumberFormatter used by ICU MessageFormat
This may be a niche question but I\'m working with ICU to format currency strings. I\'ve bumped into a situation that I don\'t quite understand.[详细]
2022-12-23 15:44 分类:问答iPhone app rejection for using ICU (Unicode extensions)
I received the following mail form Apple, considering my application: Thank you for submitting your update to Νομοθεσία to the App Store.During our review of your application we found it i[详细]
2022-12-22 12:25 分类:问答