I'm trying to make a web site for russian market using dynamically loaded pages...
Well, the trouble is that what I want to do doesn't work like I would like it:
I want to put in whatever in MySQL table in russian language cyrilic leters and I get the $#765; way of writting them...
What I want to do is to make MySQL accept the rusiian cyrilic letters instead of just representing them with their what I think is ASCII code...
The reason for this is that I don't want a word with 7 letters have database representation of 49 symbols... It really messes up my database...
What I was trying to do thus far is:
- to make a page from which I'm inserting data encoded in russian i.e. iso 8859-5 or windows 1251 - result - the same
- to urldecode the imput - result the same
Well, I'm out of ideas so I'd appreciate any help you could provide even if it can't be done...
Thanx in advance...