Summary | Chora problems with Non-ASCII character filenames |
Queue | Chora |
Queue Version | 2.1.1 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | frust (at) iti (dot) cs (dot) tu-bs (dot) de |
Created | 01/14/2011 (5345 days ago) |
Due | |
Updated | 04/12/2012 (4891 days ago) |
Assigned | 12/28/2011 (4997 days ago) |
Resolved | 04/12/2012 (4891 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 3 |
Patch | Yes |
Taken from
State ⇒ Resolved
Assigned to
Assigned to Jan Schneider
Add tests for Unicode file names (
Bug #9512).4 files changed, 97 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/18761e815b2a3fdc308b4a6ca1c921c991b008ba
State ⇒ Feedback
Milestone ⇒ 3
Milestone ⇒
State ⇒ Unconfirmed
New Attachment: patches.zip
Patch ⇒ Yes
Queue ⇒ Chora
Summary ⇒ Chora problems with Non-ASCII character filenames
Type ⇒ Bug
Priority ⇒ 2. Medium
There needs to be done some clean-up to put it to public...
It was needed to patch the horde/VC/svn.php, chora/annotate.php,
chora/browse.php, chora/co.php, and chora/lib/Chora.php.
Best regards,
Frank.
PS: > A simple rawurlencode() should do it too.
Jan.
But for the chora display I needed to convert (e.g. \?195\?156) first
to utf-8 and then utf8_decode this string to be displayed correctly in
chora. Don't know why utf-8 characters don't display correctly. My
solution also just works for 2-byte utf-8!
Frank.