summaryrefslogtreecommitdiffstats
path: root/src/table/jis0201_1976_0.h
blob: 45dd3557b4c6b3a5a3f564440d04ffa3d1bb450d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
// AUTOMATICALLLY GENERATED by gentables
//
#ifdef ENCODING_JP


static uint32_t cs_jis0201_1976_0_from_unicode (unicode_t unicode) {
    if (unicode <= 0x007d) return unicode;
    if (0x007f <= unicode && unicode <= 0x009f) return unicode;
    if (unicode == 0x203e) return 0x007e;
    if (unicode >= 0xff61 && 0xff9f >= unicode) return unicode - 0xfec0;
    return NOCHAR;
}

#else

#define cs_jis0201_1976_0_from_unicode cs_unknown_from_unicode
#define cs_jis0201_1976_0_to_unicode   cs_unknown_to_unicode

#endif