xmltooling 3.0.2

unicode.h File Reference

Licensed to the University Corporation for Advanced Internet Development, Inc. More...

#include <xmltooling/base.h>
#include <string>
#include <iostream>
#include <xercesc/util/XMLString.hpp>
#include <xmltooling/char_traits.h>

Classes

class  xmltooling::auto_ptr_char
 A minimal auto_ptr-like class that can copy or transcode a buffer into the local code page and free the result automatically. More...
class  xmltooling::auto_ptr_XMLCh
 A minimal auto_ptr-like class that can copy or transcode a buffer into 16-bit Unicode and free the result automatically. More...
class  xmltooling::auto_arrayptr< T >
 An auto_ptr that uses array delete on its contents. More...

Namespaces

namespace  xmltooling
 

Public namespace of XML Tooling library.


Functions

XMLTOOL_API char * xmltooling::toUTF8 (const XMLCh *src, bool use_malloc=false)
 Transcodes a 16-bit Unicode string into UTF-8.
XMLTOOL_API XMLCh * xmltooling::fromUTF8 (const char *src, bool use_malloc=false)
 Transcodes a UTF-8 string into 16-bit Unicode.
XMLTOOL_API std::ostream & xmltooling::operator<< (std::ostream &ostr, const XMLCh *s)
 Writes a Unicode string to an ASCII stream by transcoding to UTF8.
XMLTOOL_API std::ostream & xmltooling::operator<< (std::ostream &ostr, const xstring &s)
 Writes a Unicode string to an ASCII stream by transcoding to UTF8.

Variables

usr src packages BUILD
xmltooling xmltooling unicode
h typedef std::basic_string
< XMLCh, char_traits< XMLCh > > 
xmltooling::xstring
 An STL string type that supports 16-bit Unicode.

Detailed Description

Licensed to the University Corporation for Advanced Internet Development, Inc.

(UCAID) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership.

UCAID licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Helper classes and types for manipulating Unicode