export enum AmbiguousCharacterWidthType {
    Half = 'Half',
    Full = 'Full'
}