This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Solaris -vs- iconv
- To: Per Bothner <per at bothner dot com>
- Subject: Re: Solaris -vs- iconv
- From: Tom Tromey <tromey at redhat dot com>
- Date: 03 Apr 2001 07:14:33 -0600
- Cc: java at gcc dot gnu dot org
- References: <Pine.LNX.4.10.10103261550370.9543-100000@mars.deadcafe.org> <3ABFE959.458D6691@albatross.co.nz> <8766gqd9fp.fsf@creche.redhat.com> <m28zlmn2r3.fsf@kelso.bothner.com>
- Reply-To: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
>> Using something like UTF-8 would mean returning strings and such.
Per> I don't understand this. Do you mean what the lexer returns as
Per> the value of a character token?
I just mean that a UCS-2 value fits in an int. It is easy to
manipulate in C. A UTF-8 encoded character requires buffer
manipulation and is a pain.
Tom