summaryrefslogtreecommitdiff
path: root/unicode-progress.txt
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2006-09-22 18:24:12 +0000
committerAndrei Zmievski <andrei@php.net>2006-09-22 18:24:12 +0000
commitcd58faa031acfafb90eb6992a33f198c4e56c9ea (patch)
treedc49482ffbab4d2512db99277c3be4f4d76616bf /unicode-progress.txt
parent29ccb96d9e9693a07f55ac7d28377a1add4563df (diff)
downloadphp-git-cd58faa031acfafb90eb6992a33f198c4e56c9ea.tar.gz
Bring localeconv(), money_format(), and nl_langinfo() to standards. Add
E_STRICT notices about them being deprecated in Unicode mode.
Diffstat (limited to 'unicode-progress.txt')
-rw-r--r--unicode-progress.txt12
1 files changed, 3 insertions, 9 deletions
diff --git a/unicode-progress.txt b/unicode-progress.txt
index a54f12421c..3edcd28cf7 100644
--- a/unicode-progress.txt
+++ b/unicode-progress.txt
@@ -20,15 +20,6 @@ ext/standard
Figure out if this is something we can use ICU for, internally.
Check with Zeev.
- localeconv()
- Params API, update to use *_rt_* API.
-
- money_format()
- Just IS_UNICODE support with *_rt_* API.
-
- nl_langinfo()
- Params API, otherwise leave alone
-
parse_str()
Params API. How do we deal with encoding of the data?
@@ -150,6 +141,9 @@ ext/standard
explode()
implode()
levenshtein()
+ localeconv()
+ money_format()
+ nl_langinfo()
nl2br()
ord()
pathinfo()