It serves as a helper class that facilitates the conversion of multi-byte characters across various encoding standards.
It serves as a helper class that facilitates the conversion of multi-byte characters across various encoding standards. This class currently only supports the following encodings: JIS, Kuten-code, Shift-JIS, Unicode. Please use it via the UtilsBoss, such as: Utils<IEncodingUtils>()->Unicode2ShiftJIS( ch );
Aggregated on:
| kUtilsBoss |