Add a note about character set

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@136079 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Fernando Correa da Conceição 2003-07-27 17:21:23 +00:00
parent 6b12cc61fa
commit 6ab1dfb387

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/ibase.xml, last change in rev 1.2 -->
<refentry id="function.ibase-connect">
<refnamediv>
@ -81,6 +81,15 @@
4.0.0 and is functional only with InterBase 5 and up.
</para>
</note>
<note>
<para>
If you get some error like "arithmetic exception, numeric overflow, or string truncation. Cannot
transliterate character between character sets" (this occurs when you try use some character
with accents) when using this and after
<function>ibase_query</function> you must set the character set(ie ISO8859_1 or your current
character set).
</para>
</note>
<para>
See also <function>ibase_pconnect</function>.
</para>