mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-04 04:31:31 +00:00
@@ -916,4 +916,10 @@ exports.transliterate = function(str) {
|
||||
});
|
||||
};
|
||||
|
||||
exports.transliterateToSafeASCII = function(str) {
|
||||
return str.replace(/[^\x00-\x7F]/g,function(ch) {
|
||||
return exports.transliterationPairs[ch] || ""
|
||||
});
|
||||
};
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user