ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/table/iso8859_1.h
Revision: 1.3
Committed: Mon Mar 15 00:27:13 2004 UTC (20 years, 3 months ago) by pcg
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_8, rel-2_7, rel-2_4, rel-2_5, rel-3_3, rel-3_2, rel-3_0
Changes since 1.1: +1 -5 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 //
2 // AUTOMATICALLLY GENERATED by gentables
3 //
4 #ifdef ENCODING_DEFAULT
5
6
7 struct rxvt_codeset_conv_iso8859_1 : rxvt_codeset_conv {
8 uint32_t from_unicode (unicode_t unicode) const {
9 if (unicode <= 0x00ff) return unicode;
10 return NOCHAR;
11 }
12 } rxvt_codeset_conv_iso8859_1;
13
14 #else
15
16 #define rxvt_codeset_conv_iso8859_1 rxvt_codeset_conv_unknown
17
18 #endif