[wp-trac] [WordPress Trac] #46143: UTF8 typo, but
WordPress Trac
noreply at wordpress.org
Wed Jan 30 14:20:37 UTC 2019
#46143: UTF8 typo, but
--------------------------+------------------------------
Reporter: masterross | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Charset | Version: 5.0.3
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by ayeshrajans):
Hello @masterross - Welcome to WordPress Trac!
Current approach is correct. Prior to PHP 5.4, the default encoding was
`ISO-8859-1` (yuck!), so this workaround was needed.
Looking at the error message, it looks like you have an error in your
php.ini settings: `UTF-8;’`. Notice the unnecessary semi colon. You will
need to find where this is set (a `php.ini` file or an `ini_set` call for
`default_charset` directive) and remove the semicolon.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46143#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list