Last active
October 13, 2022 08:09
-
-
Save qtnez/27d1bc05a5c1d69a5c99cc1167bc3539 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- jfm-zh_TW.lua 2022-10-13 16:01:41.473202500 +0800 | |
+++ jfm-zh_TW.lua.new 2022-10-12 00:38:56.600899400 +0800 | |
@@ -183,8 +183,8 @@ | |
} | |
}, | |
[3] = { | |
- -- 间隔号 | |
- chars = {'・', '· '}, | |
+ -- 间隔号。新增 U+2027(LGJ) | |
+ chars = {'・', '· ', '‧ '}, | |
align = 'middle', | |
left = 0, | |
down = 0, | |
@@ -210,8 +210,8 @@ | |
} | |
}, | |
[4] = { | |
- -- 句号 | |
- chars = {'。', '.'}, | |
+ -- 句号。問號、驚嘆號改置於此處(LGJ)。 | |
+ chars = {'。', '.', '?', '!'}, | |
align = 'middle', | |
left = 0, | |
down = 0, | |
@@ -240,7 +240,7 @@ | |
}, | |
[41] = { | |
-- 问号、感叹号 | |
- chars = {'?', '!', '‼', '⁇', '⁈', '⁉'}, | |
+ chars = {'‼', '⁇', '⁈', '⁉'}, | |
align = 'middle', | |
left = 0, | |
down = 0, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment