[NMS] - umlauts in frontend-text coming from "de_DE.php"?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
rtkd
Forum Members
Forum Members
Posts: 126
Joined: Tue Dec 12, 2006 3:57 pm

[NMS] - umlauts in frontend-text coming from "de_DE.php"?

Post by rtkd »

Hi,

i have a problem with NMS and "german umlauts" in the nms-frontend.

Umlauts (like ü) i write right into the template get parsed just fine and come out as their respective character (ü),
while still being ü in the sourcecode.

Text coming from the language file - strangely - gets treated differently.

When i use ü in the language file the & gets treated as a single character and not as part of the umlaut,
which results in a construct like this --> &uuml; <-- in the sourcecode.

When i use the umlaut (ü) in the language file i just get a tilted-square (dunno the english word) with a ? inside.

Could you push me in the right direction here pls?

Thanx, rtkd
Last edited by rtkd on Wed Dec 05, 2007 1:37 pm, edited 1 time in total.
rtkd
Forum Members
Forum Members
Posts: 126
Joined: Tue Dec 12, 2006 3:57 pm

Re: [NMS] - html entities in frontend-text coming from "de_DE.php"?

Post by rtkd »

/*
@ BUMP
*/

also i noticed that umlauts in the confirmation emails are not displayed correctly (möchte = möchten)

i'd really appreciate any help on this and the above mentioned!

greets, rtkd
cyberman

Re: [NMS] - umlauts in frontend-text coming from "de_DE.php"?

Post by cyberman »

Have you tried to edit lang file manually?

Translation center converts all ü and similar to ü and so on - cant affected it as translator.
rtkd
Forum Members
Forum Members
Posts: 126
Joined: Tue Dec 12, 2006 3:57 pm

Re: [NMS] - umlauts in frontend-text coming from "de_DE.php"?

Post by rtkd »

yep. i did.

i use homesite for coding so its just a matter of 5 secs,
but as mentioned above i just get a � when i do that (FEHLER - ung�ltige E-Mail-Adresse)
cyberman

Re: [NMS] - umlauts in frontend-text coming from "de_DE.php"?

Post by cyberman »

rtkd wrote: i just get a � when i do that
If you see that there's something wrong with encoding.

CMSms default encoding is utf-8. If you now use an iso-... encoding it makes trouble.

Please check it.
rtkd
Forum Members
Forum Members
Posts: 126
Joined: Tue Dec 12, 2006 3:57 pm

Re: [NMS] - umlauts in frontend-text coming from "de_DE.php"?

Post by rtkd »

hi sry it took me so long to reply,

i switched back to utf-8, which got rid off the � but now i get this again --> ung&uuml;ltige <--
cyberman

Re: [NMS] - umlauts in frontend-text coming from "de_DE.php"?

Post by cyberman »

rtkd wrote: i switched back to utf-8, which got rid off the � but now i get this again --> ung&uuml;ltige <--
You got this output if you change "ung�ltige" to "ungültige" in nms modules de_DE.php ?
rtkd
Forum Members
Forum Members
Posts: 126
Joined: Tue Dec 12, 2006 3:57 pm

Re: [NMS] - umlauts in frontend-text coming from "de_DE.php"?

Post by rtkd »

You got this output if you change "ung�ltige" to "ungültige" in nms modules de_DE.php ?
Ok, sry. I should have clarified this earlier.

1 = how its written in the lang file.
2 = output in browser
3 = sourcecode

(1) ungültige E-Mail-Adresse >> (2) ungltige E-Mail-Adresse >> (3) ungltige E-Mail-Adresse

(1) ungültige E-Mail-Adresse >> (2) ungültige E-Mail-Adresse  >> (3) ung&uuml;ltige E-Mail-Adresse
cyberman

Re: [NMS] - umlauts in frontend-text coming from "de_DE.php"?

Post by cyberman »

rtkd wrote: 1 = how its written in the lang file.
2 = output in browser
3 = sourcecode

(1) ungültige E-Mail-Adresse >> (2) ungltige E-Mail-Adresse >> (3) ungltige E-Mail-Adresse

(1) ungültige E-Mail-Adresse >> (2) ungültige E-Mail-Adresse  >> (3) ung&uuml;ltige E-Mail-Adresse
Can you add the results with different encodings on frontend?
Post Reply

Return to “CMSMS Core”