Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.3, 1.7
-
Fix Version/s: 1.8
-
Component/s: Database SQL/XMLDB
-
Labels:None
-
Database:MySQL
-
Affected Branches:MOODLE_16_STABLE, MOODLE_17_STABLE
-
Fixed Branches:MOODLE_18_STABLE
Description
Since UTF-8 language names have already 7 characters varchar 10 is a bit short for individual UTF-8 language names.
After a long trouble shooting why language changes did not work as expected I noticed, that the individual language name "de_shb_utf8" gets truncated in the database ![]()
Please add the now missing 5 characters (_utf8) to the lang field to give more flexibility back.
Hi Urs,
this has been addressed to 1.8. There, such fields will be incremented upto 30cc.
Now we are in Beta stage and must avoid DB changes completely.
Until them you can:
Sorry by the delay, but we must not do it before 1.8
- reduce the lang name or
- increase user->lang and course->lang up to 30cc
Sorry by the delay, but we must not do it before 1.8