diff options
Diffstat (limited to 'src/backend/utils/mb/Unicode/utf8_to_sjis.map')
-rw-r--r-- | src/backend/utils/mb/Unicode/utf8_to_sjis.map | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/backend/utils/mb/Unicode/utf8_to_sjis.map b/src/backend/utils/mb/Unicode/utf8_to_sjis.map index 84197ade775..d827ae5c269 100644 --- a/src/backend/utils/mb/Unicode/utf8_to_sjis.map +++ b/src/backend/utils/mb/Unicode/utf8_to_sjis.map @@ -1,6 +1,11 @@ -static pg_utf_to_local ULmapSJIS[ 7389 ] = { +static pg_utf_to_local ULmapSJIS[ 7398 ] = { + {0xc19c, 0x815f}, + {0xc2a2, 0x8191}, + {0xc2a3, 0x8192}, + {0xc2a5, 0x5c}, {0xc2a7, 0x8198}, {0xc2a8, 0x814e}, + {0xc2ac, 0x81ca}, {0xc2b0, 0x818b}, {0xc2b1, 0x817d}, {0xc2b4, 0x814c}, @@ -123,6 +128,7 @@ static pg_utf_to_local ULmapSJIS[ 7389 ] = { {0xd191, 0x8476}, {0xe28090, 0x815d}, {0xe28095, 0x815c}, + {0xe28096, 0x8161}, {0xe28098, 0x8165}, {0xe28099, 0x8166}, {0xe2809c, 0x8167}, @@ -135,6 +141,7 @@ static pg_utf_to_local ULmapSJIS[ 7389 ] = { {0xe280b2, 0x818c}, {0xe280b3, 0x818d}, {0xe280bb, 0x81a6}, + {0xe280be, 0x7e}, {0xe28483, 0x818e}, {0xe28496, 0xfa59}, {0xe284a1, 0xfa5a}, @@ -172,6 +179,7 @@ static pg_utf_to_local ULmapSJIS[ 7389 ] = { {0xe28888, 0x81b8}, {0xe2888b, 0x81b9}, {0xe28891, 0x8794}, + {0xe28892, 0x817c}, {0xe2889a, 0x81e3}, {0xe2889d, 0x81e5}, {0xe2889e, 0x8187}, @@ -294,6 +302,7 @@ static pg_utf_to_local ULmapSJIS[ 7389 ] = { {0xe38093, 0x81ac}, {0xe38094, 0x816b}, {0xe38095, 0x816c}, + {0xe3809c, 0x8160}, {0xe3809d, 0x8780}, {0xe3809f, 0x8781}, {0xe38181, 0x829f}, |