Hello, I want to display special characters via Javascript in a Textarea (like French characters, é, è, à .....). If i type the directly in the javascript code, i get some weird simbols in my textarea. If i type them as HTML code (é, then dat code is displayed instead of the character it represents. Any idea how to proceed? Many thanks!
The simplest solution is to just list the special characters on the page and let the user highlight, copy and paste them. However this requires a few precision mouse operations, especially with small characters.