]> granicus.if.org Git - php/commit
(PHP nl_langinfo) Added function when provided by OS
authorWez Furlong <wez@php.net>
Wed, 4 Jul 2001 10:10:30 +0000 (10:10 +0000)
committerWez Furlong <wez@php.net>
Wed, 4 Jul 2001 10:10:30 +0000 (10:10 +0000)
commitf1364ebf3ead89f145af573e3b90f3503898b0ad
treed33144965c977b7fa15233997cab3b84ff339a5e
parent649d14ae7966496a57d3a91bc8e93b1865bd565e
(PHP nl_langinfo) Added function when provided by OS
(PHP htmlentities, htmlspecialchars) Uses nl_langinfo to determine charset
@- Added nl_langinfo() (when OS provides it) that returns locale
   information. (Wez Furlong)
# There are a lot of constants used by nl_langinfo; should we do something
# along the lines of what we do for syslog?
configure.in
ext/standard/basic_functions.c
ext/standard/html.c
ext/standard/php_string.h
ext/standard/string.c