I only a few years ago started writing programs with Russian text IO in mind. Before that, I've just been saving perl program's files in utf8, thinking, that it makes my programs unicode enabled, as read in different places about it. I've had to start including those unicode and locale settings, after I've noticed that Russian text is scrambled on the output, but I am pretty vague about utf8 in perl, because, there is so much I have and want to learn in perl other, then unicode, but, when I look in unicode/utf8 family of perl documentation, there is so much to read (which I've done more deeply in the last few months, but in comparison of how much is left to read on that subject, it's almost nothing), that I always prefer reading on other subjects in perl, than unicode. I read more about unicode, when encounter some problem. I have a perl version 5.14 installed on my comp. I've recently installed new servers, ran my programs on them and noticed that there are warnings about deprecated encoding. The servers have perl 5.18 installed. I was thinking about updating my code, since those unicode settings were added to all of my libraries. Didn't do it yet, because of other deadlines that I have to meet. I will try your suggestion and see what it will do to me.

In reply to Re^6: problem with hashes, loaded from file by igoryonya
in thread problem with hashes, loaded from file by igoryonya

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.