Summary | problem with umlaut characters in prefs.php |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | m.gabriel (at) das-netzwerkteam (dot) de |
Created | 08/27/2008 (6150 days ago) |
Due | |
Updated | 08/29/2008 (6148 days ago) |
Assigned | |
Resolved | 08/28/2008 (6149 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
http://cvs.horde.org/diff.php/imp/config/conf.xml?r1=1.53.2.37&r2=1.53.2.38&ty=u
http://cvs.horde.org/diff.php/imp/config/conf.xml?r1=1.131&r2=1.132&ty=u
New Attachment: conf.xml.patch
http://cvs.horde.org/diff.php/imp/config/prefs.php.dist?r1=1.295&r2=1.296&ty=u
text in the imp admin config page where the conf parameter
"fixed_folders" is set... (i.e. imp's conf.xml).
patch attached...
every folder pref we have to make this clear.
http://cvs.horde.org/diff.php/imp/config/prefs.php.dist?r1=1.295&r2=1.296&ty=u
every folder pref we have to make this clear.
this will probably suffice.
thx,
mike
encoding settings can differ (ISO-8859-15, UTF-8, etc.) and that has
consequences for special characters (above the 8-bit threshold) in
prefs.php/conf.php
for folder prefs - UTF7-IMAP (see RFC 3501 [5.1.3]). You need to
convert your folder name to this charset.
That being said, we should probably put comments in prefs.php for
every folder pref we have to make this clear.
encoding settings can differ (ISO-8859-15, UTF-8, etc.) and that has
consequences for special characters (above the 8-bit threshold) in
prefs.php/conf.php
so if this not a bug (it is to my point of view) which encoding
(charset) is used / presumed when including the prefs.php / conf.php
files? does the php include function/command take the user's language
/ charset into consideration (i.e. the shell's LANG variable, talking
about unix systems here)? alternatively, is there a way to tell php:
this very specific php file (e.g. prefs.php) is written in charset
UTF-8 (my shell's default charset) while other files are written in
ISO-8859-15 etc.?
when i put an umlaut in my prefs.php i surely want horde / php be able
to understand what i mean...
State ⇒ Not A Bug
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ problem with umlaut characters in prefs.php
Type ⇒ Bug
Priority ⇒ 1. Low
(fixed_folders) then imp behaves unexpectedly.
when i put, for example, "Gel&APY-schte Objekte" instead of "Gelöschte
Objekte" as my trash folder name into prefs.php, then imp accepts a
trash folder with umlauts.
same with other folders...
or do i miss some nls setting in nls.php (my site's default lang is to
de_DE)???