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
[NMS] - umlauts in frontend-text coming from "de_DE.php"?
[NMS] - umlauts in frontend-text coming from "de_DE.php"?
Last edited by rtkd on Wed Dec 05, 2007 1:37 pm, edited 1 time in total.
Re: [NMS] - html entities in frontend-text coming from "de_DE.php"?
/*
@ 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
@ 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"?
Have you tried to edit lang file manually?
Translation center converts all ü and similar to ü and so on - cant affected it as translator.
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"?
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)
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"?
If you see that there's something wrong with encoding.rtkd wrote: i just get a � when i do that
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"?
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 <--
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"?
You got this output if you change "ung�ltige" to "ungültige" in nms modules de_DE.php ?rtkd wrote: 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"?
Ok, sry. I should have clarified this earlier.You got this output if you change "ung�ltige" to "ungültige" in nms modules de_DE.php ?
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"?
Can you add the results with different encodings on frontend?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