diff --git a/Plugin_Scripts/PunctuationFixer/PunctuationFixer.py b/Plugin_Scripts/PunctuationFixer/PunctuationFixer.py index 28d4288a..7947d366 100644 --- a/Plugin_Scripts/PunctuationFixer/PunctuationFixer.py +++ b/Plugin_Scripts/PunctuationFixer/PunctuationFixer.py @@ -20,6 +20,10 @@ class PunctuationFixer(PluginBase): ("\u002d", "\u2014", "\u2015"), # 破折号之间的转换,\u002d = - ,\u2014 = ― ,\u2015 = — ("\u2014", "\u002d", "\u2015"), # 破折号之间的转换,\u002d = - ,\u2014 = ― ,\u2015 = — ("\u2015", "\u002d", "\u2014"), # 破折号之间的转换,\u002d = - ,\u2014 = ― ,\u2015 = — + ("<", "<", "《"), + (">", ">", "》"), + ("<", "<", "《"), + (">", ">", "》"), ("「", "‘", "“", "『"), ("」", "’", "”", "』"), ("『", "‘", "“", "「"),