From 9f273c1c6844d3276a0e1cff6790ccea7db2fe9f Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 29 Jun 2004 13:33:23 +0000 Subject: Use standardized names for ISO-8859-1, see http://www.iana.org/assignments/character-sets (Using the name iso8859-1 may still work, because it is aliased in apr-iconv/ccs/charset.aliases) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65231 13f79535-47bb-0310-9956-ffa450edef68 --- misc/unix/charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/unix/charset.c b/misc/unix/charset.c index 5e1842fac..6acb4e157 100644 --- a/misc/unix/charset.c +++ b/misc/unix/charset.c @@ -55,7 +55,7 @@ APR_DECLARE(const char*) apr_os_default_encoding (apr_pool_t *pool) } if ('A' == 0x41) { - return "ISO8859-1"; /* not necessarily true */ + return "ISO-8859-1"; /* not necessarily true */ } return "unknown"; -- cgit v1.2.1