[i18n] element index

Package indexes

All elements
i u
i
top
Function is_utf8
is_utf8() in unicode-defs.php
u
top
Page unicode-defs.php
unicode-defs.php in unicode-defs.php
Function utf8encode
utf8encode() in unicode-defs.php
takes a string of unicode entities and converts it to a utf-8 encoded string each unicode entitiy has the form &#nnn(nn); n={0..9} and can be displayed by utf-8 supporting browsers. Ascii will not be modified.
Function utf8ord
utf8ord() in unicode-defs.php
Function utf8RawUrlDecode
utf8RawUrlDecode() in unicode-defs.php
RFC1738 compliant replacement to PHP's rawurldecode - which actually works with unicode (using utf-8 encoding).
Function utf8RawUrlEncode
utf8RawUrlEncode() in unicode-defs.php
Replacement for PHP's rawurlencode. This version skips any existing sequences of '%xx', which represent already-encoded chars. Also uses the multi=byte string functions to preseve unicode chars integrity.
Function utf8_ensure
utf8_ensure() in unicode-defs.php
Ensure a string is encoded as UTF-8..
i u