Re: c++ strings and UTF-8 (other charsets)

2007-02-25 Thread Rich Felker
On Sat, Feb 24, 2007 at 06:13:37PM +0100, Julien Claassen wrote: Hi! What I meant about UTF-8-strings in c++: I mean in c and c++ they're not standard like in Java. UTF-16, used by Java, is also variable-width. It can be either 2 bytes or 4 bytes per character. Support for the characters

Re: A call for fixing aterm/rxvt/etc...

2007-02-25 Thread Rich Felker
On Sat, Feb 24, 2007 at 01:39:25AM -0500, Rich Felker wrote: using luit for this sounds appealing, but in my experience luit (a) crashes frequently and (b) is easily confused by escape sequences and has no user interface for resetting all its iso-2022 state, so in practice it works for

Re: c++ strings and UTF-8 (other charsets)

2007-02-25 Thread Marcel Ruff
Rich Felker wrote: On Sat, Feb 24, 2007 at 06:13:37PM +0100, Julien Claassen wrote: Hi! What I meant about UTF-8-strings in c++: I mean in c and c++ they're not standard like in Java. UTF-16, used by Java, is also variable-width. It can be either 2 bytes or 4 bytes per character.