gconv-modules 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. # GNU libc iconv configuration.
  2. # Copyright (C) 1997-2026 Free Software Foundation, Inc.
  3. # This file is part of the GNU C Library.
  4. # The GNU C Library is free software; you can redistribute it and/or
  5. # modify it under the terms of the GNU Lesser General Public
  6. # License as published by the Free Software Foundation; either
  7. # version 2.1 of the License, or (at your option) any later version.
  8. # The GNU C Library is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  11. # Lesser General Public License for more details.
  12. # You should have received a copy of the GNU Lesser General Public
  13. # License along with the GNU C Library; if not, see
  14. # <https://www.gnu.org/licenses/>.
  15. # All lines contain the following information:
  16. # If the lines start with `module'
  17. # fromset: either a name triple or a regular expression triple.
  18. # toset: a name triple or an expression with \N to get regular
  19. # expression matching results.
  20. # filename: filename of the module implementing the transformation.
  21. # If it is not absolute the path is made absolute by prepending
  22. # the directory the configuration file is found in.
  23. # cost: optional cost of the transformation. Default is 1.
  24. # If the lines start with `alias'
  25. # alias: alias name which is not really recognized.
  26. # name: the real name of the character set
  27. # from to module cost
  28. alias ISO-IR-100// ISO-8859-1//
  29. alias ISO_8859-1:1987// ISO-8859-1//
  30. alias ISO_8859-1// ISO-8859-1//
  31. alias ISO8859-1// ISO-8859-1//
  32. alias ISO88591// ISO-8859-1//
  33. alias LATIN1// ISO-8859-1//
  34. alias L1// ISO-8859-1//
  35. alias IBM819// ISO-8859-1//
  36. alias CP819// ISO-8859-1//
  37. alias CSISOLATIN1// ISO-8859-1//
  38. alias 8859_1// ISO-8859-1//
  39. alias OSF00010001// ISO-8859-1//
  40. module ISO-8859-1// INTERNAL ISO8859-1 1
  41. module INTERNAL ISO-8859-1// ISO8859-1 1
  42. # from to module cost
  43. alias ISO8859-15// ISO-8859-15//
  44. alias ISO885915// ISO-8859-15//
  45. alias ISO-IR-203// ISO-8859-15//
  46. alias ISO_8859-15// ISO-8859-15//
  47. alias LATIN-9// ISO-8859-15//
  48. alias LATIN9// ISO-8859-15//
  49. alias ISO_8859-15:1998// ISO-8859-15//
  50. module ISO-8859-15// INTERNAL ISO8859-15 1
  51. module INTERNAL ISO-8859-15// ISO8859-15 1
  52. # from to module cost
  53. alias MS-ANSI// CP1252//
  54. alias WINDOWS-1252// CP1252//
  55. module CP1252// INTERNAL CP1252 1
  56. module INTERNAL CP1252// CP1252 1
  57. # from to module cost
  58. alias ANSI_X3.110-1983// ANSI_X3.110//
  59. alias ISO-IR-99// ANSI_X3.110//
  60. alias CSA_T500-1983// ANSI_X3.110//
  61. alias CSA_T500// ANSI_X3.110//
  62. alias NAPLPS// ANSI_X3.110//
  63. alias CSISO99NAPLPS// ANSI_X3.110//
  64. module ANSI_X3.110// INTERNAL ANSI_X3.110 1
  65. module INTERNAL ANSI_X3.110// ANSI_X3.110 1
  66. # from to module cost
  67. alias UTF16// UTF-16//
  68. module UTF-16// INTERNAL UTF-16 1
  69. module INTERNAL UTF-16// UTF-16 1
  70. # from to module cost
  71. alias UTF16LE// UTF-16LE//
  72. module UTF-16LE// INTERNAL UTF-16 1
  73. module INTERNAL UTF-16LE// UTF-16 1
  74. # from to module cost
  75. alias UTF16BE// UTF-16BE//
  76. module UTF-16BE// INTERNAL UTF-16 1
  77. module INTERNAL UTF-16BE// UTF-16 1
  78. # from to module cost
  79. alias CSUNICODE// UNICODE//
  80. module UNICODE// INTERNAL UNICODE 1
  81. module INTERNAL UNICODE// UNICODE 1
  82. # from to module cost
  83. alias UTF32// UTF-32//
  84. module UTF-32// INTERNAL UTF-32 1
  85. module INTERNAL UTF-32// UTF-32 1
  86. # from to module cost
  87. alias UTF32LE// UTF-32LE//
  88. module UTF-32LE// INTERNAL UTF-32 1
  89. module INTERNAL UTF-32LE// UTF-32 1
  90. # from to module cost
  91. alias UTF32BE// UTF-32BE//
  92. module UTF-32BE// INTERNAL UTF-32 1
  93. module INTERNAL UTF-32BE// UTF-32 1
  94. # from to module cost
  95. alias UTF7// UTF-7//
  96. module UTF-7// INTERNAL UTF-7 1
  97. module INTERNAL UTF-7// UTF-7 1
  98. # from to module cost
  99. module UTF-7-IMAP// INTERNAL UTF-7 1
  100. module INTERNAL UTF-7-IMAP// UTF-7 1