I need to convert characters in French, Sweden and others language in their "normal" standard ASCII format.
I don't know how to explain, here's an example:
- ç -> c
- ò -> o
...
In bash Unix I would use iconv. How can I do in ColdFusion9 / Java?
|
I need to convert characters in French, Sweden and others language in their "normal" standard ASCII format. I don't know how to explain, here's an example:
... In bash Unix I would use iconv. How can I do in ColdFusion9 / Java? |
|||||
|
|
I found this simple UDF at CFLib.org:
|
|||||
|
|
you can also use the charsetEncode function built in to CF.
|
|||
|
|