Actions
Bug #1995
closedTruncating long utf-8 tab titles for drop-down ordering not done properly
Description
As illustrated in attached screenshot (using Greek language but also present with russian).
Files
Updated by krileon about 14 years ago
- File 1995.patch added
- Status changed from New to Resolved
- Assignee set to beat
- Target version set to CB 1.3
- % Done changed from 0 to 80
Added CBs ISO or UTF8 strlen and substr functions instead of straight PHP functions. Also fixed mb_substr as was missing its encoding.
Actions
#3
Updated by krileon about 14 years ago
- File 1995-1.patch 1995-1.patch added
- File 1995-2.patch 1995-2.patch added
split patch into 2 patches as target is different files
Updated by beat about 14 years ago
- Status changed from Resolved to Closed
- % Done changed from 80 to 100
- Estimated time set to 1:30 h
Fixed as suggested in r1252 .
Thanks Kyle
Actions