Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zaggino committed Nov 2, 2022
1 parent 21b64ed commit a1f364b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fix-filenames",
"version": "2.0.0",
"version": "2.0.1",
"description": "renames non ascii characters in files and directories",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/codemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const CodeMap: {
223: 'B', // ß
224: 'a', // à
225: 'a', // á
227: 'a', // ã
228: 'a', // ä
230: 'ae', // æ
231: 'c', // ç
Expand Down Expand Up @@ -76,6 +77,7 @@ export const CodeMap: {
382: 'z', // ž
402: 'f', // ƒ
769: '', // accent
822: '-', // -
902: 'A', // Ά
904: 'E', // Έ
905: 'H', // Ή
Expand Down

0 comments on commit a1f364b

Please sign in to comment.