Package: hylafax-server
Version: 2:4.3.0-5
Severity: minor
Tags: l10n

After installing the current unstable package I found that the notification 
mail in German language was not displayed properly. (Non-ASCII characters
were missing in my case.)

The cause is a wrong charset declaration in the notification mail.

The script bin/notify sets CHARSET=us-ascii which could be overwritten later
but it is not changed anywhere.

I suggest setting CHARSET in bin/dictionary to the correct value for the
language specific messages. It is not a system specific setting because
it depends on the charset the author[s] of the dictionary file used to
write the messages.

example:

case "$LANG" in
# ...
    de_*)
        CHARSET=iso-8859-1
        DICTRECEIVEAGENT="HylaFAX Empfang";
# ...

The CHARSET variable is language specific, for example pl_* may need 
CHARSET=iso-8859-2 while de_* needs CHARSET=iso-8859-1. So it has to be
checked for every language included in bin/dictionary.

As a workaround I defined the charset variable in FaxDictionary for my
language:

case "$LANG" in
    de_*)
        CHARSET=iso-8859-1
        ;;
esac


I will send a similar message to the hylafax-users mailing list, because
I think it's an upstream issue.


Bodo

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages hylafax-server depends on:
ii  adduser          3.87                    Add and remove users and groups
ii  debconf [debconf 1.5.2                   Debian configuration management sy
ii  gs               8.50-1.1                Transitional package
ii  gs-afpl [gs]     8.53-0.2                The AFPL Ghostscript PostScript in
ii  gs-esp [gs]      8.15.1.dfsg.1-2         The Ghostscript PostScript interpr
ii  gs-gpl [gs]      8.50-1.1                The GPL Ghostscript PostScript int
ii  hylafax-client   2:4.3.0-5               Flexible client/server fax softwar
ii  libc6            2.3.6-13                GNU C Library: Shared libraries
ii  libgcc1          1:4.1.0-4               GCC support library
ii  libpam0g         0.79-3.1                Pluggable Authentication Modules l
ii  libstdc++6       4.1.0-4                 The GNU Standard C++ Library v3
ii  libtiff-tools    3.8.2-4                 TIFF manipulation and conversion t
ii  libtiff4         3.8.2-4                 Tag Image File Format (TIFF) libra
ii  mailx            1:8.1.2-0.20050715cvs-1 A simple mail user agent
ii  psmisc           22.2-1                  Utilities that use the proc filesy
ii  sed              4.1.5-1                 The GNU sed stream editor
ii  sharutils        1:4.2.1-15              shar, unshar, uuencode, uudecode
ii  zlib1g           1:1.2.3-11              compression library - runtime

Versions of packages hylafax-server recommends:
ii  metamail                      2.7-51     implementation of MIME

-- debconf information:
* hylafax-server/configure_note:
* hylafax-server/attachment:
  hylafax-server/start_now: true
  hylafax-server/setup_failed:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to