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.11 by pcg, Mon Mar 15 01:27:46 2004 UTC vs.
Revision 1.12 by root, Thu Jul 29 14:05:27 2004 UTC

1#ifndef ENCODING_H 1#ifndef ENCODING_H
2#define ENCODING_H 2#define ENCODING_H
3 3
4#include <stdint.h> 4#include <inttypes.h>
5 5
6typedef uint32_t unicode_t; 6typedef uint32_t unicode_t;
7 7
8// order must match the table in encoding.C(!) 8// order must match the table in encoding.C(!)
9enum codeset { 9enum codeset {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines