mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
6b12cc61fa
commit
6ab1dfb387
1 changed files with 10 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue