forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Function Charset Problem
- This topic is empty.
-
AuthorPosts
-
-
September 15, 2006 at 2:38 pm #9880mkysoftMember
I try to make functions which is included spacial characters in latin5 (turkish). Webyog doesn't open function correctly. It shown latin5 characters like “?”. I open mysql.proc table and edit “body” field in blob editor (because this field is longblob) for correct these characters. Then its working. What is the problem can be? I select default charset on connection screen but didn't working. I try 5.11 and 5.2 Beta 3.
Thanks.
-
September 15, 2006 at 2:46 pm #22437peterlaursenParticipant
did you go to tools..preferences..editor and selected a turkish script with the font(s) for the editor and the and the DATA tab? There is a dropdown where to choose!
-
September 15, 2006 at 2:49 pm #22438mkysoftMember
Yes. I did this settings before. I checked it again.
-
September 15, 2006 at 2:58 pm #22439peterlaursenParticipant
OK .. now what happens if you choose 'latin5' from the connections manager? If the default charset on your server is latin1 (very common everywhere around the world!) you must choose 'latin5' yourself.
Also is Turkish set as the default language for non-unicode programs? And is it a Turkish Windows or an English?
Please try to understand this:
http://www.webyog.com/faq/34_102_en.html
Actually the current charset setting system of SQLyog was first tested succesfully with Turkish!
what does
Code:SHOW variables like '%character%';return on you system when connected?
-
September 22, 2006 at 11:13 am #22440mkysoftMember
I run
Code:SHOW variables like '%character%';then sqlyog show this result.
Code:“Variable_name” “Value”
“character_set_client” “latin5”
“character_set_connection” “latin5”
“character_set_database” “latin5”
“character_set_filesystem” “binary”
“character_set_results” “latin5”
“character_set_server” “latin5”
“character_set_system” “utf8”
“character_sets_dir” “C:\Program Files\mysql\share\charsets\”my default language latin5 in mysql. I setup it in my.ini file. Also my windows is Turkish. I can see turkish character correctly in Sqlyog when running SQL for selecting data from tables. For example;
Code:select 'ş ç ğ ı ü ö İ Ü Ö Ğ' as latin5This code working properly.
Then I try this:
Code:show create function testMy 'ş ç ğ ı ü ö İ Ü Ö Ğ' characters showing '? ? ? ? ? ? ? ? ?'
I think this is not Sqlyog problem, its caming from MySQL. Thanks. I am sorry because of I must try before.
-
September 22, 2006 at 12:01 pm #22441peterlaursenParticipantQuote:show create function test
My 'ş ç ğ ı ü ö İ Ü Ö Ğ' characters showing '? ? ? ? ? ? ? ? ?'
I think this is not Sqlyog problem, its caming from MySQL. Thanks. I am sorry because of I must try before.
No I think it is a SQLyog issue. But starting from Beta4 we also have charset settings that are effective for RESULT tab.
-
-
AuthorPosts
- You must be logged in to reply to this topic.