Class: Wx::MBConvUTF7
Overview
This class converts between the UTF-7 encoding and Unicode.
Notice that, unlike all the other conversion objects, this converter is stateful, and therefor not thread-safe. It has one predefined instance, Wx::ConvUTF7.
Instance Method Summary collapse
-
#initialize ⇒ MBConvUTF7
constructor
A new instance of MBConvUTF7.
Constructor Details
#initialize ⇒ MBConvUTF7
Returns a new instance of MBConvUTF7.
100 |
# File 'lib/wx/doc/mbconv.rb', line 100 def initialize; end |