You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
Hello,
I made some translation for turkish langage, but when i upload the my web-page there is a some characters problem occured. Could you please check and inform me that if there is an any solution for this? Here is the my web-page
http://www.leddunyasi.comze.com/
Thank you..
Offline
The invalid characters are in your product description. So, this is database related. What character set did you select on install?
Offline
I am not sure but i selected the some of Turkish one. Is there any way to change this characters set? or should i install from the begining and which character set sould i select?
Last edited by streak (25-01-2012 09:31:41)
Offline
I tried all character set which labeled Turkish but nothing changed. I made some reseachment and found out that i must add this code
“includes/db.php
// Make the database connection.
$db = @new sql_db($dbhost, $dbuser, $dbpasswd, $dbname, false);
mysql_query("SET NAMES 'latin5'");
mysql_query("SET CHARACTER SET latin5");
mysql_query("SET COLLATION_CONNECTION = 'latin5_turkish_ci'");
Where is the this file?
Thanks
Offline
The character set is in the connection file. Collation connection shouldn`t be needed.
Offline
I tried every character code but i could not achive to see turkish characters. Do u have any suggestion to me?
Thanks
Offline
If you go into your database, do you see the characters stored correctly? Or are they wrong in the db?
Offline
All the tables character set is looking correct but i do not underxstand why it is not working
Offline
But do you see the data in your database correctly?
Offline
Yes all of them correct latin5_turkish_ci
I could not understand why?
Offline
No, I don`t mean the character set, I mean when you view the data in your database.
Offline
When i create new category i can see the Turkish characters but in the pages which i translated ,words could not be seen turkish characters. What could be the problem. If i upload the turkish traslated files will problem be solved?
Thankss
Offline
I reuploaded my translated language files but nothing changed. I am waiting your suggest.
Thanks
Offline
Sorry, I don`t what know what advice to give.
Offline
So there is nothing to do for this problem . Am i right?
Offline
HI streak
Try to take a look here
I use this side to find character
http://e-tidsskrift.dk/dev/tegntabel.html
Offline
So there is nothing to do for this problem . Am i right?
I`m not sure what the problem is.
Offline