Fix typo in comment

Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/20210716.170209.175434392011070182.horikyota.ntt%40gmail.com
pull/67/head
Peter Eisentraut 4 years ago
parent 6a2c532c22
commit 86a1aae764
  1. 2
      src/backend/utils/mb/Unicode/big5_to_utf8.map
  2. 2
      src/backend/utils/mb/Unicode/convutils.pm
  3. 2
      src/backend/utils/mb/Unicode/euc_cn_to_utf8.map
  4. 2
      src/backend/utils/mb/Unicode/euc_jis_2004_to_utf8.map
  5. 2
      src/backend/utils/mb/Unicode/euc_jp_to_utf8.map
  6. 2
      src/backend/utils/mb/Unicode/euc_kr_to_utf8.map
  7. 2
      src/backend/utils/mb/Unicode/euc_tw_to_utf8.map
  8. 2
      src/backend/utils/mb/Unicode/gb18030_to_utf8.map
  9. 2
      src/backend/utils/mb/Unicode/gbk_to_utf8.map
  10. 2
      src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map
  11. 2
      src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map
  12. 2
      src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map
  13. 2
      src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map
  14. 2
      src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map
  15. 2
      src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map
  16. 2
      src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map
  17. 2
      src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map
  18. 2
      src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map
  19. 2
      src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map
  20. 2
      src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map
  21. 2
      src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map
  22. 2
      src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map
  23. 2
      src/backend/utils/mb/Unicode/johab_to_utf8.map
  24. 2
      src/backend/utils/mb/Unicode/koi8r_to_utf8.map
  25. 2
      src/backend/utils/mb/Unicode/koi8u_to_utf8.map
  26. 2
      src/backend/utils/mb/Unicode/shift_jis_2004_to_utf8.map
  27. 2
      src/backend/utils/mb/Unicode/sjis_to_utf8.map
  28. 2
      src/backend/utils/mb/Unicode/uhc_to_utf8.map
  29. 2
      src/backend/utils/mb/Unicode/utf8_to_big5.map
  30. 2
      src/backend/utils/mb/Unicode/utf8_to_euc_cn.map
  31. 2
      src/backend/utils/mb/Unicode/utf8_to_euc_jis_2004.map
  32. 2
      src/backend/utils/mb/Unicode/utf8_to_euc_jp.map
  33. 2
      src/backend/utils/mb/Unicode/utf8_to_euc_kr.map
  34. 2
      src/backend/utils/mb/Unicode/utf8_to_euc_tw.map
  35. 2
      src/backend/utils/mb/Unicode/utf8_to_gb18030.map
  36. 2
      src/backend/utils/mb/Unicode/utf8_to_gbk.map
  37. 2
      src/backend/utils/mb/Unicode/utf8_to_iso8859_10.map
  38. 2
      src/backend/utils/mb/Unicode/utf8_to_iso8859_13.map
  39. 2
      src/backend/utils/mb/Unicode/utf8_to_iso8859_14.map
  40. 2
      src/backend/utils/mb/Unicode/utf8_to_iso8859_15.map
  41. 2
      src/backend/utils/mb/Unicode/utf8_to_iso8859_16.map
  42. 2
      src/backend/utils/mb/Unicode/utf8_to_iso8859_2.map
  43. 2
      src/backend/utils/mb/Unicode/utf8_to_iso8859_3.map
  44. 2
      src/backend/utils/mb/Unicode/utf8_to_iso8859_4.map
  45. 2
      src/backend/utils/mb/Unicode/utf8_to_iso8859_5.map
  46. 2
      src/backend/utils/mb/Unicode/utf8_to_iso8859_6.map
  47. 2
      src/backend/utils/mb/Unicode/utf8_to_iso8859_7.map
  48. 2
      src/backend/utils/mb/Unicode/utf8_to_iso8859_8.map
  49. 2
      src/backend/utils/mb/Unicode/utf8_to_iso8859_9.map
  50. 2
      src/backend/utils/mb/Unicode/utf8_to_johab.map
  51. 2
      src/backend/utils/mb/Unicode/utf8_to_koi8r.map
  52. 2
      src/backend/utils/mb/Unicode/utf8_to_koi8u.map
  53. 2
      src/backend/utils/mb/Unicode/utf8_to_shift_jis_2004.map
  54. 2
      src/backend/utils/mb/Unicode/utf8_to_sjis.map
  55. 2
      src/backend/utils/mb/Unicode/utf8_to_uhc.map
  56. 2
      src/backend/utils/mb/Unicode/utf8_to_win1250.map
  57. 2
      src/backend/utils/mb/Unicode/utf8_to_win1251.map
  58. 2
      src/backend/utils/mb/Unicode/utf8_to_win1252.map
  59. 2
      src/backend/utils/mb/Unicode/utf8_to_win1253.map
  60. 2
      src/backend/utils/mb/Unicode/utf8_to_win1254.map
  61. 2
      src/backend/utils/mb/Unicode/utf8_to_win1255.map
  62. 2
      src/backend/utils/mb/Unicode/utf8_to_win1256.map
  63. 2
      src/backend/utils/mb/Unicode/utf8_to_win1257.map
  64. 2
      src/backend/utils/mb/Unicode/utf8_to_win1258.map
  65. 2
      src/backend/utils/mb/Unicode/utf8_to_win866.map
  66. 2
      src/backend/utils/mb/Unicode/utf8_to_win874.map
  67. 2
      src/backend/utils/mb/Unicode/win1250_to_utf8.map
  68. 2
      src/backend/utils/mb/Unicode/win1251_to_utf8.map
  69. 2
      src/backend/utils/mb/Unicode/win1252_to_utf8.map
  70. 2
      src/backend/utils/mb/Unicode/win1253_to_utf8.map
  71. 2
      src/backend/utils/mb/Unicode/win1254_to_utf8.map
  72. 2
      src/backend/utils/mb/Unicode/win1255_to_utf8.map
  73. 2
      src/backend/utils/mb/Unicode/win1256_to_utf8.map
  74. 2
      src/backend/utils/mb/Unicode/win1257_to_utf8.map
  75. 2
      src/backend/utils/mb/Unicode/win1258_to_utf8.map
  76. 2
      src/backend/utils/mb/Unicode/win866_to_utf8.map
  77. 2
      src/backend/utils/mb/Unicode/win874_to_utf8.map

@ -26,7 +26,7 @@ static const pg_mb_radix_tree big5_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -579,7 +579,7 @@ sub print_radix_table
printf $out " 0x%02x, /* b3_3_lower */\n", $b3_3_lower;
printf $out " 0x%02x, /* b3_3_upper */\n", $b3_3_upper;
printf $out "\n";
printf $out " 0x%04x, /* offset of table for 3-byte inputs */\n",
printf $out " 0x%04x, /* offset of table for 4-byte inputs */\n",
$b4root;
printf $out " 0x%02x, /* b4_1_lower */\n", $b4_1_lower;
printf $out " 0x%02x, /* b4_1_upper */\n", $b4_1_upper;

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_cn_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_jis_2004_to_unicode_tree =
0xa1, /* b3_3_lower */
0xfe, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_jp_to_unicode_tree =
0xa1, /* b3_3_lower */
0xfe, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_kr_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_tw_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x1899, /* offset of table for 3-byte inputs */
0x1899, /* offset of table for 4-byte inputs */
0x8e, /* b4_1_lower */
0x8e, /* b4_1_upper */
0xa1, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree gb18030_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x5f3f, /* offset of table for 3-byte inputs */
0x5f3f, /* offset of table for 4-byte inputs */
0x81, /* b4_1_lower */
0x84, /* b4_1_upper */
0x30, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree gbk_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_10_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_13_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_14_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_15_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_16_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_2_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_3_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_4_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_5_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_6_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_7_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_8_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_9_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree johab_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree koi8r_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree koi8u_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree shift_jis_2004_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree sjis_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree uhc_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree big5_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_cn_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_jis_2004_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x6fc1, /* offset of table for 3-byte inputs */
0x6fc1, /* offset of table for 4-byte inputs */
0xf0, /* b4_1_lower */
0xf0, /* b4_1_upper */
0xa0, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_jp_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_kr_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_tw_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree gb18030_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree gbk_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_10_from_unicode_tree =
0x95, /* b3_3_lower */
0x95, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_13_from_unicode_tree =
0x99, /* b3_3_lower */
0x9e, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_14_from_unicode_tree =
0x80, /* b3_3_lower */
0xb3, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_15_from_unicode_tree =
0xac, /* b3_3_lower */
0xac, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_16_from_unicode_tree =
0x9d, /* b3_3_lower */
0xac, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_2_from_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_3_from_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_4_from_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_5_from_unicode_tree =
0x96, /* b3_3_lower */
0x96, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_6_from_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_7_from_unicode_tree =
0x95, /* b3_3_lower */
0xaf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_8_from_unicode_tree =
0x8e, /* b3_3_lower */
0x97, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_9_from_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree johab_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree koi8r_from_unicode_tree =
0x80, /* b3_3_lower */
0xbc, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree koi8u_from_unicode_tree =
0x80, /* b3_3_lower */
0xbc, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree shift_jis_2004_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x6fe2, /* offset of table for 3-byte inputs */
0x6fe2, /* offset of table for 4-byte inputs */
0xf0, /* b4_1_lower */
0xf0, /* b4_1_upper */
0xa0, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree sjis_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree uhc_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1250_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1251_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1252_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1253_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1254_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1255_from_unicode_tree =
0x8e, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1256_from_unicode_tree =
0x8c, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1257_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1258_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win866_from_unicode_tree =
0x80, /* b3_3_lower */
0xbc, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win874_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1250_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1251_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1252_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1253_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1254_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1255_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1256_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1257_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1258_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win866_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win874_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

Loading…
Cancel
Save