Re: cyrillic text garbled if used as question in polls example

2006-12-21 Thread Anton Daneika
well at last the problem is solved. i was up to dig into the od'ing everything on my way, but decided to try to mess with MySQL and it helped. 1. at first i did what Georgi Stanojevski suggested: To get mysql client in the console working with utf-8 (doesn't have anything to do with Django) I

Re: cyrillic text garbled if used as question in polls example

2006-12-12 Thread Baurzhan Ismagulov
On Mon, Dec 11, 2006 at 10:32:20AM -, mezhaka wrote: > question=%D0%9A%D0%B0%D0%B3+%D0%B4%D0%B8%D0%BB%D0%B0%2C+%D0%BA%D1%80%D0%BE%D1%81%D0%B0%D1%84%D1%87%D0%B5%D0%93%3F This looks good, at least I have no problems with Cyrillic characters passed to the server in that way. > The troubled lin

Re: cyrillic text garbled if used as question in polls example

2006-12-11 Thread Anton Daneika
Thank you for support :) It helps to keep myself up. On 12/11/06, Gábor Farkas <[EMAIL PROTECTED]> wrote: > > > Anton Daneika wrote: > > Well, I tried this conf modification. > > Before it I could do > > mysql> insert into polls_poll (`question`, `pub_date`) values ('Часто > > ли у вас возникают

Re: cyrillic text garbled if used as question in polls example

2006-12-11 Thread Gábor Farkas
Anton Daneika wrote: > Well, I tried this conf modification. > Before it I could do > mysql> insert into polls_poll (`question`, `pub_date`) values ('Часто > ли у вас возникают проблемы с кирилицей?', NOW()); > > Then the select statement would produce a correct cyrillic output, but > after th

Re: cyrillic text garbled if used as question in polls example

2006-12-11 Thread Anton Daneika
On 12/11/06, Georgi Stanojevski <[EMAIL PROTECTED]> wrote: > > > Anton Daneika напиша: > > > playing with example polls application. This resulted in a bunch of > question > > marks on the view page, instead of the expected "Как дела?" poll > question, > > which was in Cyrillic. > > My firefox char

Re: cyrillic text garbled if used as question in polls example

2006-12-11 Thread Georgi Stanojevski
Anton Daneika напиша: > playing with example polls application. This resulted in a bunch of question > marks on the view page, instead of the expected "Как дела?" poll question, > which was in Cyrillic. > My firefox character encoding is set to UTF-8; > the following command: > $ env | grep -i ut

Re: cyrillic text garbled if used as question in polls example

2006-12-11 Thread Mikhail Gusarov
You ([EMAIL PROTECTED]) wrote: m> then I tried to ran the following SQL: mysql>> insert into polls_poll (`question`, `pub_date`) values ('Ты m> используешь Джанго?', NOW()); m> now it's displayed ok in the mysql client, but the admin interface m> shows a different style garbled text instead

Re: cyrillic text garbled if used as question in polls example

2006-12-11 Thread mezhaka
On Dec 9, 11:25 pm, Baurzhan Ismagulov <[EMAIL PROTECTED]> wrote: > Hello Anton, > > On Sat, Dec 09, 2006 at 08:49:25PM +0200, Anton Daneika wrote: > > I tried entering a Cyrillic text for the poll question attribute, while > > playing with example polls application. This resulted in a bunch of qu

Re: cyrillic text garbled if used as question in polls example

2006-12-09 Thread Baurzhan Ismagulov
Hello Anton, On Sat, Dec 09, 2006 at 08:49:25PM +0200, Anton Daneika wrote: > I tried entering a Cyrillic text for the poll question attribute, while > playing with example polls application. This resulted in a bunch of question > marks on the view page, instead of the expected "Как дела?" poll q

cyrillic text garbled if used as question in polls example

2006-12-09 Thread Anton Daneika
Hello, django users. I tried entering a Cyrillic text for the poll question attribute, while playing with example polls application. This resulted in a bunch of question marks on the view page, instead of the expected "Как дела?" poll question, which was in Cyrillic. My firefox character encoding