German and Cyrillic at the same time German and Cyrillic at the same time
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

German and Cyrillic at the same time

Started by Cybersmog, December 07, 2005, 09:18:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Cybersmog

Hi all,

i have a problem with my gallery: I want to have the album titles in two lanuages at the same time like this:
"my german title - same in cyrillic"

Problem is, that either the german special characters like äöü or the cyrillic text isn't shown properly depending on the language the user has choosen.
When I change the charset to utf-8, both lanuages are fucked up.

Does anyone has an idea how to solve that problem?

Thx
Peter

Joachim Müller

use utf-8, it's your only choice to solve this. You'll have to edit all existing descriptions so to make them non-garbled.

Cybersmog

Well, not exactly the answer I wanted to hear, but thx anyway ;)