This class converts between any character sets and Unicode.
Converts the sequence from a multi-byte encoding into wxEuphoria's native unicode encoding. If the sequence cannot be converted (either due to an encoding not being supported on the system or an incorrectly encoded string) zero will be returned.
Converts the sequence from wxEuphoria's native unicode into the multi-byte encoding. If the sequence cannot be converted (either due to an encoding not being supported on the system or an incorrectly encoded string) zero will be returned.