Umlaute in Mambo

itsfd

Joined: 2005-07-22
Posts: 1
Posted: Fri, 2005-07-22 20:04

Integrating g2 into mambo 4.5.2 works fine on my site, thanks to the coders!!

My problem now is:

When I click on my g2 link in my mambo sidebar, all the german "umlaute" like "ae" (=ä) or "oe" (=ö) in the rest of the navigation turn to a "�". This affects the hole navigation ... within g2 (standalone and integratetd version) the album names with "Umlaut" are all correct!

This seems to be a general Problem, isn't it?! (parts of this text are from other users)

Can you help us German G2 users

Frank

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2005-07-22 20:53

the charset of the pages must be
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

i guess you have to edit a mambo file somewhere to change it to utf-8.

 
tassos

Joined: 2005-07-22
Posts: 4
Posted: Sun, 2005-07-24 19:12

I noticed the same Problem with umlauts. However, only if I include the random photo module from "mod_gallery_block.php". If I use only the sidebar module then the problem does not appear.

 
michiel_1981

Joined: 2005-05-19
Posts: 430
Posted: Mon, 2005-07-25 11:37

tassos,

i'll take a look at this, could you post the site url or pm me the url?

regards,
Michiel

 
Ave

Joined: 2003-05-11
Posts: 19
Posted: Mon, 2005-08-01 01:43

I have the problem with "mod_gallery_block.php". My language is brazilian portuguese. I published the module for 2 days, so you can see. After 2 days I'll unpublish to get rid of this error.

http://www.lidioparente.fot.br

 
michiel_1981

Joined: 2005-05-19
Posts: 430
Posted: Mon, 2005-08-01 06:39

Ave,

could you please let it appear only on 1 page, none gallery2 embedded page.

regards,
Michiel

is mambo using charset=UTF-8 or a non compatible charset?
you can set it in your template file.

 
Ave

Joined: 2003-05-11
Posts: 19
Posted: Tue, 2005-08-02 03:28

Michiel,

I set Image Block to only "Contato" page.
The charset was changed to UTF-8.
Nothing hapenned!

Thanks,
Ave

 
michiel_1981

Joined: 2005-05-19
Posts: 430
Posted: Tue, 2005-08-02 06:17

Ave,

thxs, it isn't just the module the embedded page is also broken. it is quite strange, because in FireFox it is experiencing less problems then in Safari.

regards,
Michiel

[edit]
try changing this to
<?xml version="1.0" encoding="iso-8859-1"?>
maybe it helps, i don't have much knowledge on this matter, but having multiple encodings isn't wise i think.

 
miky66

Joined: 2005-08-12
Posts: 14
Posted: Mon, 2005-08-22 20:38

Hi,

use the html code for the umlaut-characters. For example &amp; instead of ü.
You can use it for the modul description (mambo menue), links etc. too.
It works fine on my homepage. So mambo can use iso-8859-1 and gallery can use utf-8.