Kanjidic2Variant: {
    type: "jis208" | "jis212" | "jis213" | "deroo" | "njecd" | "s_h" | "nelson_c" | "oneill" | "ucs";
    value: string;
}

Type declaration

  • type: "jis208" | "jis212" | "jis213" | "deroo" | "njecd" | "s_h" | "nelson_c" | "oneill" | "ucs"
    • jis208 - in JIS X 0208 - kuten coding
    • jis212 - in JIS X 0212 - kuten coding
    • jis213 - in JIS X 0213 - kuten coding
    • deroo - De Roo number - numeric
    • njecd - Halpern NJECD index number - numeric
    • s_h - The Kanji Dictionary (Spahn & Hadamitzky) - descriptor
    • nelson_c - "Classic" Nelson - numeric
    • oneill - Japanese Names (O'Neill) - numeric
    • ucs - Unicode codepoint - hexadecimal
  • value: string

Generated using TypeDoc