Summary | smb driver's _command needs to be charset aware |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | leena.heino (at) uta (dot) fi |
Created | 02/02/2009 (5995 days ago) |
Due | |
Updated | 05/31/2009 (5877 days ago) |
Assigned | |
Resolved | 05/31/2009 (5877 days ago) |
Milestone | |
Patch | No |
Taken from Michael Slusarz
State ⇒ Resolved
Patch ⇒ No
http://cvs.horde.org/diff.php/framework/NLS/NLS.php?rt=horde&r1=1.82.4.23&r2=1.82.4.24&ty=u
State ⇒ Duplicate
set when the smbclient command is evoked in the smb backend driver.
you give the character set you want in the LC_CTYPE.
- we already set LC_ALL in horde
in _command().
LC_CTYPE. Or are you saying that LC_ALL isn't set either?
locale like the current Horde frontend is completely wrong. If at all,
then we need to specify a charset per backend, and convert to/from that.
- we already set LC_ALL in horde
in _command().
please revert.
truly a PEAR package, then we necessarily have to set LC_* inside the
driver because there are no guarantees that it will have been set
elsewhere since Horde is not a pre-requisite.
patch, but only if host's default environment and the current locale
in gollem use the same charset.
- we already set LC_ALL in horde
- this only works with horde anyway, but this is a pear package.
please revert.
a PEAR package, then we necessarily have to set LC_* inside the driver
because there are no guarantees that it will have been set elsewhere
since Horde is not a pre-requisite.
http://cvs.horde.org/diff.php/framework/VFS/lib/VFS/smb.php?rt=horde&r1=1.1.2.4&r2=1.1.2.5&ty=u
http://cvs.horde.org/diff.php/framework/VFS/package.xml?rt=horde&r1=1.36.4.28&r2=1.36.4.29&ty=u
http://cvs.horde.org/diff.php/framework/VFS/lib/VFS/smb.php?rt=horde&r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/diff.php/framework/VFS/package.xml?rt=horde&r1=1.89&r2=1.90&ty=u
State ⇒ Feedback
- we already set LC_ALL in horde
- this only works with horde anyway, but this is a pear package.
please revert.
Assigned to Michael Slusarz
State ⇒ Resolved
http://cvs.horde.org/diff.php/framework/VFS/lib/VFS/smb.php?rt=horde&r1=1.1.2.3&r2=1.1.2.4&ty=u
http://cvs.horde.org/diff.php/framework/VFS/package.xml?rt=horde&r1=1.36.4.27&r2=1.36.4.28&ty=u
http://cvs.horde.org/diff.php/framework/VFS/lib/VFS/smb.php?rt=horde&r1=1.3&r2=1.4&ty=u
http://cvs.horde.org/diff.php/framework/VFS/package.xml?rt=horde&r1=1.88&r2=1.89&ty=u
Queue ⇒ Horde Framework Packages
Priority ⇒ 1. Low
State ⇒ New
New Attachment: horde-framework3-smbcommandcharset.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Gollem
Summary ⇒ smb driver's _command needs to be charset aware
Type ⇒ Enhancement
variable. Otherwise gollem is not able show correctly or search for
file names with accented characters.