[ http://nagoya.apache.org/jira/browse/XERCESC-816?page=history ]
Alberto Massari updated XERCESC-816: ------------------------------------ Assign To: (was: Xerces-C Developers Mailing List) type: New Feature (was: Bug) Description: I need a way to do I/O with Xerces using std::string, std::istream, and std::ostream. In my case, I am dealing with large Unicode documents, and replicating i/o data throughout multiple string/character types during transcoding is not an option. BinMem and MemBuf classes use unsigned short XMLByte's which don't work with the signed char std::string on Unicode data. was: I need a way to do I/O with Xerces using std::string, std::istream, and std::ostream. In my case, I am dealing with large Unicode documents, and replicating i/o data throughout multiple string/character types during transcoding is not an option. BinMem and MemBuf classes use unsigned short XMLByte's which don't work with the signed char std::string on Unicode data. Environment: Operating System: All Platform: All was: Operating System: All Platform: All > RFE: std io+string interoperability classes > ------------------------------------------- > > Key: XERCESC-816 > URL: http://nagoya.apache.org/jira/browse/XERCESC-816 > Project: Xerces-C++ > Type: New Feature > Components: Utilities > Versions: 2.2.0 > Environment: Operating System: All > Platform: All > Reporter: Chris Hubick > Attachments: StdInputStream.cpp, StdInputStream.hpp, > StdStreamFormatTarget.cpp, StdStreamFormatTarget.hpp, > StdStreamInputSource.cpp, StdStreamInputSource.hpp, StringFormatTarget.cpp, > StringFormatTarget.hpp, StringInputSource.cpp, StringInputSource.hpp, > StringInputSource.hpp, StringInputStream.cpp, StringInputStream.hpp > > I need a way to do I/O with Xerces using std::string, std::istream, and > std::ostream. In my case, I am dealing with large Unicode documents, and > replicating i/o data throughout multiple string/character types during > transcoding is not an option. BinMem and MemBuf classes use unsigned short > XMLByte's which don't work with the signed char std::string on Unicode data. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]