okay
after coming to the conclusion that ICU pretty much sucks ..
What are the alternatives ?
I'd like to join the rest of you coders who somehow manage to use UTF-8 in your programs ..
There must be other libraries besides ICU .. what are they ?
C and UTF-8 support
Started by denarced, Sep 11 2008 10:07 AM
2 replies to this topic
#1
Posted 11 September 2008 - 10:07 AM
|
|
|
#2
Posted 12 September 2008 - 05:45 PM
I use a jumble of quick hacks, which I've put into functions. Eventually I'll need to sort it out, but an easy hack that I use the most is implementing an & escape like in html. In other words, printf(utf("&3042")); prints "あ".
#3
Posted 14 September 2008 - 12:42 PM
Aereshaa said:
I use a jumble of quick hacks, which I've put into functions. Eventually I'll need to sort it out, but an easy hack that I use the most is implementing an & escape like in html. In other words, printf(utf("&3042")); prints "あ".
hmm .. interesting .. thanks .. could be a useful piece of information some day ..


Sign In
Create Account


Back to top









