![]() |
|
UTF-8 - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: UTF-8 (/thread-4345.html) |
UTF-8 - macalter - 2008-12-30 PHP mbstring package Your internal characater set is ISO-8859-1 Setting mbstring.internal_encoding to UTF-8 in your php.ini file is recommended to insure accented and multi-byte characters function properly.
UTF-8 - sbillard - 2008-12-30 It is not being changed again. UTF-8 is what you should be using. However, it would appear that your PHP is not using UTF-8 but rather ISO-8859-1. Thus the warning. This will not impact you unless you are using characters with accents such as š or Ø (or maybe a whole bunch of others.) UTF-8 - macalter - 2008-12-30 Should I set somthing on my web host server to rid the error? I may have reason to use French characters. UTF-8 - sbillard - 2008-12-30
If it is just in descriptions and titles it won't be a problem. UTF-8 - zzzzzz - 2009-02-22 I have the same problem of; PHP mbstring package Your internal characater set is ISO-8859-1 UTF-8 - acrylian - 2009-02-22 Maybe your webspace account does not allow to change that at all. If you don't know you please contact your ISP. UTF-8 - castortroy2009 - 2009-07-30 This is another thing that should be made a little more clear for newbies like me when going through the error messages for this setup. UTF-8 - sbillard - 2009-07-30 Sorry, but what is unclear about the statement that accented and multi-byte characters might not function correctly? Certainly if you need those characters (not everyone does) then you need to figure out how to change this setting. If not you can ignore it. |