Big5 class

A utility class for Big5 character encoding operations.

This class provides static methods to encode, decode, and compare strings using the Big5 character encoding standard.

Constructors

Big5()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

compare(String a, String b) int
Compares two strings using Big5 encoding for proper Chinese collation.
decode(List<int> src) String
Decodes a list of Big5 encoded bytes to a Unicode string.
encode(String src) List<int>
Encodes a Unicode string to a list of Big5 encoded bytes.