Home
|
My Websites
|
Javascript Workbench
| Convert text to ASCII
Convert Text to ASCII Utility
This javascript utility converts text into its ASCII equivalent. I use a chart of those values, rather than using
escape()
, because there may be cases where ASCII values differ from the user's installed unicode.
Home
|
My Websites
|
Javascript Workbench
| Convert text to ASCII