Subject: | SVN-Access and Unicode |
Date: | Tue, 16 Apr 2013 12:36:33 +0200 |
To: | "bug-SVN-Access [...] rt.cpan.org" <bug-SVN-Access [...] rt.cpan.org> |
From: | "Zarlenga Ennio (CI/NEP2)" <Ennio.Zarlenga [...] pl.bosch.com> |
Hello,
As resource names may contain non-ANSI characters, in order to handle this situation correctly, permission files need to be opened as utf-8 streams.
I did this by adding just one line at the top of SVN::Access:
use open ':encoding(utf8)';
This worked for me with perl v5.16.1 under Windows (ActiveState Perl).
Ennio