Tagged Questions
3
votes
2answers
1k views
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 is ...
2
votes
3answers
440 views
How to build ICU so I can use it in an iPhone app?
How do I configure and build ICU so I can link it to my iPhone app?
I'm maintaining an iPhone app that uses a SQLite database. Now I have to compile with ICU support enabled (SQLITE_ENABLE_ICU). I've ...
2
votes
1answer
122 views
Is ICU a private framework on iOS?
Is ICU considered to be a private framework in Apple terms? It's not very clear to me whether the header files in $SDK/usr/include/ are private or not. I'd like to use functions like u_strcasecmp ...
2
votes
3answers
1k 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...
...
1
vote
2answers
105 views
Removing a trailing Space from Regex Matched group
I'm using regular expression lib icucore via RegKit on the iPhone to
replace a pattern in a large string.
The Pattern i'm looking for looks some thing like this
| hello world (P1)|
I'm matching ...
1
vote
2answers
648 views
Problem with cross compiling icu
I am trying to cross compile the icu library for the iPhone. I downloaded a configure script wrapper from http://sites.google.com/site/michaelsafyan/coding/articles/iphone
When I execute it, I get the ...