Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
I created a demo so show you how easy this is. The screenshots below show before and after entering Portuguese text with diacriticals into a multi-line text field:
De-Diacriticalize ~ Add New Record
https://haversineconsulting.quickbase.com/db/bnhqmckjd?a=nwr
Pastie Database
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=641
Notes:
(1) Funny: To get the demo to work I changed the event from "input" to "blur" because every time I pasted Portuguese into the <textarea> the script immediately fired the input event and removed the diacriticals without ever seeing the Portuguese. So I changed the event to blur to slow down the conversion process and grab a screenshot.
De-Diacriticalize ~ Add New Record
https://haversineconsulting.quickbase.com/db/bnhqmckjd?a=nwr
Pastie Database
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=641
Notes:
(1) Funny: To get the demo to work I changed the event from "input" to "blur" because every time I pasted Portuguese into the <textarea> the script immediately fired the input event and removed the diacriticals without ever seeing the Portuguese. So I changed the event to blur to slow down the conversion process and grab a screenshot.