Last modified: 2006-06-02 18:57:12 UTC
Because every language is now UTF-8, we should merge the LanguageUtf8 class (languages/LanguageUtf8.php) into the base Language class (languages/Language.php). It's marked as FIXME in Language.php, however it is not fixed yet, so I've fixed it.
Created attachment 1879 [details] Patch (trunk) In this patch, I've copied all the functions in LanguageUtf8 into Language, replaced the general functions of Language with the functions of LanguageUtf8, replaced "extends LanguageUtf8" with "extends Language", and removed the "require_once" of LanguageUtf8.php (no need to include Language.php, it is already included in includes/Setup.php).
*** This bug has been marked as a duplicate of 2069 ***