question about perl complaint

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Giancarlo Bassi

    question about perl complaint

    Hi everyone,

    Running html2latex I got this:

    ~/#html2latex

    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    LANGUAGE = "italian",
    LC_ALL = "",
    LC_COLLATE = "C",
    LANG = "en_US"
    are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").
    strict.pm did not return a true value at /usr/bin/html2latex line 22.
    BEGIN failed--compilation aborted at /usr/bin/html2latex line 22.


    With:

    localedef --help

    Usage: localedef [OPTION...] NAME
    or: localedef [OPTION...] [--add-to-archive|--delete-from-archive]
    FILE...
    or: localedef [OPTION...] --list-archive [FILE]
    Compile locale specification

    Input Files:
    -f, --charmap=FILE Symbolic character names defined in FILE
    -i, --inputfile=FILE Source definitions are found in FILE
    -u, --repertoire-map=FILE FILE contains mapping from symbolic names to
    UCS4
    values

    .......


    I couldn't understand better what I have to change or define.

    Can someone give me some hint ?

    Thanks a lot.
    Giancarlo Bassi

    ---
    "I'm no Pawn, I'm Donald Duck ! "
    -- Donald in MathMagic Land


  • Michael Wehner

    #2
    Re: question about perl complaint

    Giancarlo Bassi wrote:
    Can someone give me some hint ?
    Check your system's documentation about locales.

    Comment

    Working...