icu
Sqlite and FTS tables with ICU tokenizer bug or not?
I have a strange problem with an FTS table in my sqlite database. I am creating a table like this: CREATE VIRTUAL TABLE table01 USING fts4(name, content, tokenize=icu ru_RU);[详细]
2023-03-12 13:16 分类:问答ResourceBundle returns NULL without any errors being raised
For internationalized data it would be great to work with the \\ResourceBundle class from PHP\'s \"intl\" extension.[详细]
2023-03-11 06:51 分类:问答Questions while updating some scanner code to use ICU
I am working on a rudimentary hand-coded lexical scanner and wish to support UTF-8 input (it\'s not 1970 anymore!). Input characters are read from stdin or a file one at a time and pushed into a buffe[详细]
2023-03-09 04:59 分类:问答ICU and string compare
can anybody explain why the following compare are not equal? void CompareTest() { UErrorCode status = U_ZERO_ERROR;[详细]
2023-03-06 16:17 分类:问答Looking for simple practical C++ examples of how to use ICU
I am looking for simple practical C++ examples on how to use ICU. The ICU home page is not helpful in this regar开发者_运维知识库d.[详细]
2023-03-05 21:23 分类:问答can i convert from char* to UChar in ICU?
I have a char * (containing utf-8 string) that i want to pass to ICU to convert it to ANSI (ISO-8859-6) . Unfortunately it seems that most ICU functions take UChar no开发者_StackOverflowt char*.[详细]
2023-03-05 09:02 分类:问答icu and converter from memory
I want to create an converter from memory. I have created the etrypoint_dat and then the c file from my converter and joined the two struct together:[详细]
2023-03-05 04:54 分类:问答Problems building ICU samples under VS2008
I tried to build ICU4C sample \"uncv\" using visual studio 2008 without success I added the header directories (Configuration Properties > C/C++ > General > Additional Include Directories)[详细]
2023-03-05 02:15 分类:问答why UChar* is not working with this ICU conversion?
When converting from UTF-8 to ISO-8859-6 this code didn\'t work: UnicodeString ustr = UnicodeString::fromUTF8(StringPiece(input));[详细]
2023-03-04 22:28 分类:问答How do I send an ICU UnicodeString using a boost::asio:write call?
I\'m curre开发者_高级运维ntly using the ICU library to handle Unicode data, and am trying to send a UnicodeString over a socket. Currently looking at the example using a basic time server:[详细]
2023-03-04 17:58 分类:问答