Conversion of Form Input into ANSI in the background before SQL entry
-
I wish to transliterate all the input, in all forms of my website, globally and without exceptions from UNICODE into ANSI using the Roman alphabet.
Imagine this:
-User types something in a Unicode Alphabet inside the form field.
–Clicks “SUBMIT”
—Invisibly, in the back, a JavaScript fires and transliterates the form field, converting the Unicode letters into their corresponding Latin transliterates. I have a dictionary for the conversion.Does such a thing exist, and if it doesn’t, could you make such a thing?
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Conversion of Form Input into ANSI in the background before SQL entry’ is closed to new replies.