Re: xerces trunk on openbsd 5.1

2012-09-28 Thread Ben/RS
I thought the internal format was UCS-2; is it actually UTF-16 ? -b. The type XMLCh is a 16-bit type. The internal data storage is UTF-16. Sincerely, Steven J. Hathaway - To unsubscribe, e-mail:

[jira] [Updated] (XERCESC-1988) memory leak DOMBuffer::expandCapacity

2012-09-28 Thread Reinier vos (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reinier vos updated XERCESC-1988: - Description: in src/xercesc/dom/impl/DOMStringPool.cpp DOMBuffer::expandCapacity a new

Re: xerces trunk on openbsd 5.1

2012-09-28 Thread shathawa
I am still recently new to the current Xerces. I use it through the Xalan project. If it is UCS-2, then that explains the apparent ambiguity when 2 XMLCh are required to render some large Unicode codepoints. - Steve I thought the internal format was UCS-2; is it actually UTF-16 ? -b. The