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>
- Re: [PHP-DOC] cvs: phpdoc /en/c... Mark Kronsbein
- Re: [PHP-DOC] cvs: phpdoc /en/c... Friedhelm Betz
- Re: [PHP-DOC] cvs: phpdoc /en/c... Gabor Hojtsy
- Re: [PHP-DOC] cvs: phpdoc /en/c... Mark Kronsbein
- Re: [PHP-DOC] cvs: phpdoc /en/c... Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Paul Dorneanu
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Marcus Börger
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Marcus Börger
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Wez Furlong
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Markus Fischer
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Leszek Krupinski
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Gabor Hojtsy