projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8548c71
)
(_nl_load_domain): Normalize strings passed to __gconv_open.
author
drepper
<drepper>
Thu, 4 May 2000 01:43:05 +0000
(
01:43
+0000)
committer
drepper
<drepper>
Thu, 4 May 2000 01:43:05 +0000
(
01:43
+0000)
intl/loadmsgcat.c
patch
|
blob
|
history
diff --git
a/intl/loadmsgcat.c
b/intl/loadmsgcat.c
index
5736116
..
aa0954e
100644
(file)
--- a/
intl/loadmsgcat.c
+++ b/
intl/loadmsgcat.c
@@
-292,6
+292,8
@@
_nl_load_domain (domain_file)
outcharset = (*_nl_current[LC_CTYPE])->values[_NL_ITEM_INDEX (CODESET)].string;
# ifdef _LIBC
+ outcharset = norm_add_slashes (outcharset);
+ charset = norm_add_slashes (charset);
if (__gconv_open (outcharset, charset, &domain->conv,
GCONV_AVOID_NOCONV)
!= __GCONV_OK)