Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: utf8

License

Content on this site is copyright © 2005 - 2008 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5. Some parts of this website may be subject to other licenses.

File/phputf8/mbstring/case.php

Description
Constants
UTF8_CASE = TRUE (line 12)

Define UTF8_CASE as required

Functions
utf8_strtolower (line 29)

Assumes mbstring internal encoding is set to UTF-8

Wrapper around mb_strtolower Make a string lowercase Note: The concept of a characters "case" only exists is some alphabets such as Latin, Greek, Cyrillic, Armenian and archaic Georgian - it does not exist in the Chinese alphabet, for example. See Unicode Standard Annex #21: Case Mappings

  • return: either string in lowercase or FALSE is UTF-8 invalid
mixed utf8_strtolower (string $str)
  • string $str
utf8_strtoupper (line 47)

Assumes mbstring internal encoding is set to UTF-8

Wrapper around mb_strtoupper Make a string uppercase Note: The concept of a characters "case" only exists is some alphabets such as Latin, Greek, Cyrillic, Armenian and archaic Georgian - it does not exist in the Chinese alphabet, for example. See Unicode Standard Annex #21: Case Mappings

  • return: either string in lowercase or FALSE is UTF-8 invalid
mixed utf8_strtoupper (string $str)
  • string $str

Documentation generated on Tue, 29 Jan 2008 18:44:51 +0000 by phpDocumentor 1.3.1