From e929de14f0ea1847260b3735aac01f5fbbf15d25 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Fri, 15 Jan 2021 14:13:20 +0100 Subject: [PATCH] Added trigrams conversion to Dejavu Sans --- Redaction/Clean.xba | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Redaction/Clean.xba b/Redaction/Clean.xba index cb4873d..14aa76a 100644 --- a/Redaction/Clean.xba +++ b/Redaction/Clean.xba @@ -1,6 +1,6 @@ -Sub mark73 +Sub mark74 End Sub @@ -314,7 +314,9 @@ Private Sub unicodeSymbolsConversion RAtts(1).Value = newFontName RAtts(2).Value = newFontName '\u2200-\u22FF Mathematical operators - unicodeConversionEverywhere("[\u2200-\u22ff]+",RAtts) + '\u2630-\u2637 Trigrams + '\u4DC0-\u4DFF Trigrams + unicodeConversionEverywhere("[\u2200-\u22ff\u2630-\u2637\u4DC0-\u4DFF]+",RAtts) newFontName = "Noto Serif CJK JP" RAtts(0).Value = newFontName