Skip to main content

German special chars in Question

2.6K Views
0 Replies
1 min read
Hi,

nice component. But german special chars (ä, ü, ö) don't work in question, which makes the component useless for german language.

I thought the problem is in the strtoupper at crosswords.php 311. I tried to replace it by
mb_strtoupper($db->quote($question_keyword), 'UTF-8') 

But didn't work. I also tried to set local to
setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge');

So it seems as if the special chars is removed earlier, but where?

(Another point is autopublishing of questions. Would be nice to have an option, as a hack I set it in database.)

0 Replies

No Replies Yet

Topic Author

T

texxter

@texxter

Topic Stats

Created Monday, 15 November 2010 20:13
Last Updated Monday, 15 November 2010 20:13
Replies 0
Views 2.6K
Likes 0

Share This Topic