Re: [qooxdoo-devel] International Characters

2006-07-17 Thread Til Schneider
ACampelo schrieb: > var buttonAgenda = new QxTabViewButton("Agenda de Endere?os"); > > But instead ot the special character - ? - show, I have a little square in > the screen. To avoid such encoding problems, you should only use 7-bit-ASCII characters in your sourcecode. If you need special char

Re: [qooxdoo-devel] International Characters

2006-07-12 Thread ACampelo
Hi Marco, your knowledge was of extreme helps for us! Thank you. In fact, we are working in the VS environment (obviously, with an IIS server). I expect that others Qooxdoo'users working in the same platform can share our experience. First, we change the web.config file: But the problem persi

Re: [qooxdoo-devel] International Characters

2006-07-11 Thread Marco Goebenich
Hi! It is not only the encoding that you write into the head of your HTML, first it is the encoding that is send from webserver (Keywords: AddDefaultCharSet) and second your file has to be UTF-8 too. If using PHP (not as CGI) you can send additional HTTP-Responses with the php header function.

[qooxdoo-devel] International Characters

2006-07-11 Thread ACampelo
Hi, I have a QxTabViewButton with this declaration: var buttonAgenda = new QxTabViewButton("Agenda de Endere?os"); But instead ot the special character - ? - show, I have a little square in the screen. Searching some information in the forum, I founded the follow Message: http://www.nabble.co