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

Comparing rxvt-unicode/src/encoding.h (file contents):
Revision 1.1 by pcg, Mon Nov 24 17:28:08 2003 UTC vs.
Revision 1.2 by pcg, Fri Feb 13 12:16:21 2004 UTC

59 59
60codeset codeset_from_name (const char *name); 60codeset codeset_from_name (const char *name);
61 61
62enum { 62enum {
63 ZERO_WIDTH_CHAR = 0x200b, 63 ZERO_WIDTH_CHAR = 0x200b,
64 NOCHAR = 65535, // must be invalid in ANY codeset(!) 64 NOCHAR = 65535, // must be invalid in ANY codeset (!)
65}; 65};
66 66
67struct rxvt_codeset_conv { 67struct rxvt_codeset_conv {
68 virtual uint32_t from_unicode (uint32_t unicode) const { return unicode; } 68 virtual uint32_t from_unicode (uint32_t unicode) const { return unicode; }
69 virtual uint32_t to_unicode (uint32_t enc) const { return enc; } 69 virtual uint32_t to_unicode (uint32_t enc) const { return enc; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines