mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Encoding fix
Fixes problems with accented weekdays in Spanish other languages
This commit is contained in:
@@ -197,7 +197,7 @@ class convert
|
||||
break;
|
||||
}
|
||||
|
||||
return strftime($mask, $datestamp);
|
||||
return utf8_encode(strftime($mask, $datestamp));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user