Re: Problems displaying Chinese in WO application

2013-03-11 Thread Þór Sigurðsson
And the price goes to Hugi Thordarson and Bogdan Zlatanov :) Thanks both of you - very much a "Nail, meet Hammer. Hammer, Nail!" moment :) Takk kærlega fyrir! Tack så mycket! Thank you very much! 谢谢您!! ありがとうございます :) Regards, Þór On 11.3.2013, at 09:01, Hugi Thordarson wrote: > Hi Þór!

Re: Problems displaying Chinese in WO application

2013-03-11 Thread Bogdan Zlatanov
Hi, You probably have already tried this, but take a look here: http://en.wikibooks.org/wiki/WebObjects/Web_Applications/Development/Localization_and_Internationalization Cheers On 11 Mar 2013, at 09:50, Þór Sigurðsson wrote: > > Hello Xavier, > > Thank you for your input. > > My browser is

Re: Problems displaying Chinese in WO application

2013-03-11 Thread Hugi Thordarson
Hi Þór! You can either stick this in your Application's Properties file: er.extensions.ERXApplication.DefaultEncoding=utf-8 …or this in your application's constructor: setDefaultEncoding( "UTF-8" ); Cheers, - hugi // Hugi Thordarson // http://www.godurkodi.is/ On 11.3.2013, at 08:50, Þór Sig

Re: Problems displaying Chinese in WO application

2013-03-11 Thread Þór Sigurðsson
Hello Xavier, Thank you for your input. My browser is set to auto-detection (Normally I use Chrome, but once in a while I fire up other browsers for compatibility tests) - and even if I fix it to UTF-8, it makes no change. Looking at the source, I see that WebObjects itself replaced the chine

Re: Problems displaying Chinese in WO application

2013-03-11 Thread Dev WO
Hi, The first thing you could check, is forcing the page to display as UTF-8 in your browser (usually through the View>Text Encoding menu). If it displays the Chinese text correctly, it means you are missing a configuration somewhere: -do you have something like in your page HTML head section?

Problems displaying Chinese in WO application

2013-03-10 Thread Þór Sigurðsson
Hi all, I'm writing an application that is translated into Icelandic, English and Chinese. I have a PostgreSQL database, defined as such: List of databases Name| Owner | Encoding | Collate | Ctype | Access privileges ---+---+--+-+-