Classes
The following classes are available globally.
-
The
ChineseConverter
class is used to represent and apply conversion between Traditional Chinese and Simplified Chinese to Unicode strings. An instance of this class is an immutable representation of a compiled conversion pattern.The
ChineseConverter
supporting character-level conversion, phrase-level conversion, variant conversion and regional idioms among Mainland China, Taiwan and HongKong
See moreChineseConverter
is designed to be immutable and threadsafe, so that a single instance can be used in conversion on multiple threads at once. However, the string on which it is operating should not be mutated during the course of a conversion.Declaration
Swift
public class ChineseConverter