For example, Daily format in calendar,
Friday, 1 February 2008 (English)
2008? 02? 1?(???) (Japanese): by modified function userdate()
2008?? 02? 1??(???) (Japanese): by original function userdate()
$format is multibyte characters(UTF-8) in japanese-lang-file.
But return value of strftime('%A') on japanese windows version PHP contains non-UTF-8 characters.
Therefore $format must be converted to $localewincharset at first in japanese environment. I think that there are no bat influences by converting $format to $localewincharset in other language.
Description
For example, Daily format in calendar,
Friday, 1 February 2008 (English)
2008? 02? 1?(???) (Japanese): by modified function userdate()
2008?? 02? 1??(???) (Japanese): by original function userdate()
$format is multibyte characters(UTF-8) in japanese-lang-file.
But return value of strftime('%A') on japanese windows version PHP contains non-UTF-8 characters.
Therefore $format must be converted to $localewincharset at first in japanese environment. I think that there are no bat influences by converting $format to $localewincharset in other language.
Frank Ralf added a comment - 07/Jan/09 01:59 AM Only found this issue after having worked on MDL-14149.
1) My findings confirm the above.
2) I linked both issues.
Frank
All content on this web site is made available under the GNU General Public License, unless otherwise stated.
1) My findings confirm the above.
2) I linked both issues.
Frank