Mailinglist Archive: opensuse-bugs (16612 mails)
| < Previous | Next > |
[Bug 400408] Adobe Reader cannot handle umlauts
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 16 Jun 2008 03:45:57 -0600 (MDT)
- Message-id: <20080616094557.BB1E3245391@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=400408
User mfabian@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=400408#c5
Mike Fabian <mfabian@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider|
|sven.burmeister@xxxxxxx
--- Comment #5 from Mike Fabian <mfabian@xxxxxxxxxx> 2008-06-16 03:45:57 MDT
---
Does your /usr/bin/acroread start script contain the following workaround:
# Workaround for http://bugzilla.novell.com/show_bug.cgi?id=370330
if [ "$GTK_IM_MODULE" == "xim" ] ; then
for lc in LANG LC_ALL LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY
LC_MESSAGES LC_PAPER LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION
do
eval val="\$$lc"
case "$val" in
*.UTF-8*)
eval $lc=\${val%%[.@]*}
;;
*)
;;
esac
done
fi
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User mfabian@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=400408#c5
Mike Fabian <mfabian@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider|
|sven.burmeister@xxxxxxx
--- Comment #5 from Mike Fabian <mfabian@xxxxxxxxxx> 2008-06-16 03:45:57 MDT
---
Does your /usr/bin/acroread start script contain the following workaround:
# Workaround for http://bugzilla.novell.com/show_bug.cgi?id=370330
if [ "$GTK_IM_MODULE" == "xim" ] ; then
for lc in LANG LC_ALL LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY
LC_MESSAGES LC_PAPER LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION
do
eval val="\$$lc"
case "$val" in
*.UTF-8*)
eval $lc=\${val%%[.@]*}
;;
*)
;;
esac
done
fi
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |