Changes between Initial Version and Version 1 of Ticket #27333, comment 2
- Timestamp:
- 03/09/2014 04:55:35 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27333, comment 2
initial v1 14 14 4. Uncomment `delete_option()` to delete the option. 15 15 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.16 If 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.