ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[PHP-DOC] cvs: phpdoc /en/reference/iconv ini.xml
by Jakub Vrana other posts by this author
Nov 3 2005 2:10AM messages near this date
[PHP-DOC] cvs: phpdoc /en/language operators.xml | [PHP-DOC] #35060 [Opn->Bgs]: problematic safe_mode restriction in GD library
vrana		Thu Nov  3 05:09:36 2005 EDT

  Modified files:              
    /phpdoc/en/reference/iconv	ini.xml 
  Log:
  ISO8859-1 instead of ISO-8859-1 (bug #35068)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/iconv/ini.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/iconv/ini.xml
diff -u phpdoc/en/reference/iconv/ini.xml:1.4 phpdoc/en/reference/iconv/ini.xml:1.5
--- phpdoc/en/reference/iconv/ini.xml:1.4	Tue Feb 22 12:36:06 2005
+++ phpdoc/en/reference/iconv/ini.xml	Thu Nov  3 05:09:30 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?> 
-<!-- $Revision: 1.4 $ --> 
+<!-- $Revision: 1.5 $ --> 
 <section id="iconv.configuration"> 
  &reftitle.runtime;
  &extension.runtime;
@@ -39,6 +39,12 @@
  </table> 
  &ini.php.constants;
  </para> 
+ <warning> 
+  <para> 
+   Some systems (like IBM AIX) use "ISO8859-1" instead of "ISO-8859-1" so this
+   value has to be used in configuration options and function parameters.
+  </para> 
+ </warning> 
  <note> 
   <para> 
    Configuration option <parameter> iconv.input_encoding</parameter> is

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved