I need to be able to allow a user to enter Vietnamese text into a text box.
I have been instructed to use VNI-Times and provided a sample word document with Vietnamese text.
When I paste the text from the sample document into the textbox it is encoded incorrectly. I have tried installing the font (VNI-Times) on both my machine and the server, and changing the encoding of my browser, all to no avail. This problem is not localized to just the browser but also to notepad.
I have found one solution so far, put a WYSIWYG editor on the page, but I am hoping to use the asp:TextBox control.
Once the text is submitted by the user it is displayed back as an image that is generated by the server, these images are also not being generated correctly.