diff options
author | alecpl <alec@alec.pl> | 2008-10-03 08:05:59 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-10-03 08:05:59 +0000 |
commit | abdc5898b6f2ae39a48afbb464f296419e8ac646 (patch) | |
tree | d0c68711db572edba76e595ba095e91fc9ec6f29 /CHANGELOG | |
parent | 0bfbe62ab048477632013fd15d4d45bc20f67ede (diff) |
- Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()
- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ CHANGELOG RoundCube Webmail --------------------------- +2008/10/03 (alec) +- Add support for SJIS, GB2312, BIG5 in rc_detect_encoding() +- Fix vCard file encoding detection for non-UTF-8 strings (#1485410) + 2008/10/02 (alec) ---------- - Minimize "inline" javascript scripts use (#1485433) |