summaryrefslogtreecommitdiffstats
path: root/rules/glibc.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2006-11-27 18:05:13 +0000
committerLuotao Fu <l.fu@pengutronix.de>2006-11-27 18:05:13 +0000
commitc43efa0d9a699d00b1c44555410aaca665da481e (patch)
tree744b404404c28ee84b2d42f596ff01772899cfc3 /rules/glibc.in
parent6b3fb44996c0688ca2596536d369360adae85ee6 (diff)
downloadptxdist-c43efa0d9a699d00b1c44555410aaca665da481e.tar.gz
ptxdist-c43efa0d9a699d00b1c44555410aaca665da481e.tar.xz
added gconv modules to glibc local installation
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6386 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glibc.in')
-rw-r--r--rules/glibc.in20
1 files changed, 16 insertions, 4 deletions
diff --git a/rules/glibc.in b/rules/glibc.in
index c9e094592..1ddf56ca4 100644
--- a/rules/glibc.in
+++ b/rules/glibc.in
@@ -161,16 +161,28 @@ config GLIBC_GCONV
bool
depends on GLIBC_INSTALL
prompt "Install gconv libraries"
- depends on GLIBC
+ depends on GLIBC
help
- FIXME: This item needs to be documented
+ The gconv-modules extend the glibc, they are used by
+ several programs to convert the local codepages.
config GLIBC_GCONV_ISO8859_1
bool
prompt " ISO8859-1"
- depends on GLIBC_GCONV
+ depends on GLIBC_GCONV
help
- FIXME: This item needs to be documented
+ install the iso8859-1 (Latin Alphabet No.1) encoding module
+ into gconv, this should be ok for most west and north european
+ languages.
+
+config GLIBC_GCONV_ISO8859_15
+ bool
+ prompt " ISO8859-15"
+ depends on GLIBC_GCONV
+ help
+ install the iso8859-15 (Latin Alphabet No.9) encoding module
+ into gconv, this one contains french ligatures and the euro
+ symbol
# -----