ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/table/koi8_u.h
(Generate patch)

Comparing rxvt-unicode/src/table/koi8_u.h (file contents):
Revision 1.4 by root, Wed Aug 4 03:29:29 2004 UTC vs.
Revision 1.5 by root, Wed Jun 16 23:07:11 2021 UTC

37 0x94 37 0x94
38}; 38};
39 39
40static uint32_t cs_koi8_u_from_unicode (unicode_t unicode) { 40static uint32_t cs_koi8_u_from_unicode (unicode_t unicode) {
41 if (unicode <= 0x007f) return unicode; 41 if (unicode <= 0x007f) return unicode;
42 if (unicode == 0x2022) return 0x0095; 42 if (unicode == 0x2219) return 0x0095;
43 if (unicode == 0x221a) return 0x0096; 43 if (unicode == 0x221a) return 0x0096;
44 if (unicode == 0x2248) return 0x0097; 44 if (unicode == 0x2248) return 0x0097;
45 if (unicode == 0x2264) return 0x0098; 45 if (unicode == 0x2264) return 0x0098;
46 if (unicode == 0x2265) return 0x0099; 46 if (unicode == 0x2265) return 0x0099;
47 if (unicode == 0x2320) return 0x0093; 47 if (unicode == 0x2320) return 0x0093;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines