goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
299 stars 199 forks source link

how about german umlaute öäü in the language files ? #126

Open alwin4711 opened 9 years ago

alwin4711 commented 9 years ago

Hi, what is the correct way to handle german chracters (Umlaute) like äüö in the language files ? For the moment i use the html format &auml or &uuml. The problem ist that this will work for text labels but it works not for a button label. For example the 'change profile' modul show the correct characters in haedline but wrong text in the button ... any idea ?

this is the form code..... echo form_submit('change_profile', $change_profile_caption, 'class="btn btn-primary" style="display:none;"');

but from where comes the $change_profile_caption variable ??

Cia Alain