[jira] Created: (XERCESC-1471) problems and solution with building in mingw-msys enviromen

2005-08-04 Thread Michal Eibl (JIRA)
problems and solution with building in mingw-msys enviromen --- Key: XERCESC-1471 URL: http://issues.apache.org/jira/browse/XERCESC-1471 Project: Xerces-C++ Type: Bug Components: Build Versions: 2.6.0

[jira] Resolved: (XERCESC-1470) segmentation fault in xerces 2.6.0 on this file for unknown reason

2005-08-04 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1470?page=all ] Alberto Massari resolved XERCESC-1470: -- Resolution: Won't Fix Hi Jay, the issue disappeared in version 1.89 of IGXMLScanner.cpp, as part of a general reorganization of the code.

[jira] Commented: (XERCESC-1470) segmentation fault in xerces 2.6.0 on this file for unknown reason

2005-08-04 Thread cargilld (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1470?page=comments#action_12317624 ] cargilld commented on XERCESC-1470: --- Hi, FYI, I tried this on the 2.7 branch and it works fine... David segmentation fault in xerces 2.6.0 on this file for unknown

[jira] Commented: (XERCESC-1469) Xerces-c.dll does not transcode UTF-8 string

2005-08-04 Thread cargilld (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1469?page=comments#action_12317626 ] cargilld commented on XERCESC-1469: --- Hi, I tried this on the 2.7 branch and it worked fine (although you didn't provide the schema referenced in simpletext.xml). What

[jira] Resolved: (XERCESC-1468) Wrong encoding in output

2005-08-04 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1468?page=all ] Alberto Massari resolved XERCESC-1468: -- Resolution: Invalid Hi Manfred, the behaviour of DOMWriter is correct: the DOM specs require writeToString to use UTF-16 as encoding

[jira] Commented: (XERCESC-1470) segmentation fault in xerces 2.6.0 on this file for unknown reason

2005-08-04 Thread Jay Berkenbilt (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1470?page=comments#action_12317635 ] Jay Berkenbilt commented on XERCESC-1470: - This sounds great, thanks! I'll make the suggested change locally and give it a try. Thanks also for testing on the