Like one of the links I posted says, use Win32::Unicode

I addressed this already when I wrote:

Even in those cases, like mine, where portability isn't a factor, the often-suggested workarounds using Win32API* modules are less than ideal.

As its perldoc page says, Win32::Unicode is a "perl [sic] unicode-friendly [sic] wrapper for win32api [sic]" (i.e., a Perl Unicode-friendly wrapper for Win32API; specifically, Win32API::File).

For me, one problem with Win32::Unicode is that I cannot easily install it on the systems at work where I need to use it. These systems are running ActivePerl 5.8.8 and there's no Win32-Unicode PPD file available for this older version of Perl in the default ActiveState repository. Is this an insurmountable impediment? Problem not, but it makes trying to use the module "less than ideal" for me. It's many more than a few mouse clicks away.

Another problem with Win32::Unicode is its documentation: very scant and — let's be frank — in unreadable English. Ouch!


In reply to Re^6: dos path accents by Jim
in thread dos path accents by fanticla

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.