It’s in English, same for my keyboard. One of my co-webmasters also has the same issue.
I was thinking it might have been a config. issue (PHP-wise or something), rather than a bug in WLPE, since even WebSignup (a default MODx app that’s been tested) was giving that odd "username wasn’t entered" error.
Hello,
how can this be in WLPE ?
special chars (ö, ß … including "
"):
Why the same text looks fine on myProfile page (via Login) and userList - but not in wlpeViewProfileTpl?
why do you mean your post is hijacked, isn’t this a matter of charset handling in wlpe?
-
☆ A M B ☆
- 24,524 Posts
We do try to be a bit more flexible and friendly on the MODx forums, unless somebody is actually interrupting an ongoing discussion.
Make sure your database’s default character set matches what you want, and that the config.inc.php line $database_connection_charset =’utf8’ matches, so that the tables, and their fields, are all the same. I’ve also had problems when my default MySQL (my.conf) setting was not what I was using, even though the database and tables were all set to utf8. There is a difference in collation between whatever-bin, whatever-general and etc. But that doesn’t have to do with display, just with sorting. A bit of time studying the MySQL documentation on the subject in your language would be of benefit.