Version: 2.9.4
wxMBConvUTF7 Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/strconv.h>

Inheritance diagram for wxMBConvUTF7:

Detailed Description

このクラスは UTF-7 エンコーディングと Unicode とを変換します。

It has one predefined instance, wxConvUTF7.

Notice that, unlike all the other conversion objects, this converter is stateful, i.e. it remembers its state from the last call to its ToWChar() or FromWChar() and assumes it is called on the continuation of the same string when the same method is called again. This assumption is only made if an explicit length is specified as parameter to these functions as if an entire NUL terminated string is processed the state doesn't need to be remembered.

This also means that, unlike the other predefined conversion objects, wxConvUTF7 is not thread-safe.

Library:  wxBase
Category:  Text Conversion
参照:
wxMBConvUTF8, wxMBConv Overview

List of all members.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines