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' ???
Note:
We could modify the code but we dont want to. Main reason being that this would have impacts on the other 50+ applications that run in the system and we cannot regression test all of it in the current time frame.
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' ???
Note:
We could modify the code but we dont want to. Main reason being that this would have impacts on the other 50+ applications that run in the system and we cannot regression test all of it in the current time frame.