0
votes
1answer
26 views
ICU Custom Currency Formatting (C++)
Is it possible to custom format currency strings using the ICU library similar to the way it lets you format time strings by providing a format string (e.g. "mm/dd/yyy").
So that for a given locale …
0
votes
0answers
24 views
sqlite3 icu extention
Hi,
I think sqlite3 very handy software on many situation. But I need ICU support for sort order. I red many documents at Internet. I gave up a few times to use sqlite, I deleted the my downloads. But …
1
vote
1answer
90 views
Compiling the icu sqlite extension statically linked to icu.
I want to compile the icu sqlite extension statically linked to icu.
This is what I've tried, maybe the mistake is obvious to you.
> cd icu/source
> ./runConfigureIcu Linux --enable-static …
0
votes
0answers
35 views
IBM ICU - String conversion functions
In IBM ICU C library are there any string to number conversion functions. Something like atoi and atoll.
I am looking for ICU function for string conversions - Cross platform, cross compiler and 32 …
0
votes
1answer
88 views
Finding type of break in icu::BreakIterator
I'm trying to understang how to use icu::BreakIterator to find specific words.
For example I have following sentence:
To be or not to be? That is the question...
Word instance of break iterator …
1
vote
3answers
55 views
Does ICU handle the collation of a list of strings of varying languages?
My application may have strings comprised of different alphabets / languages in a single list. I can't seem to find any information on what the correct method for sorting these should be or any …
4
votes
3answers
315 views
How to parse kanji numeric characters using ICU?
I'm writing a function using ICU to parse an Unicode string which consists of kanji numeric character(s) and want to return the integer value of the string.
"五" => 5
"三十一" => 31
"五千九百七十二" => 5972
…
3
votes
2answers
446 views
Looking for a good tutorial for ICU
I was looking recently for a toolkit/library with good unicode support. I had checked ICU, Qt3, Qt4 and Glib. Unfortunalty all of them with exception of ICU had some missing features or had …
1
vote
2answers
338 views
How can I transliterate chinese text to pinyin on iPhone?
The localization saga continues...
So I'm trying to support collation of chinese text in my iPhone app, and after talking to a native chinese speaker, I think I understand how the chinese do it...
…
7
votes
3answers
579 views
Is there stl and utf8 friendly C++ Wrapper for ICU, or other powerful unicode library
Hello,
I need a good Unicode library for C++. I need
Transformations in Unicode sensitive way. For example sort all strings in case insensitive way and get their first characters for index. Convert …
