Jump to content

Special characters problem!


Akira

Recommended Posts

Ok, should be a stupid thing i'm missing but guys, please help.

 

Working on a german site, which have loads of special chars like for example; ü.

 

Now, I know, by inserting that kinda text in a DB with htmlentities() function, that fixes the problem.

But now, in a language file, I have this:

 

$LANG_SITE['link']['text']='<img src="/d4/_img/icon_link.gif"> Link zur offiziellen Website des Büros der';

 

When i echo or print this array, the Büros part displays like:  B?er

Using htmlentities() doens't work, cause it mixes up the html code.

 

What is a other work arround?

 

Thanks in advance for any responds!

   

Link to comment
https://forums.phpfreaks.com/topic/126328-special-characters-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.