| Re: OTM 4.5 not handling Non Ascii Characters Hi, just as follow up, in the python file site.py what is the value of "encoding=" set to ?
I seem to remember having to modify this from encoding='ascii' to encoding='UTF-8' to allow certain characters to be processed correctly. However, before changing anything, I would get the definitive word from Oracle support. The character support has to be co-ordinated across a number of different layers e.g. database so I dont think it is as simple as just changing site.py. Post what you find out. |