Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.5.2

Request #9343 Using non-english file/dir names
Submitted: 2006-11-15 18:27 UTC
From: vader666 at yandex dot ru Assigned: clay
Status: Closed Package: VersionControl_SVN (version 0.3.0alpha1)
PHP Version: 5.1.6 OS:
Roadmaps: 0.3.1    
Subscription  


 [2006-11-15 18:27 UTC] vader666 at yandex dot ru (Vader666)
Description: ------------ My repo contain non-English dir and file-names. When I use "svn list" command in my script, the replay is non-readeble content. Example dir name is: ?\208?\156?\208?\176?\208?\179?\208?\184?\209?\143 For edit this problem I change SVN.php: in line 627 From: exec("$cmd 2>&1", $out, $ret_var); To: exec("export LANG=en_US.utf8 && $cmd 2>&1", $out, $ret_var);

Comments

 [2007-09-17 19:58 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!