esotalk / esoTalk

Fat-free forum software.
GNU General Public License v2.0
1.47k stars 239 forks source link

bugfix: UTF8 strftime results in null content renderView #433

Closed manhg closed 8 years ago

mroi commented 9 years ago

I also had a locale issue with strftime() in the past and the root cause turned out to be that my language addon (German in my case) was not using a UTF-8 locale. I fixed it with this patch: mroi/owncloud-esotalk@3940b476e3bb6ac16022b948ef1cda13d4bc65eb Could this be happening for you as well?

manhg commented 9 years ago

Thank you! My case is Japanese text. Our patch solves the problem! (my case is Japanese text). However, to prevent mistaken, i still believe safe call strftime will not result in destructive result with unknown reason. It took me days to find out the problem.