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=22821>. 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=22821 locale-sensitive function used to validate 'double' type Summary: locale-sensitive function used to validate 'double' type Product: Xerces-C++ Version: 2.3.0 Platform: All OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Validating Parser (Schema) (Xerces 1.5 or up only) AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] XMLDouble::checkBoundary uses the locale-sentitive C function strtod to validate the schema 'double' primitive data type. This causes an incorrect exception in locales such as Swedish that use a comma decimal delimiter since the decimal delimiter for the 'double' type is defined to be a period. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]