2 posts tagged with l10n. (View popular tags)
Displaying 1 through 2. Subscribe: http://ask.metafilter.com/tags/l10n/rss RSS feed for this tag

How are people dealing with >16 bit Unicode code points? Specifically, in languages like Java, C# and C++, which assume 16 bit characters (I believe), how are you supporting GB 18030? I would suspect that the various languages' methods like substring(), charAt(), operator[], etc can't be safely used in China. If your wstring, say, contains a Chinese string, then .size() doesn't tell you how many characters are in it, right? On a related note, what interesting Chinese characters require more than >16 bits? I'm thinking about making a short presentation for my co-workers on this subject and I'd like to have some interesting examples. (Oh, and I'm going to run any examples by my Chinese colleagues first, so don't bother trying to make me say "penis" or something in front of my co-workers :-))
posted on Apr 4, 2008 - 6 answers

Are there any Java Format classes for handling file sizes? [more inside]
posted on Jan 16, 2006 - 5 answers