File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: e908bfda98eb9fe16fb2c1b5773f312e5c684ee3 Maintainer: leonardolara Status: ready -->
2+ <!-- EN-Revision: 1be57c2d7d7306b6167a4305059fe1abe8911699 Maintainer: leonardolara Status: ready -->
33<refentry xml : id =" function.idn-to-ascii" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
44 <refnamediv >
55 <refname >idn_to_ascii</refname >
9090 </row >
9191 </thead >
9292 <tbody >
93+ <row >
94+ <entry >8.4.0</entry >
95+ <entry >
96+ Agora lança um <exceptionname >ValueError</exceptionname >
97+ se o parâmetro <parameter >domain</parameter > for vazio.
98+ </entry >
99+ </row >
100+ <row >
101+ <entry >8.4.0</entry >
102+ <entry >
103+ Agora lança um <exceptionname >ValueError</exceptionname >
104+ se o parâmetro <parameter >variant</parameter > não for
105+ <constant >INTL_IDNA_VARIANT_UTS46</constant >.
106+ </entry >
107+ </row >
93108 <row >
94109 <entry >7.4.0</entry >
95110 <entry >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: d6aee4a5004f7d532f24c06ea2ab2ac0b91b8664 Maintainer: leonardolara Status: ready -->
2+ <!-- EN-Revision: 1be57c2d7d7306b6167a4305059fe1abe8911699 Maintainer: leonardolara Status: ready -->
33<refentry xml : id =" function.idn-to-utf8" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
44 <refnamediv >
55 <refname >idn_to_utf8</refname >
9090 </row >
9191 </thead >
9292 <tbody >
93+ <row >
94+ <entry >8.4.0</entry >
95+ <entry >
96+ Agora lança um <exceptionname >ValueError</exceptionname >
97+ se o parâmetro <parameter >domain</parameter > for vazio.
98+ </entry >
99+ </row >
100+ <row >
101+ <entry >8.4.0</entry >
102+ <entry >
103+ Agora lança um <exceptionname >ValueError</exceptionname >
104+ se o parâmetro <parameter >variant</parameter > não for
105+ <constant >INTL_IDNA_VARIANT_UTS46</constant >.
106+ </entry >
107+ </row >
93108 <row >
94109 <entry >7.4.0</entry >
95110 <entry >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: 92f1b8b177eb5730382abf9f27bae868f1bb636f Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
2+ <!-- EN-Revision: 1be57c2d7d7306b6167a4305059fe1abe8911699 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
33<refentry xml : id =" function.mb-strcut" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
44 <refnamediv >
55 <refname >mb_strcut</refname >
107107 </row >
108108 </thead >
109109 <tbody >
110+ <row >
111+ <entry >8.4.0</entry >
112+ <entry >
113+ O comportamento agora é mais consistente em strings <literal >UTF-8</literal > e <literal >UTF-16</literal > inválidas.
114+ </entry >
115+ </row >
110116 &mbstring.changelog.encoding-nullable;
111117 </tbody >
112118 </tgroup >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: 92f1b8b177eb5730382abf9f27bae868f1bb636f Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
2+ <!-- EN-Revision: 1be57c2d7d7306b6167a4305059fe1abe8911699 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
33<refentry xml : id =" function.mb-substr" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
44 <refnamediv >
55 <refname >mb_substr</refname >
9797 </row >
9898 </thead >
9999 <tbody >
100+ <row >
101+ <entry >8.4.0</entry >
102+ <entry >
103+ Em strings inválidas (aquelas com erros de codificação),
104+ os índices de caractere agora são interpretados da mesma maneira que a maioria
105+ das outras funções mbstring. Isso significa que os índices de caractere retornados
106+ por <function >mb_strpos</function > podem ser passados diretamente.
107+ </entry >
108+ </row >
100109 &mbstring.changelog.encoding-nullable;
101110 </tbody >
102111 </tgroup >
You can’t perform that action at this time.
0 commit comments