Skip to content
JoomlaProdigy Forum
Welcome, Guest
Please Login or Register.
Lost Password?
Re:Problem with character (charset) (1 viewing)
_GEN_GOTOBOTTOM Post Reply

TOPIC: Re:Problem with character (charset)

#2083
walwal (User)
Fresh Boarder
Posts: 4
graphgraph
Click here to see the profile of this user
Problem with character (charset) 2007/07/26 09:41 Karma: 0  
Hi,

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
graph
Click here to see the profile of this user
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
graphgraph
Click here to see the profile of this user
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
graph
Click here to see the profile of this user
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
graphgraph
Click here to see the profile of this user
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
graphgraph
Click here to see the profile of this user
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
graphgraph
Click here to see the profile of this user
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:

function str_encode ($string,$to="iso-8859-9",$from="utf8") {
if($to=="iso-8859-9" && $from=="utf8"){
$str_array = array(
chr(196).chr(177) => chr(253),
chr(196).chr(176) => chr(221),
chr(195).chr(182) => chr(246),
chr(195).chr(150) => chr(214),
chr(195).chr(167) => chr(231),
chr(195).chr(135) => chr(199),
chr(197).chr(159) => chr(254),
chr(197).chr(158) => chr(222),
chr(196).chr(159) => chr(240),
chr(196).chr(158) => chr(208),
chr(195).chr(188) => chr(252),
chr(195).chr(156) => chr(220)
);
return str_replace(array_keys($str_array), array_values($str_array), $string);

}
return $string;
}

Any help will be appriciated.
  The administrator has disabled public write access.
_GEN_GOTOTOP Post Reply
© Copyright 2007 Best of Joomla, Powered by FireBoardget the latest posts directly to your desktop

Buy Now

Recommended

Search

Recommended

Joomla Templates

Member Login

Refreshing page..Please wait!
                       Lost Password?    Can't Login?