Actions
Patch #1993
closedTo correct the defect that non-ASCII subversion path can't be displayed(on windows)
Start date:
2008-10-06
Due date:
% Done:
0%
Estimated time:
Description
The path parameter of the entries function
entries(path=nil, identifier=nil)
function must be escaped before it passed to the svn command line executable. And other functions using the path parameter is also changed as above.
A related message could be found at: http://www.redmine.org/boards/2/topics/show/2396#message-2397
Files
Related issues
Updated by Jan Ivar Beddari about 16 years ago
I needed this patch to fix problems with the Norwegian characters ÆæØøÅå in the subversion view (at site.url/repositories/show/projectid/)
After doing these changes it now works as expected.
I can do manual svn operations using these characters on the command line on the same system. This is a Debian linux system, my system locale is set to "en_US.UTF-8" which should be all I need.
Updated by Jean-Philippe Lang about 16 years ago
- Status changed from New to Closed
- Target version set to 0.8
Patch applied in r2004. Thanks.
Actions