Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.5, 2.0
-
Fix Version/s: None
-
Component/s: Language
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
Bug is related to MDL-18841 and MDL-17358.
Specifically see Tim's comment here http://tracker.moodle.org/browse/MDL-17358?focusedCommentId=68384&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_68384
This string (and probably others) in si_utf8/moodle.php:$string['pictureof'] = '$a?? ????????';
Creates the following PHP output:
[error] [client X.X.X.X] PHP Notice: Undefined variable: a\xe0\xb6\x9c\xe0\xb7\x9a in /lib/moodlelib.php(5433) : eval()'d code on line 1
Stupid tracker, why can't it cope with multibyte characters. Anyway, you can see the problem string at http://cvs.moodle.org/lang/si_utf8/moodle.php?view=markup.