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.15 by root, Fri Jan 20 22:49:34 2006 UTC vs.
Revision 1.16 by root, Sun Jan 22 11:57:06 2006 UTC

63codeset codeset_from_name (const char *name); 63codeset codeset_from_name (const char *name);
64 64
65enum { 65enum {
66 ZERO_WIDTH_CHAR = 0x200b, 66 ZERO_WIDTH_CHAR = 0x200b,
67 REPLACEMENT_CHAR = 0xfffd, 67 REPLACEMENT_CHAR = 0xfffd,
68 NOCHAR = 0xfffe, // must be invalid in ANY codeset (!) 68 NOCHAR = 0xffff, // must be invalid in ANY codeset (!)
69}; 69};
70 70
71struct rxvt_codeset_conv { 71struct rxvt_codeset_conv {
72 uint32_t (*from_unicode) (unicode_t unicode); 72 uint32_t (*from_unicode) (unicode_t unicode);
73#if ENCODING_TO_UNICODE 73#if ENCODING_TO_UNICODE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines