mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Space
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79465 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7f3404f590
commit
8907c42ed9
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.utf8-encode">
|
||||
<refnamediv>
|
||||
|
@ -16,7 +16,7 @@
|
|||
This function encodes the string <parameter>data</parameter> to
|
||||
<literal>UTF-8</literal>, and returns the encoded version.
|
||||
<literal>UTF-8</literal> is a standard mechanism used by
|
||||
<acronym>Unicode</acronym>for encoding <glossterm>wide
|
||||
<acronym>Unicode</acronym> for encoding <glossterm>wide
|
||||
character</glossterm> values into a byte stream.
|
||||
<literal>UTF-8</literal> is transparent to plain <abbrev>ASCII</abbrev>
|
||||
characters, is self-synchronized (meaning it is possible for a program to
|
||||
|
|
Loading…
Reference in a new issue