LazyLibrarian/example.dicts.json

38 lines
679 B
JSON

{
"filename_dict": {
"<": "",
">": "",
"...": "",
" & ": " ",
" = ": " ",
"?": "",
"$": "s",
"|": "",
" + ": " ",
"\"": "",
",": "",
"*": "",
":": "",
";": "",
"'": "",
"//": "/",
"\\\\": "\\"
},
"umlaut_dict": {
"\u00e4": "ae",
"\u00f6": "oe",
"\u00fc": "ue",
"\u00c4": "Ae",
"\u00d6": "Oe",
"\u00dc": "Ue",
"\u00df": "ss"
},
"apostrophe_dict": {
"`": "'",
"\u2018": "'",
"\u2019": "'",
"\u201c": "\"",
"\u201d": "\""
}
}