iconv_open-irix.gperf 756 B

1234567891011121314151617181920212223242526272829303132
  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 IRIX 6.5, look in /usr/lib/iconv and /usr/lib/international/encodings.
  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. KOI8-R, "KOI8"
  24. CP855, "DOS855"
  25. CP1251, "WIN1251"
  26. GB2312, "eucCN"
  27. EUC-JP, "eucJP"
  28. EUC-KR, "eucKR"
  29. EUC-TW, "eucTW"
  30. SHIFT_JIS, "sjis"
  31. TIS-620, "TIS620"