helly           Fri Apr 12 15:07:49 2002 EDT

  Modified files:              
    /phpdoc/en/chapters config.xml 
  Log:
  (Describing ini settings for exif.) and explain need for mbstring and how it works.
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.48 phpdoc/en/chapters/config.xml:1.49
--- phpdoc/en/chapters/config.xml:1.48  Fri Apr 12 14:58:32 2002
+++ phpdoc/en/chapters/config.xml       Fri Apr 12 15:07:48 2002
@@ -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 @@
 
    <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 @@
      </varlistentry>
 
     </variablelist>
+    </para>
    </sect2>
      
   </sect1>


Reply via email to