Actions
Defect #11834
closedBazaar: "???" instead of non ASCII character in paths on non UTF-8 locale
Start date:
Due date:
% Done:
100%
Estimated time:
Resolution:
Fixed
Affected version:
Description
BitNami Redmine Stack:
- Redmine 2.0.3
- Ruby 1.8.7
- Rails 3.2.6
- Apache 2.2
I'm using Redmine on Windows XP SP3 Rus and Windows Server 2003 Rus (cp1251). There is a problem with browsing Bazaar repository containing cyrillic symbols in repository filenames and paths. I see ??? instead of cyrillic symbols.
I didn't find solution of this problem anywhere. Is there one?
So, I checked other scm *_adapter.rb and made same 'bzr' output encoding convertion, so everything works now (see attached files, they contains comments of basic changes). Was it useless?
Changes:- Added path encoding setup when adding Bazaar repo (same as for the filesystem).
- Removed log encoding setup, because of Bazaar is storing all comments in utf8 inside and outputs them with same encoding as for the path.
P.S. Saw Ruby for the first time when started to do this
Files
Actions