DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10915>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10915

copyright symbol isn't UTF-8?

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-07-17 18:52 -------
0xa9 is indeed not a valid UTF-8 byte.  There's certainly a way of encoding 
unicode value 0xa9 in UTF-8, but to do so would require a 2-byte sequence 
(indeed, any unicode value > 0x7f will require more than one byte in UTF-8).  
Since the DTD isn't UTF-8, an encoding attribute should be added to its XML 
decl (i.e., something like <?xml version="1.0" encoding="ISO-8859-1"?> should 
be added to it).  But the DTD is not well-formed as-is, so there's no recourse 
but to change it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to