#include </home/zeitlin/src/wx/github/interface/wx/strconv.h>
このクラスは 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.