Summary | Default states and priorities cant contain non-ascii characters |
Queue | Whups |
Queue Version | 1.0 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | ax (at) natur (dot) cuni (dot) cz |
Created | 11/12/2008 (6076 days ago) |
Due | |
Updated | 11/12/2008 (6076 days ago) |
Assigned | |
Resolved | 11/12/2008 (6076 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
files, and PHP files can't contain arbitrary encodings.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Default states and priorities cant contain non-ascii characters
Queue ⇒ Whups
Milestone ⇒
Patch ⇒ No
containing non-ascii characters and save them, they are malformed in
conf.php (for example characters that are in iso-latin-2 and not in
iso-latin-1 are converted into question marks).
If i edit conf.php and put accented letters there (in utf-8), they are
displayed wrong (looks like they are converted to 8-bit and displayed
as iso-latin-1) in configuration interface and when default
states/priorities are created, all strings read from conf.php are cut
before first non-ascii letter.