The site I'm building on russian is killing me!
First I have an issue with database storing of russian cyrilic texts because all the letters are stored in some kind of code that I can't figure out... The form of this is У for one letter!
So for every letter that I have shown on page I have this code and therefore my db has to be a lot bigger in order to keep this texts intact. You can view the sample how the page is shown go here...
As you can see the text is shown properly even if you change the encoding of the page...
The reason is the code you can check it out in the source of the page...
I asked on database forum and no one seems to know what the problem is...
Well, I'm passed that problem but if there is someone who knows what the problem is and how to fix it I'll be more than grateful...
The issue I'm having right now is that when I try to post a file (.pdf) on a server which is written in russian cyrilic the file gets posted with no problem but the problem is that it is renamed to the form with that code! So on my downloads page the file is listed properly as it should be but on the server it is writen wrong so I can't link to it (the name shown isn't the name on the server)...
The latest attempt I made is to uplencode the name and I seem to get the right name but the server gives me a 404 URL couldn't be found...
As I can see it there are two ways of solving this:
1. there is a way for me to link this wierd named file through some kind of function that I'm not aware
2. there is a way to save a file with a proper name
The first way is to solve a problem on appearance but not to solve anything and the second way is what I would preffer but I'll go either way...
Can anyone please halp me?