textbox not recognizing international chars
hi,
I'm writing an application that needs to allow users to input English as well as French text inside asp:textbox controls. For some reason, the textbox controls refuse to recognize any of the special French characters, like "é" for example. I've stepped through the code in the debugger, and the value of the textbox entry does not contain the special characters. The page encoding is set to UTF-8, so I'm not sure what the problem is here. Does anyone have any idea what I could try so that users can enter the French special characters? Thanks for your help,
Christine
|