icu
icu4j cyrillic to latin
I\'m trying to get Cyrillic words to be in latin so I can have them in urls. I use icu4j transliterator, but it still gives weird characters like this: Vilʹândimaa. It should be more like viljandima[详细]
2023-03-01 20:50 分类:问答How to use Locale::acceptFromHttp without a filter list?
locale_accept_from_http is a basic wrapper around ICU\'s API uloc_acceptLanguageFromHTTP but the PHP/PECL implementation seems fundamentally flawed that it uses the systems entire set of locales inste[详细]
2023-03-01 05:38 分类:问答In ICU UnicodeString what is the difference between countChar32() and length()?
From the docs; The length is the number of 开发者_如何学运维UChar code units are in the UnicodeString. If you want the number of code points, please use countChar32().[详细]
2023-02-23 13:16 分类:问答ICU equivalent of strerror(3) for getting the message for a UErrorCode?
I\'ve tried RTM, but: give开发者_开发知识库n an ICU UErrorCode, how can I obtain the corresponding error message string?I.e., ICU\'s equivalent of strerror(3).const char *u_errorName(UErrorCode code)[详细]
2023-02-21 18:45 分类:问答Has anyone used ICU with Delphi?
Has anyone used the ICU ( see http://site.icu-project.org/ ) DLLs from Delphi? Specifically I\'m interested in the Code Page Conversion and Collation functions.[详细]
2023-02-20 08:02 分类:问答Sorting for Japanese Language
I am working on one application which need Sorting in Japanese language. Sorting of Japanese needs to have Katakana and Kanji converted to Hiragana and then sorted according to the UTF-8 code.[详细]
2023-02-18 13:50 分类:问答Installing intl on OS X 10.6.6: Invalid library (maybe not a PHP library) intl.so
I\'m trying to install the PHP extension intl on my fresh install of OS X 10.6.6, using the PHP version that shipped with it (v5.3.3).[详细]
2023-02-17 11:11 分类:问答CharsetICU java example for char set conversion
I need to conve开发者_开发问答rt a file from EBCDIC (IBM 937) to UTF-8. Any idea how I can use the CharsetICU (icu4j API) for charset conversion?There is no need to use external libraries to do this c[详细]
2023-02-16 21:29 分类:问答A question about charset encoding and ICU4C
I\'m running CTS on an android product device(the base code is android 2.3), but the following case failed:[详细]
2023-02-15 18:38 分类:问答Convert ICU4C byte to java char
I am accessing an ICU4C function through JNI which returns a UChar * (i.e. unicode character array).... I was able to conv开发者_C百科ert that to jbyteArray by equating each member of the UChar array[详细]
2023-02-12 11:47 分类:问答