diff options
author | Peter Eisentraut | 2021-10-04 11:00:59 +0000 |
---|---|---|
committer | Peter Eisentraut | 2021-10-04 11:02:58 +0000 |
commit | ce27c8953e8e48c69c690c0e5795cde40ed59fd2 (patch) | |
tree | 06a192c9791f84d4e91b1065c38ca6eb820e534b | |
parent | b5cb4db91327c2cef66207bde9cbcb592b91f93c (diff) |
Update Unicode map text files
A couple of newer ones are available. There are no functional
differences, but let's get them in anyway, so that there is no
surprise diff next time someone wants to do some actual work in this
area.
-rw-r--r-- | src/backend/utils/mb/Unicode/euc-jis-2004-std.txt | 6 | ||||
-rw-r--r-- | src/backend/utils/mb/Unicode/sjis-0213-2004-std.txt | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/backend/utils/mb/Unicode/euc-jis-2004-std.txt b/src/backend/utils/mb/Unicode/euc-jis-2004-std.txt index 8657e7f473f..3af8d13c6cb 100644 --- a/src/backend/utils/mb/Unicode/euc-jis-2004-std.txt +++ b/src/backend/utils/mb/Unicode/euc-jis-2004-std.txt @@ -1,10 +1,10 @@ ## EUC-JIS-2004 (JIS X 0213:2004 Appendix 3) vs Unicode mapping table ## -## Date: 13 May 2006 +## Date: 3 May 2009 ## License: ## Copyright (C) 2001 [email protected], All Rights Reserved. ## Copyright (C) 2001 I'O, All Rights Reserved. -## Copyright (C) 2006 Project X0213, All Rights Reserved. +## Copyright (C) 2006, 2009 Project X0213, All Rights Reserved. ## You can use, modify, distribute this table freely. ## Note: ## [1983] JIS codepoint defined by JIS X 0208-1983 @@ -289,7 +289,7 @@ 0xA2AC U+2191 # UPWARDS ARROW 0xA2AD U+2193 # DOWNWARDS ARROW 0xA2AE U+3013 # GETA MARK -0xA2AF U+FF07 # FULLWIDTH APOSTROPHE +0xA2AF U+FF07 # FULLWIDTH APOSTROPHE [2000] 0xA2B0 U+FF02 # FULLWIDTH QUOTATION MARK [2000] 0xA2B1 U+FF0D # FULLWIDTH HYPHEN-MINUS [2000] 0xA2B2 U+FF5E # FULLWIDTH TILDE [2000] diff --git a/src/backend/utils/mb/Unicode/sjis-0213-2004-std.txt b/src/backend/utils/mb/Unicode/sjis-0213-2004-std.txt index 4b12bced33f..971de8cfa41 100644 --- a/src/backend/utils/mb/Unicode/sjis-0213-2004-std.txt +++ b/src/backend/utils/mb/Unicode/sjis-0213-2004-std.txt @@ -1,10 +1,10 @@ ## Shift_JIS-2004 (JIS X 0213:2004 Appendix 1) vs Unicode mapping table ## -## Date: 13 May 2006 +## Date: 3 May 2009 ## License: ## Copyright (C) 2001 [email protected], All Rights Reserved. ## Copyright (C) 2001 I'O, All Rights Reserved. -## Copyright (C) 2006 Project X0213, All Rights Reserved. +## Copyright (C) 2006, 2009 Project X0213, All Rights Reserved. ## You can use, modify, distribute this table freely. ## Note: ## [1983] JIS codepoint defined by JIS X 0208-1983 @@ -383,7 +383,7 @@ 0x81AA U+2191 # UPWARDS ARROW 0x81AB U+2193 # DOWNWARDS ARROW 0x81AC U+3013 # GETA MARK -0x81AD U+FF07 # FULLWIDTH APOSTROPHE +0x81AD U+FF07 # FULLWIDTH APOSTROPHE [2000] 0x81AE U+FF02 # FULLWIDTH QUOTATION MARK [2000] 0x81AF U+FF0D # FULLWIDTH HYPHEN-MINUS [2000] 0x81B0 U+007E # TILDE [2000] Fullwidth: U+FF5E |