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=15280>. 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=15280 XMLString::trim ( char *const toTrim ) trims accentuated characters Summary: XMLString::trim ( char *const toTrim ) trims accentuated characters Product: Xerces-C++ Version: 2.1.0 Platform: HP OS/Version: HP-UX Status: NEW Severity: Normal Priority: Other Component: Utilities AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The trim method trims characters with an ascii code superior to 128. When recoding a trim method to override xerces' one, I noticed that I got the same result when using a variable of type 'char' to test characters( accentuated characters having a negative representation) . Using an 'unsigned char' solves the problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]