I have an external requirement to convert user-specified file name to
ASCII-only versions. My current code is:
function asciiOnly(str) {
var buffer = new Buffer(str, "ascii");
return buffer.toString();
}
...but this is not entirely satisfactory. In particular, I'd like to
do preserve meaning through conventional substitutions such as ae for
German รค. Any suggestions?
--
Job Board: http://jobs.nodejs.org/
Posting guidelines:
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en