Ticket #1485063 (new Bugs)
abbreviate_string in get.inc
| Reported by: | simplexe | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-stable |
| Component: | Client Scripts | Version: | 0.1.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
hi, in file get.inc function abbreviate_string have secondary param 55 for IE, i added if<>else for other browsers. see diff. Also, when i save attached file on disk and filename in cyrillic encoding - in IE, filename (not extension!) broken. i use iconv() function for encoding, so:
$browser = new rcube_browser();
if ($browser->win && $_SERVER['HTTP_ACCEPT_LANGUAGE'] == 'ru' && $browser->ie)
{
$part->filename = iconv("UTF-8", "Windows-1251", $part->filename);
}
i not found other decision =(
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
