The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.20 - 2010-06-05

  • Whole
    • Win32::API to eliminate, XS changed. Added Win32::Unicode::XS.
  • Win32::Unicode::Process
    • to receive the exit code (thanks Chris Pirazzi)
  • Win32::Unicode::Console
    • Fixed a bug that can not be `0` print.
    • $SIG{__WARN__} and $SIG{__DIE__} compatible.
    • When I was trailing newline, the number of lines not to print.
  • Win32::Unicode::File
    • `seek`, `file_size` work with big file.
  • Win32::Unicode::Native
    • can use Unicode, including arguments. @ARGV contains the characters in the utf8 decode.
  • Win32::Unicode::Define
    • deleted.

Modules

perl unicode-friendly wrapper for win32api.
Unicode string to console out
Unicode string directory utility.
return error message.
Unicode string file utility.
override some default method
manipulate processes.

Provides

in lib/Win32/Unicode/Console.pm
in lib/Win32/Unicode/Constant.pm
in lib/Win32/Unicode/Util.pm
in lib/Win32/Unicode/XS.pm