[packages] libiconv: add ASCII as alias to US-ASCII, fixes various glib applications
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26775 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7c303dee77
commit
db5fcab888
@ -11,7 +11,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libiconv
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
@ -42,6 +42,7 @@ static const unsigned char charsets[] =
|
||||
"\001" "UTF-16LE" "\0"
|
||||
"\002" "UTF-32BE" "\0"
|
||||
"\003" "UTF-32LE" "\0"
|
||||
"\006" "ASCII" "\0"
|
||||
"\006" "US-ASCII" "\0"
|
||||
"\007" "ISO-8859-1" "\0"
|
||||
"\007" "LATIN1" "\0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user