Defect #7064
closedMercurial adapter does not recognize non alphabetic nor numeric in UTF-8 copied files
0%
Description
Before applied patch¶
This is the original redmine image.
After applied patch¶
This is the image applied patch hg-urlescape.diff .
Files
Related issues
Updated by Yuya Nishihara almost 14 years ago
Hi, I like your patch in principle, and it should be {name|escape}
for consistency.
But one thing, filenames in Mercurial are bytes, thus {name|escape}
can contain invalid UTF-8 sequence for non-ASCII & non-UTF-8 filenames. It may confuse REXML parser.
The following entries have the same issue: file, file_mod, file_add, file_del and source
.
See also #2664
Updated by Toshi MARUYAMA almost 14 years ago
- File settings.png settings.png added
- File hg-2010-12-10.diff hg-2010-12-10.diff added
- File mercurial_repository.tar.gz mercurial_repository.tar.gz added
- File annotate.png annotate.png added
- File browse.png browse.png added
- File copied.png copied.png added
I merged issue-2664-0.9-stable-2010-04-11.patch of #2664 and latest-changesets-improvements-4.diff of #6159 excluding Subversion.
And I updated Mercurial test repository and add unit tests and functional tests.
And I attach images.
Updated by Toshi MARUYAMA almost 14 years ago
- File japanese-windows-repo-annotate.png japanese-windows-repo-annotate.png added
- File japanese-windows-repo-browse.png japanese-windows-repo-browse.png added
- File japanese-windows-repo-setting.png japanese-windows-repo-setting.png added
I confirmed unit and functional tests pass for latin-1 encoding test repository on my Japanese(CP932) Windows Vista.
I post some images.
$ hg --version Mercurial Distributed SCM (version 1.7.2)
$ RAILS_ENV=test ruby script/about r:/Ruby186/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/rails/gem_dependency.rb:119:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement About your application's environment Ruby version 1.8.6 (i386-mingw32) RubyGems version 1.3.7 Rack version 1.0 Rails version 2.3.5 Active Record version 2.3.5 Active Resource version 2.3.5 Action Mailer version 2.3.5 Active Support version 2.3.5 Application root R:/work/hg-workdir/redmine-trunk-my-work Environment test Database adapter sqlite3 Database schema version 20101115000000 Loaded suite script/about Started Finished in 0.0 seconds. 0 tests, 0 assertions, 0 failures, 0 errors
Updated by Toshi MARUYAMA almost 14 years ago
- Assignee set to Toshi MARUYAMA
- % Done changed from 100 to 0
Updated by Toshi MARUYAMA almost 14 years ago
- Subject changed from Mercurial adapter does not recognize non ASCII copied files to Mercurial adapter does not recognize non alphabetic nor numeric copied files
Updated by Toshi MARUYAMA almost 14 years ago
- Subject changed from Mercurial adapter does not recognize non alphabetic nor numeric copied files to Mercurial adapter does not recognize non alphabetic nor numeric in UTF-8 copied files
Updated by Toshi MARUYAMA almost 14 years ago
- File r4632-utf-8.png r4632-utf-8.png added
- File r4633-utf-8.png r4633-utf-8.png added
- Status changed from New to Closed
- Target version set to 1.1.0
- Resolution set to Fixed
I confirmed to fix copying UTF-8 named file.
I attach images.
Non UTF-8 named file is #2664 issue.
So, I close this issue.