Hi,

I too face the same problem. I think that the problem here is that the post install steps are not clear, there is more to do to setup this module ( Encode ).

The code in the latest version of Encode.pm will ignore this file if it's not there.

I tried to also run, as some people have suggested, enc2xs but get the following error.

$ ../../../perl5.8/script/enc2xs -C require Encode; ... require Encode::CN::HZ; Warning: something's wrong at ../../../perl5.8/script/enc2xs line 1017 +. /scratch/rkazak/perl5.8/lib/5.8.9/Encode Generating /scratch/rkazak/perl5.8/lib/5.8.9/IA64.ARCHREV_0-thread-mul +ti-LP64/Encode/ConfigLocal.pm... $

This generates a minimal file, which could be used I guess. I would like to know what the e2x files are for, they look like templates for setting up encodings? Maybe this is mostly a documentation issue?


In reply to Re^2: Encode:ConfigLocal Missing by rkazak
in thread Encode:ConfigLocal Missing by networknerd

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.