UTF-8 and date-format

current version: 1.2.1.1
released: 11.07.2011

UTF-8 and date-format

Postby eoxdus » Wed May 23, 2012 10:20 am

First of all, thank you for great mod.

Whenever I tried to set date-format to "Y년 M월 d일", result is turned to be "Y??? M??? d???".

Sorry for my poor English. Thank you!
eoxdus
Posts < 10
Posts < 10
 
Posts: 4
Topics: 2
Joined: Wed May 23, 2012 10:16 am
phpBB.de: eoxdus
phpBB.com: eoxdus

Re: UTF-8 and date-format

Postby nickvergessen » Thu May 24, 2012 1:03 am

Hi,

includes/acp/acp_wwh.php
find:
Code: Select all
set_config('wwh_record_timestamp', request_var('wwh_record_timestamp', 'D j. M Y'));

replace with:
Code: Select all
set_config('wwh_record_timestamp', utf8_normalize_nfc(request_var('wwh_record_timestamp', 'D j. M Y', true)));
cheers nickvergessen :geek:

Member of phpBB Development-Team
No Support via PM
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 5748
Topics: 217
Images: 139
Joined: Mon Oct 15, 2007 4:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen

Re: UTF-8 and date-format

Postby eoxdus » Thu May 24, 2012 9:16 am

This is not working. I got following error message. :cry:

Code: Select all
Fatal error: Call to undefined function utf8_normalize() in /home/hosting_users/eoxdus/www/includes/acp/acp_wwh.php on line 57
eoxdus
Posts < 10
Posts < 10
 
Posts: 4
Topics: 2
Joined: Wed May 23, 2012 10:16 am
phpBB.de: eoxdus
phpBB.com: eoxdus

Re: UTF-8 and date-format

Postby nickvergessen » Thu May 24, 2012 7:12 pm

Sorry, it's
Code: Select all
utf8_normalize_nfc(
not
Code: Select all
utf8_normalize(
cheers nickvergessen :geek:

Member of phpBB Development-Team
No Support via PM
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 5748
Topics: 217
Images: 139
Joined: Mon Oct 15, 2007 4:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen

Re: UTF-8 and date-format

Postby eoxdus » Fri May 25, 2012 3:06 am

WOOT! It works well! Thanks alot!
eoxdus
Posts < 10
Posts < 10
 
Posts: 4
Topics: 2
Joined: Wed May 23, 2012 10:16 am
phpBB.de: eoxdus
phpBB.com: eoxdus


Return to NV "Who Was Here?"

Who is online

Users browsing this forum: No registered users and 2 guests