Summary | badly parsed ftp directory listing with Turkish language |
Queue | Gollem |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | horde-tr (at) metu (dot) edu (dot) tr |
Created | 02/02/2008 (6314 days ago) |
Due | 01/05/2008 (6342 days ago) |
Updated | 02/03/2008 (6313 days ago) |
Assigned | |
Resolved | 02/03/2008 (6313 days ago) |
Milestone | |
Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
which is the only portable locale.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ badly parsed ftp directory listing with Turkish language
Due ⇒ 01/05/2008
Queue ⇒ Gollem
I configured a ftp backend.
After logging in to horde with "Turkish" language choosen, file
manager displays the ftp listing badly parsed. All attributes
(filename, owner, group, size ..etc) are listed under "Name" column.
This leads to lack of all maniplation features.
Changing the line 660 of horde/lib/VFS.php from;
setlocale(LC_CTYPE, 'en');
to;
setlocale(LC_CTYPE, 'en_US');
solved the problem for me.
All the best.
Emre Sezginer
horde-tr at metu.edu.tr