Kanjidic2Codepoint: {
    type: "jis208" | "jis212" | "jis213" | "ucs";
    value: string;
}

Type declaration

  • type: "jis208" | "jis212" | "jis213" | "ucs"
    • jis208 - JIS X 0208-1997 - kuten coding, value format: nn-nn
    • jis212 - JIS X 0212-1990 - kuten coding, value format: nn-nn
    • jis213 - JIS X 0213-2000 - kuten coding, value format: p-nn-nn
    • ucs - Unicode 4.0 - hex coding, value format: 4 or 5 hexadecimal digits
  • value: string

Generated using TypeDoc