wxCSConv

wxCSConv

This class converts between any character sets and Unicode.

Creation Parameters
Functions/Procedures
Supertopics

wxCSConv

[func]
conv_mb2wc
( atom conv, object in_seq )

Category: wxCSConv

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.


wxCSConv

[func]
conv_ok
( atom conv )

Category: wxCSConv


wxCSConv

[func]
conv_wc2mb
( atom conv, object in_seq )

Category: wxCSConv

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.