--On Thursday, August 17, 2006 12:42 PM +0200 Dirk <[EMAIL PROTECTED]> wrote:
If you read here http://www.w3.org/TR/REC-xml/#charsets not all characters are valid in XML. Only "|#x9 | #xA | #xD" for the sub-32 codepoints. That is my experience also. you can hexencode the values or do whatever you want. The character is still not allowed in a XML stream.
So perhaps we should limit the sub-32 range to those allowed characters and issue a warning to stderr if anything else is encountered. Codes from 128 and up are still passed through.
_______________________________________________ vss2svn-users mailing list Project homepage: http://www.pumacode.org/projects/vss2svn/ Subscribe/Unsubscribe/Admin: http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org Mailing list web interface (with searchable archives): http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user