Summary | Can't create folders with umlauts |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 06/06/2008 (6252 days ago) |
Due | |
Updated | 10/18/2010 (5388 days ago) |
Assigned | 06/09/2008 (6249 days ago) |
Resolved | 06/09/2008 (6249 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Version ⇒ Git master
folder name 12.34.56
creates
12
+- 34
+- 56
the namespace separator.
folder name 12.34.56
creates
12
+- 34
+- 56
an so on.
Ending with a . creates a folder without a name, which can´t be
selected in the folder tree (can´t remember if navigation tree oder
folder administration tree, perhaps both).
"owners" list. Is that intended?
that; you're not currently in it for IMP.
State ⇒ Not A Bug
mbstring is not installed?
modified UTF-7 stream. Upstream bug:
http://bugs.php.net/bug.php?id=45213
The same bug hit me 2002 :o)
Installing the mbstring extension does solve it. I forgot to reload
httpd when I first tried it...
Would it make sense to add an extra warning to IMP's test.php if
mbstring is not installed?
Taken from
"owners" list. Is that intended?
Assigned to
State ⇒ Assigned
start sequence of a unicode string...
Taken from Jan Schneider
Assigned to Jan Schneider
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Can't create folders with umlauts
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
I'm unable to create new folders with umlauts in the name. After
adding some debug output to String::converCharset it turns out that my
iso-8859-1 test string "Täst" contains a character with decimal value
228 instead of the expected 132. The value seems already wrong after
the Util::getFormData() call.
It tried it with Firefox and konqueror on Linux and IE7 on windows to
make sure it's not a browser problem. Jan, can you test if this works
for you?
I also tried enabling/disabling the mbstring extension, no difference.