The application uses a UTF-8 character encoding by default, and you need to make sure that the page your form is on is also UTF-8 encoded. You might need to add the following tag to the <head> section of your HTML page:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
The article has been updated successfully.