I have a windows application that I am working on that has a failure I am trying to troubleshoot. The problem is that users are entering French characters into the application and this is causing a problem in the backend. The users are entering chars such as 'è' by pressing Alt+0232.
My problem is that I cannot modify the application code and must handle this at the OS level. Anyone know how to possibly re-map ALT+0232 to another char such as an ordinary 'e' ???