Opened 6 years ago
Closed 6 years ago
#1484225 closed Bugs (fixed)
windows-1250 encoding bug
| Reported by: | tower | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-rc2 |
| Component: | Interface | Version: | git-master |
| Severity: | major | Keywords: | windows polish letters encoding |
| Cc: |
Description
Hi,
We are using roundcube webmail (svn version) with polish translation. The most common encodings which are used in our country are iso-8859-2 and windows-1250. Polish language has some special letters and the problem is with them. While in iso-8859-2 all looks ok (message head and body) in windows-1250 it does not. You can check a screenshot with the same message in 2 mentioned encodings (and utf-8) here: http://tower.wdm.pl/roundcube/roundcube_bug.jpg. Any ideas?
Attachments (1)
Change History (8)
Changed 6 years ago by tower
comment:1 Changed 6 years ago by tower
- Owner set to tower
- Status changed from new to assigned
comment:2 Changed 6 years ago by tower
- Owner tower deleted
- Status changed from assigned to new
comment:3 Changed 6 years ago by tower
- Priority changed from 7 to 10
comment:4 Changed 6 years ago by tower
- Milestone set to 0.1-rc1
comment:5 Changed 6 years ago by thomasb
- Milestone changed from 0.1-rc1 to 0.1-rc2
comment:6 Changed 6 years ago by thomasb
- Priority changed from 10 to 5
comment:7 Changed 6 years ago by thomasb
- Resolution set to fixed
- Status changed from new to closed
Use iconv instead of mbstring. Fixed to trunk in [b8e65ce3]
Note: See
TracTickets for help on using
tickets.

Related with #1484292?