I have problem with character (ü õ ö ä ), this script show this characters "?". How change charset? it's possible?
tnx anyway
The administrator has disabled public write access.
#2086
admin(Admin)
Admin
Posts: 840
Re:Problem with character (charset) 2007/07/26 12:24
Karma: 19  
I have never been asked for this problem before but since you have now I will look into it. I hope you understand that amidst so much work academic and this site and commercial extensions and my other site it often leaves me just enough time to sleep and eat and talk a few words with my wife.
The administrator has disabled public write access.
#2089
walwal(User)
Fresh Boarder
Posts: 4
Re:Problem with character (charset) 2007/07/26 15:52
Karma: 0  
Yes, i understand . I have same problem, only work and i hope my wife don't forget my face. I hope you find time and solve this charset problem.
Good luck
Sry my bad english.
The administrator has disabled public write access.
#2090
admin(Admin)
Admin
Posts: 840
Re:Problem with character (charset) 2007/07/26 17:00
Karma: 19  
Can you please try this
Around line number 94 you will a line like this fwrite($xml,$text);
replace it with this line fwrite($xml,utf8_encode($text));
clear the cache and all the files already in tooltips folder and load your site again.
JP
The administrator has disabled public write access.
#2092
walwal(User)
Fresh Boarder
Posts: 4
Re:Problem with character (charset) 2007/07/26 17:38
Karma: 0  
Tnx, it's work now.
The administrator has disabled public write access.
#2335
prosoccer(User)
Fresh Boarder
Posts: 1
Re:Problem with character (charset) 2007/10/11 07:11
Karma: 0  
I`ve the same problem but with cyrilic alfabet? Someone who`ll help me?
Tnx A Lot!
The administrator has disabled public write access.
#2375
turgut(User)
Senior Boarder
Posts: 13
Re:Problem with character (charset) 2007/11/01 07:24
Karma: 0  
What should I do if I have encoding iso-8859-9. I saw a php function somewhere and copied below but could not get worked: