iconv_open-aix.gperf 980 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 AIX 5.1, look in /usr/lib/nls/loc/uconvTable.
  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, "IBM-437"
  24. CP850, "IBM-850"
  25. CP852, "IBM-852"
  26. CP856, "IBM-856"
  27. CP857, "IBM-857"
  28. CP861, "IBM-861"
  29. CP865, "IBM-865"
  30. CP869, "IBM-869"
  31. ISO-8859-13, "IBM-921"
  32. CP922, "IBM-922"
  33. CP932, "IBM-932"
  34. CP943, "IBM-943"
  35. CP1046, "IBM-1046"
  36. CP1124, "IBM-1124"
  37. CP1125, "IBM-1125"
  38. CP1129, "IBM-1129"
  39. CP1252, "IBM-1252"
  40. GB2312, "IBM-eucCN"
  41. EUC-JP, "IBM-eucJP"
  42. EUC-KR, "IBM-eucKR"
  43. EUC-TW, "IBM-eucTW"
  44. BIG5, "big5"