Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #27333, comment 2


Ignore:
Timestamp:
03/09/2014 04:55:35 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27333, comment 2

    initial v1  
    14144. Uncomment `delete_option()` to delete the option.
    1515
    16 If the string comes from a file in your case, make sure it's encoded in UTF-8. If that doesn't help, try inserting the same string with phpMyAdmin to see if the database charset is correct.
     16If the string comes from a file in your case, make sure it's encoded in UTF-8 (without [http://en.wikipedia.org/wiki/Byte_order_mark byte order mark]). If that doesn't help, try inserting the same string with phpMyAdmin to see if the database charset is correct.