commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Patch #716] Fix bug encoding 0x0000 in EncoderUTF8


From: nobody
Subject: [Patch #716] Fix bug encoding 0x0000 in EncoderUTF8
Date: Thu, 28 Nov 2002 18:34:28 -0500

Patch #716 has been updated. 

Project: 
Category: None
Status: Closed
Summary: Fix bug encoding 0x0000 in EncoderUTF8

Follow-Ups:

Date: 2002-Nov-27 20:19
By: tromey

Comment:
I don't think this patch is required.
buf is a `char []', and a char can never be negative.
So I think adding this test changes nothing.

It may make sense to remove the redundant
test from convertToBytes().

Or perhaps to let the UTF-8 encoder generate
"java-style" UTF-8, where \0 is mapped to a 
2-byte value (this would have to be optional).

-------------------------------------------------------

Date: 2002-Nov-28 00:09
By: tromey

Comment:
I don't think this patch is required.
buf is a `char []', and a char can never be negative.
So I think adding this test changes nothing.

It may make sense to remove the redundant
test from convertToBytes().

Or perhaps to let the UTF-8 encoder generate
"java-style" UTF-8, where \0 is mapped to a 
2-byte value (this would have to be optional).

-------------------------------------------------------

Date: 2002-Nov-28 23:34
By: tromey

Comment:
I don't think this patch is required.
buf is a `char []', and a char can never be negative.
So I think adding this test changes nothing.

It may make sense to remove the redundant
test from convertToBytes().

Or perhaps to let the UTF-8 encoder generate
"java-style" UTF-8, where \0 is mapped to a 
2-byte value (this would have to be optional).

-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://savannah.gnu.org/patch/?func=detailpatch&patch_id=716&group_id=85




reply via email to

[Prev in Thread] Current Thread [Next in Thread]