~ubuntu-branches/ubuntu/vivid/diffutils/vivid

« back to all changes in this revision

Viewing changes to lib/iconv_open-osf.gperf

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2010-02-13 11:49:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100213114900-09lz8jx6wct52qp8
Tags: 1:2.9-1
* New upstream release, now under GPL version 3 or later.
* There is now a --tab-size option. Closes: #82923.
* Manpage for cmp describes exit status. Closes: #200614.
* Manpage for diff describes exit status. Closes: #228441, #473233.
* The file de.po is now more recent. Closes: #313686.
* Fixed bad sdiff behaviour. Closes: #320222.
* Added wdiff to Suggests. Closes: #324627.
* Fixed cmp behaviour regarding stdout and stderr. Closes: #356083.
* The file ru.po is now more recent. Closes: #409274.
* The file es.po is now more recent. Closes: #418005, #481708.
* The file nl.po is now more recent. Closes: #427370.
* Modified watch file to use http instead of ftp.
* Removed .comment section from executables.
* Added Homepage field to control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
struct mapping { int standard_name; const char vendor_name[10 + 1]; };
 
2
%struct-type
 
3
%language=ANSI-C
 
4
%define slot-name standard_name
 
5
%define hash-function-name mapping_hash
 
6
%define lookup-function-name mapping_lookup
 
7
%readonly-tables
 
8
%global-table
 
9
%define word-array-name mappings
 
10
%pic
 
11
%%
 
12
# On OSF/1 5.1, look in /usr/lib/nls/loc/iconv.
 
13
ISO-8859-1, "ISO8859-1"
 
14
ISO-8859-2, "ISO8859-2"
 
15
ISO-8859-3, "ISO8859-3"
 
16
ISO-8859-4, "ISO8859-4"
 
17
ISO-8859-5, "ISO8859-5"
 
18
ISO-8859-6, "ISO8859-6"
 
19
ISO-8859-7, "ISO8859-7"
 
20
ISO-8859-8, "ISO8859-8"
 
21
ISO-8859-9, "ISO8859-9"
 
22
ISO-8859-15, "ISO8859-15"
 
23
CP437, "cp437"
 
24
CP775, "cp775"
 
25
CP850, "cp850"
 
26
CP852, "cp852"
 
27
CP855, "cp855"
 
28
CP857, "cp857"
 
29
CP861, "cp861"
 
30
CP862, "cp862"
 
31
CP865, "cp865"
 
32
CP866, "cp866"
 
33
CP869, "cp869"
 
34
CP874, "cp874"
 
35
CP949, "KSC5601"
 
36
CP1250, "cp1250"
 
37
CP1251, "cp1251"
 
38
CP1252, "cp1252"
 
39
CP1253, "cp1253"
 
40
CP1254, "cp1254"
 
41
CP1255, "cp1255"
 
42
CP1256, "cp1256"
 
43
CP1257, "cp1257"
 
44
CP1258, "cp1258"
 
45
EUC-JP, "eucJP"
 
46
EUC-KR, "eucKR"
 
47
EUC-TW, "eucTW"
 
48
BIG5, "big5"
 
49
SHIFT_JIS, "SJIS"
 
50
TIS-620, "TACTIS"