Ignore:
Timestamp:
Oct 26, 2009, 9:39:44 PM (15 years ago)
Author:
ronosman
Message:

Bug 1213 fixed. Accented characters in file and path names make pLoader Linux crash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/Uploader/GUI/wxFrameAUI.pm

    r4118 r4121  
    152152use Storable;
    153153use Uploader::GUI::wxPropertyGridPanel;
    154 use Encode qw/encode decode is_utf8/;
    155154use utf8;
    156155$|=1;
     
    14361435            # to make sure that unicode chars in filenames are supported
    14371436            {
    1438                 ANSIPathName => $^O =~ /MSWin32/ ? Win32::GetANSIPathName($_) : encode('iso-8859-1', $_),
     1437                ANSIPathName => $^O =~ /MSWin32/ ? Win32::GetANSIPathName($_) : $_,
    14391438                PathName => $_,
    14401439            },
Note: See TracChangeset for help on using the changeset viewer.