#1 2011-08-11 21:35:08
- Mr.Magne
- New member
- Registered: 2011-08-11
- Posts: 2
encoding problem in import folder
Hello,
I had a small problem when using import folder in non recursive mode, here is a diff of GCImportFolder.pm that fixes the problem. (gcstar 1.6.1, archlinux)
223c223
< push @filesList, Encode::decode_utf8($_);
---
> push @filesList, $_;
Offline
Should you have a problem using GCstar, you can open a bug report or request some support on GCstar forums.