static isNativeEDIFACT(ch: number): boolean {
    return ch >= ' '.charCodeAt(0) && ch <= '^'.charCodeAt(0);
  }