Inherits Codec
This class implements a translator between Unicode and GB2312 (in the EUC-CN encoding).
When converting to Unicode, invalid input is converted to U+FFFE and an error is recorded, but the conversion presses on.
Creates a new GB2312 Codec object.
Reimplements Garbage::Garbage().
Returns the GB2312-encoded representation of the UString u.
Reimplements Codec::fromUnicode().
Returns the Unicode representation of the EString s.
Reimplements Codec::toUnicode().
This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.