Page 1 of 1
[NMS] - umlauts in frontend-text coming from "de_DE.php"?
Posted: Fri Nov 30, 2007 2:06 pm
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 --> ü <-- 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
Re: [NMS] - html entities in frontend-text coming from "de_DE.php"?
Posted: Wed Dec 05, 2007 1:35 pm
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
Re: [NMS] - umlauts in frontend-text coming from "de_DE.php"?
Posted: Wed Dec 05, 2007 7:00 pm
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.
Re: [NMS] - umlauts in frontend-text coming from "de_DE.php"?
Posted: Thu Dec 06, 2007 9:35 am
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)
Re: [NMS] - umlauts in frontend-text coming from "de_DE.php"?
Posted: Thu Dec 06, 2007 10:13 am
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.
Re: [NMS] - umlauts in frontend-text coming from "de_DE.php"?
Posted: Mon Dec 10, 2007 12:46 pm
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ültige <--
Re: [NMS] - umlauts in frontend-text coming from "de_DE.php"?
Posted: Tue Dec 11, 2007 6:06 pm
by cyberman
rtkd wrote:
i switched back to utf-8, which got rid off the � but now i get this again --> ungültige <--
You got this output if you change "ung�ltige" to "ungültige" in nms modules de_DE.php ?
Re: [NMS] - umlauts in frontend-text coming from "de_DE.php"?
Posted: Wed Dec 12, 2007 9:05 am
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) ung
�ltige E-Mail-Adresse >> (3) ung
�ltige E-Mail-Adresse
(1) ung
ültige E-Mail-Adresse >> (2) ung
ültige E-Mail-Adresse >> (3) ung
ültige E-Mail-Adresse
Re: [NMS] - umlauts in frontend-text coming from "de_DE.php"?
Posted: Thu Dec 13, 2007 11:43 am
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) ung�ltige E-Mail-Adresse >> (3) ung�ltige E-Mail-Adresse
(1) ungültige E-Mail-Adresse >> (2) ungültige E-Mail-Adresse >> (3) ungültige E-Mail-Adresse
Can you add the results with different encodings on frontend?