Class: Wx::MBConvUTF7

Inherits:
MBConv
  • Object
show all
Defined in:
lib/wx/doc/mbconv.rb

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

Constructor Details

#initializeMBConvUTF7

Returns a new instance of MBConvUTF7.



100
# File 'lib/wx/doc/mbconv.rb', line 100

def initialize; end