mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@7239 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
712a35b2e7
commit
250c4c139c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue