diff --git a/codemap.js b/codemap.js index c848020..b1f7e65 100644 --- a/codemap.js +++ b/codemap.js @@ -136,6 +136,7 @@ module.exports = { 974: "w", // ώ 1044: "A", // Д 1048: "EE", // И + 1050: "K", // К 1054: "O", // О 1057: "C", // С 1058: "T", // Т @@ -153,8 +154,10 @@ module.exports = { 1084: "m", // м 1085: "n", // н 1086: "o", // о + 1087: "n", // п 1088: "p", // р 1089: "s", // с + 1090: "t", // т 1091: "y", // у 1092: "f", // ф 1095: "y", // ч diff --git a/package.json b/package.json index b03c3aa..880a104 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fix-filenames", - "version": "1.0.9", + "version": "1.0.10", "description": "renames non ascii characters in files and directories", "main": "index.js", "bin": {