(Describing ini settings for exif.) and explain need for mbstring and how it works.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77921 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Marcus Boerger 2002-04-12 19:07:48 +00:00
parent 745feb51a9
commit f59bb0ee20

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.48 $ -->
<!-- $Revision: 1.49 $ -->
<chapter id="configuration">
<title>Configuration</title>
@ -1539,6 +1539,14 @@ NOTYPE
<sect2 id="ini.sect.exif">
<title>Exif Configuration Directives</title>
<para>
<para>
Exif supports automatically conversion for Unicode and JIS
character encodings of user comments when module mbstring
is available. This is done by first decoding the comment
using the specified characterset. The result is then encoded
with another characterset which should match your http output.
</para>
<variablelist>
<varlistentry id="ini.exif.encode_unicode">
@ -1640,6 +1648,7 @@ NOTYPE
</varlistentry>
</variablelist>
</para>
</sect2>
</sect1>