View Single Post
  #4 (permalink)  
Old July 23rd, 2007, 20:57
bmj_23 bmj_23 is offline
Senior Member and Blogger
 
Join Date: May 2007
Posts: 176
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 4
Thanked 31 Times in 31 Posts
Rep Power: 2
bmj_23 will become famous soon enough
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.
Reply With Quote