Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-13 | Don't log "No suitable function found for UTF-8..." as E_USER_WARNING. | Aleksander Machniak | |
Use E_USER_NOTICE - this happens quite often as email messages containing invalid charset name are not so rare. | |||
2014-11-16 | Code improvements and fixes (mostly unused variables and methods) | Aleksander Machniak | |
2014-11-07 | Fix some character sets detection (#1490135) | Aleksander Machniak | |
2014-08-27 | Remove 3rd party libs from our repository and define the dependencies in ↵ | Thomas Bruederli | |
composer.json-dist. Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'. For direct git checkouts, copy composer.json-dist into composer.json and run `php composer.phar install` to install the dependencies. | |||
2014-04-13 | Make sure mbstring susbtitute character is set to empty string in ↵ | Aleksander Machniak | |
rcube_charset::clean() | |||
2014-01-02 | Small perf. improvement | Aleksander Machniak | |
2013-07-28 | - Fix detecting Turkish language in ISO-8859-9 encoding (#1489252) | Aleksander Machniak | |
2013-01-06 | Improve charset detection by prioritizing charset according to user language ↵ | Aleksander Machniak | |
(#1485669) | |||
2012-12-18 | Cleanup, remove file paths from doc | Aleksander Machniak | |
2012-11-27 | Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency | Aleksander Machniak | |
2012-11-21 | Framework files moved to lib/Roundcube | Aleksander Machniak | |