Maian Script World on Facebook Maian Script World on Twitter Maian Script World - Latest News Maian Script World on YouTube Maian Script World on LinkedIn


Please Read

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.

#1 25-01-2012 08:44:09

streak
Members
Registered: 16-01-2012
Posts: 23

Turkish Language translation character Problem

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

#2 25-01-2012 09:12:12

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,074

Re: Turkish Language translation character Problem

The invalid characters are in your product description. So, this is database related. What character set did you select on install?


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#3 25-01-2012 09:30:15

streak
Members
Registered: 16-01-2012
Posts: 23

Re: Turkish Language translation character Problem

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

#4 25-01-2012 13:12:24

streak
Members
Registered: 16-01-2012
Posts: 23

Re: Turkish Language translation character Problem

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

#5 25-01-2012 18:59:51

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,074

Re: Turkish Language translation character Problem

The character set is in the connection file. Collation connection shouldn`t be needed.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#6 26-01-2012 12:43:54

streak
Members
Registered: 16-01-2012
Posts: 23

Re: Turkish Language translation character Problem

I tried every character code but i could not achive to see turkish characters. Do u have any suggestion to me?
Thanks

Offline

#7 26-01-2012 13:06:58

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,074

Re: Turkish Language translation character Problem

If you go into your database, do you see the characters stored correctly? Or are they wrong in the db?


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#8 26-01-2012 13:09:25

streak
Members
Registered: 16-01-2012
Posts: 23

Re: Turkish Language translation character Problem

All the tables character set is looking correct but i do not underxstand why it is not working

Offline

#9 26-01-2012 19:58:22

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,074

Re: Turkish Language translation character Problem

But do you see the data in your database correctly?


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#10 27-01-2012 07:55:59

streak
Members
Registered: 16-01-2012
Posts: 23

Re: Turkish Language translation character Problem

Yes all of them correct  latin5_turkish_ci
I could not understand why?

Offline

#11 27-01-2012 08:08:24

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,074

Re: Turkish Language translation character Problem

No, I don`t mean the character set, I mean when you view the data in your database.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#12 27-01-2012 08:27:38

streak
Members
Registered: 16-01-2012
Posts: 23

Re: Turkish Language translation character Problem

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

#13 27-01-2012 11:22:24

streak
Members
Registered: 16-01-2012
Posts: 23

Re: Turkish Language translation character Problem

I reuploaded my translated language files but nothing changed. I am waiting your suggest.

Thanks

Offline

#14 27-01-2012 19:31:14

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,074

Re: Turkish Language translation character Problem

Sorry, I don`t what know what advice to give.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#15 30-01-2012 09:47:58

streak
Members
Registered: 16-01-2012
Posts: 23

Re: Turkish Language translation character Problem

So there is nothing to do for this problem . Am i right?

Offline

#16 29-02-2012 20:11:52

stougaard
Members
Registered: 24-02-2012
Posts: 7

Re: Turkish Language translation character Problem

HI  streak
Try to take a look here
I use this side to find character
http://e-tidsskrift.dk/dev/tegntabel.html

Offline

#17 01-03-2012 12:51:47

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,074

Re: Turkish Language translation character Problem

streak wrote:

So there is nothing to do for this problem . Am i right?

I`m not sure what the problem is.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

Board footer

2Checkout.com is an authorized reseller of goods and services provided by Maian Script World.© 2003-2013 David Ian Bennett. All Rights Reserved | Forum: FluxBB

Privacy Policy | Refund Policy