Not particularly a problem, but in setup I get the alert:-
mbstring.internal_encoding to UTF-8 in your php.ini file recommended.
My PHP 5.9 info files include the following:-
mbstring
Multibyte Support enabled
Multibyte string engine libmbfl
Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) version 4.4.4
Multibyte regex (oniguruma) backtrack check On
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
Directive Local Value Master Value
mbstring.detect_order no value no value
mbstring.encoding_translation Off Off
mbstring.func_overload 0 0
mbstring.http_input pass pass
mbstring.http_output pass pass
mbstring.internal_encoding no value no value
mbstring.language neutral neutral
mbstring.strict_detection Off Off
mbstring.substitute_character no value no value
However I find no mention of any UTF-8 reference in the php.ini files.
Can you see anything I can modify; it is not really important but it intrigues me!
thanks jeffjohn
Comments
this is what you should change.
Are you able to give me information on this, please? thanks again - brilliant application - jeffjohn
PHP_VALUE mbstring.internal_encoding UTF-8
Laurent