Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unicode support
#2
For some specific languages with special characters in "day of week"-names you have to change inc.Calendar.php - change line:
$dayNames[] = substr($dn,0,2);

to:
$dayNames[] = mb_substr($dn,0,2,"utf-8");

This requires mbstring library (Multibyte support) loaded in PHP.

Patch for LetoDMS 2.0.2 is in attachment.
Reply


Messages In This Thread
Unicode support - by dzingis - 04-24-2010, 03:18 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)