diff --git a/IPHRedaction/Clean.xba b/IPHRedaction/Clean.xba index 1128b2a..7e84361 100644 --- a/IPHRedaction/Clean.xba +++ b/IPHRedaction/Clean.xba @@ -1,6 +1,6 @@ -Sub mark18 +Sub mark20 End Sub @@ -261,6 +261,7 @@ Private Sub fixFrequentMistakes AskAndReplace("(?<=[:alpha:])<(?=…>)",space & "<") 'Между угловой закрывающейся скобкой и буквой должен быть пробел AskAndReplace("(?<=<…)>(?=[:alpha:])",">" & space) + AskAndReplace("[ий][\u0306]+","й") End Sub Private Sub loadArticleStyles @@ -1083,4 +1084,4 @@ Function getVersion getVersion=oProduct.getByName("ooSetupVersion") End Function - + \ No newline at end of file diff --git a/description.xml b/description.xml index 97a29f9..147f116 100644 --- a/description.xml +++ b/description.xml @@ -3,7 +3,7 @@ xmlns:dep="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> - + Cleaning and validation documents for publishing in html and epub with pagination diff --git a/releasenotes.txt b/releasenotes.txt index 3554f72..622a929 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,4 +1,6 @@ -0.4.2 Fixed subscript/superscript conversion +0.4.7 Added conversion for и + \u0306 в й +0.4.3 Fixed bad regexps +0.4.2 Fixed subscript/superscript conversion, added finish message 0.4.1 Improved conversion for diacritic marks 0.4.0 Added fonts in styles conversion, also added conversion for WL Latin symbols 0.3.7 Added greek extended conversion to Tinos, extended latin and letter-like symbols to base font