Class Cp950Codec.

Inherits Codec

This class implements a translator between Unicode and the CP950 character set, which is a superset of the Big5 character set.

Cp950Codec::Cp950Codec()

Creates a new Cp950Codec object.

Reimplements Garbage::Garbage().

String Cp950Codec::fromUnicode( const UString & u )

Returns the encoded representation of the UString u.

Reimplements Codec::fromUnicode().

UString Cp950Codec::toUnicode( const String & s )

Returns the Unicode representation of the String s.

Reimplements Codec::toUnicode().

This web page based on source code belonging to Oryx Mail Systems GmbH. All rights reserved.