diff options
author | David M <davidmj@users.sourceforge.net> | 2007-03-29 10:29:05 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-03-29 10:29:05 +0000 |
commit | 250c4c139c215ea447171d3734a4c2b5f7497421 (patch) | |
tree | 7f43cbd9d05a0473e6a47e0e15f3d5da881399f3 /phpBB/includes/utf/utf_tools.php | |
parent | 712a35b2e7826c4f8abc82ce30793142de7ef830 (diff) | |
download | forums-250c4c139c215ea447171d3734a4c2b5f7497421.tar forums-250c4c139c215ea447171d3734a4c2b5f7497421.tar.gz forums-250c4c139c215ea447171d3734a4c2b5f7497421.tar.bz2 forums-250c4c139c215ea447171d3734a4c2b5f7497421.tar.xz forums-250c4c139c215ea447171d3734a4c2b5f7497421.zip |
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@7239 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/utf/utf_tools.php')
-rw-r--r-- | phpBB/includes/utf/utf_tools.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/utf/utf_tools.php b/phpBB/includes/utf/utf_tools.php index 7a97857538..4f1cfcb5b5 100644 --- a/phpBB/includes/utf/utf_tools.php +++ b/phpBB/includes/utf/utf_tools.php @@ -641,7 +641,7 @@ function utf8_str_split($str, $split_len = 1) } /** -* UTF-8 aware alternative to strcspn +* UTF-8 aware alternative to strspn * Find length of initial segment matching the mask * * @author Harry Fuecks @@ -933,7 +933,7 @@ function utf8_encode_ncr_callback($m) } /** -* Enter description here... +* Converts a UTF-8 char to an NCR * * @param string $chr UTF-8 char * @return integer UNICODE code point |