Forums » Customize

Encoding problem (Russian language)

gymirbis
RUSSIA
2009-03-04 10:50:58
Permalink Post
 

Hi. I have a problem with russian letters, they do not display properly.

I know this problem had been discussed before, but i changed every possible parameter in the database to 'utf8_general_ci' . It didn't work. Is there any way to fix it? Thank you.

Vaska A
I WROTE THIS
2009-03-04 11:12:42
Permalink Post
 

After you change database, table and column settings (all of them) then you need to reinput the text.

What has happened is that it's become double encoded and will never work. Try reinputting some correct characters and see how it works then.

gymirbis
RUSSIA
2009-03-04 11:30:52
Permalink Post
 

Tried it. Still doesn't work. Automatic encoding in browser remains 'windows-1251'.

Vaska A
I WROTE THIS
2009-03-04 11:33:08
Permalink Post
 

Show us your site...

gymirbis
RUSSIA
2009-03-04 11:33:59
Permalink Post
 

www.georgiyermakov.ru

Vaska A
I WROTE THIS
2009-03-04 11:48:48
Permalink Post
 

It appears that your server is overrding the encoding declaration in the page...I'm not sure why some webhosts do this...but it's a problem beyond Indexhibit...

W3C Validation

I believe that you can add your own header to the index.php file of your site to deal with this...before the parsing rules at the bottom add this...

  1. header ('Content-type: text/html; charset=utf-8');

Maybe you will need to add this to the /ndxz-studio/index.php file as well (near the top)...but I'm not sure about that one...

gymirbis
RUSSIA
2009-03-04 11:52:11
Permalink Post
 

OK. Thank you

rene
CHINA
2009-07-21 04:32:46
Permalink Post
 

I have the same problem, I just installed inexhibit on a local mamp server in chinese, the oringinal database is latin1_swedish_ci, but the web page has been set into utf-8 automaticaly. All chinese charactors shows like '???????'. I do change them collation with 'utf8_general_ci, but nothing happenned....

Vaska A
I WROTE THIS
2009-07-21 11:20:53
Permalink Post
 

Re-input them too.

anticonz
SWEDEN
2010-03-01 14:58:20
Permalink Post
 

I can't get it to work either. I wondering if maybe I've missed to change somewhere in the database? I've changed for every table and for three rows in the "iptotable" table. Is there somewhere else I should change?

Showing 1 - 10 of 10 posts in Forum > Customize > Encoding problem (Russian language)
 

You need to be logged in to post.