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

Comparing rxvt-unicode/src/encoding.C (file contents):
Revision 1.28 by root, Sat Apr 4 21:27:53 2009 UTC vs.
Revision 1.29 by sf-exg, Tue Dec 14 08:01:51 2010 UTC

25#include "encoding.h" 25#include "encoding.h"
26 26
27#include <cstdlib> 27#include <cstdlib>
28#include <cstring> 28#include <cstring>
29 29
30const struct n2cs { 30static const struct n2cs {
31 const char *name; 31 const char *name;
32 codeset cs; 32 codeset cs;
33} n2cs[] = { 33} n2cs[] = {
34 /* first one found is the normalized one */ 34 /* first one found is the normalized one */
35 { "ISO88591", CS_ISO8859_1 }, 35 { "ISO88591", CS_ISO8859_1 },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines