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=14805>.
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=14805

MacOSUnicodeConverter doesn't behave like other platforms

           Summary: MacOSUnicodeConverter doesn't behave like other
                    platforms
           Product: Xerces-C++
           Version: 2.1.0
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Utilities
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The following code compiled on MacOS X using the native transcoder will return 0
instead of a null string:
  
    XMLCh xa[] = {chNull};                                                      
    return XMLString::transcode(xa);                                    

On Linux and Windows, this returns a valid pointer to an array of one character
containing '\0'.

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

Reply via email to