I already found a solution: all these special characters need to be added to the function "create_sef" in function.php (around line 800). For example adding:
$input = str_replace('รค', 'ae', $input); will solve the problem described above, resulting SEF-URL will also be readable for the user. So, urlencoding will not be necessary. -- SEF URLS containing non-URL characters https://bugs.launchpad.net/bugs/235072 You received this bug notification because you are a member of Phpns- team, which is subscribed to phpns. _______________________________________________ Mailing list: https://launchpad.net/~phpns-team Post to : phpns-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~phpns-team More help : https://help.launchpad.net/ListHelp