apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Element index for package apidoc

[ c ] [ e ] [ f ] [ h ] [ l ] [ n ] [ p ] [ q ] [ t ] [ u ]

c

cleanUp
in file UtfNormal.php, method UtfNormal::cleanUp()
    The ultimate convenience function! Clean up invalid UTF-8 sequences, and convert to normal form C, canonical composition.
codepointToUtf8
in file UtfNormalUtil.php, function codepointToUtf8()
    Return UTF-8 sequence for a given Unicode code point.
top

e

escapeSingleString
in file UtfNormalUtil.php, function escapeSingleString()
    Escape a string for inclusion in a PHP single-quoted string literal.
top

f

fastCombiningSort
in file UtfNormal.php, method UtfNormal::fastCombiningSort()
    Sorts combining characters into canonical order. This is the final step in creating decomposed normal forms D and KD.
fastCompose
in file UtfNormal.php, method UtfNormal::fastCompose()
    Produces canonically composed sequences, i.e. normal form C or KC.
fastDecompose
in file UtfNormal.php, method UtfNormal::fastDecompose()
    Perform decomposition of a UTF-8 string into either D or KD form (depending on which decomposition map is passed to us).
top

h

hexSequenceToUtf8
in file UtfNormalUtil.php, function hexSequenceToUtf8()
    Take a series of space-separated hexadecimal numbers representing Unicode code points and return a UTF-8 string composed of those characters. Used by UTF-8 data generation and testing routines.
top

l

loadData
in file UtfNormal.php, method UtfNormal::loadData()
    Load the basic composition data if necessary
top

n

NFC
in file UtfNormal.php, method UtfNormal::NFC()
NFD
in file UtfNormal.php, method UtfNormal::NFD()
NFKC
in file UtfNormal.php, method UtfNormal::NFKC()
NFKD
in file UtfNormal.php, method UtfNormal::NFKD()
top

p

placebo
in file UtfNormal.php, method UtfNormal::placebo()
    This is just used for the benchmark, comparing how long it takes to interate through a string without really doing anything of substance.
top

q

quickIsNFC
in file UtfNormal.php, method UtfNormal::quickIsNFC()
    Returns true if the string is _definitely_ in NFC.
quickIsNFCVerify
in file UtfNormal.php, method UtfNormal::quickIsNFCVerify()
    Returns true if the string is _definitely_ in NFC.
top

t

toNFC
in file UtfNormal.php, method UtfNormal::toNFC()
    Convert a UTF-8 string to normal form C, canonical composition.
toNFD
in file UtfNormal.php, method UtfNormal::toNFD()
    Convert a UTF-8 string to normal form D, canonical decomposition.
toNFKC
in file UtfNormal.php, method UtfNormal::toNFKC()
    Convert a UTF-8 string to normal form KC, compatibility composition.
toNFKD
in file UtfNormal.php, method UtfNormal::toNFKD()
    Convert a UTF-8 string to normal form KD, compatibility decomposition.
top

u

UtfNormalData.inc
procedural page UtfNormalData.inc
UtfNormalDataK.inc
procedural page UtfNormalDataK.inc
UtfNormalUtil.php
procedural page UtfNormalUtil.php
utf8ToCodepoint
in file UtfNormalUtil.php, function utf8ToCodepoint()
    Determine the Unicode codepoint of a single-character UTF-8 sequence.
utf8ToHexSequence
in file UtfNormalUtil.php, function utf8ToHexSequence()
    Take a UTF-8 string and return a space-separated series of hex numbers representing Unicode code points. For debugging.
UtfNormal
in file UtfNormal.php, class UtfNormal
    Unicode normalization routines for working with UTF-8 strings.
top

Documentation generated on Tue, 24 Jul 2007 10:14:39 -0400 by phpDocumentor 1.4.0. PEAR Logo Copyright © PHP Group 2004.