Code set conversion methods
This section describes the ITLocale methods for converting code sets.
- The ConvertCodeset method
This method converts the string of multibyte characters in from to another code set and copies the result to the location pointed to by to. - The NeedToConvertCodeset method
This method determines if conversion is necessary from the code set associated with the fromLocaleName locale to the code set associated with the toLocalename locale. - The SizeForCodesetConversion method
This method calculates the number of bytes needed to convert the multibyte characters in nfrombytes from the code set associated with the fromLocaleName locale to the code set associated with the toLocaleName locale.
Parent topic: The ITLocale class