diff options
author | Andrei Zmievski <andrei@php.net> | 2006-08-08 21:03:11 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2006-08-08 21:03:11 +0000 |
commit | 1b18b5a68fc4bce5ccc1d4d3f10b853c8144d2b9 (patch) | |
tree | f1f905465ba8501196912a712faec95fe4c13f93 /unicode-progress.txt | |
parent | a3e906515cf24334bbdcab9b3687c9b9f2f2c11c (diff) | |
download | php-git-1b18b5a68fc4bce5ccc1d4d3f10b853c8144d2b9.tar.gz |
Convert nl2br() to suppor IS_UNICODE.
# Hmm, it's a bit ugly..
Diffstat (limited to 'unicode-progress.txt')
-rw-r--r-- | unicode-progress.txt | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/unicode-progress.txt b/unicode-progress.txt index 9ee93b9e66..8ce7457b31 100644 --- a/unicode-progress.txt +++ b/unicode-progress.txt @@ -19,9 +19,6 @@ ext/standard addcslashes() Params API. Figure out how to escape characters > 255. - basename() - Create php_u_basename() without mbstring stuff - chunk_split() Params API, Unicode upgrades. Split on codepoint level. @@ -42,9 +39,6 @@ ext/standard nl_langinfo() Params API, otherwise leave alone - nl2br() - Params API, IS_UNICODE support - parse_str() Params API. How do we deal with encoding of the data? @@ -114,9 +108,6 @@ ext/standard Needs update so that it doesn't try to find half of a surrogate pair. - strrev() - Params API - strtr() Check on Derick's progress. @@ -196,12 +187,14 @@ ext/standard string.c -------- addslashes() + basename() bin2hex() chr() dirname() explode() implode() levenshtein() + nl2br() ord() pathinfo() range() |