diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2017-11-16 08:08:35 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2017-11-16 08:08:35 +0000 |
commit | b59eb52101fecc88c07271d08e06bdb34c58f3ce (patch) | |
tree | a3358e858e4a949620ebf7c812f6527eab7d4661 /ChangeLog | |
parent | 7fb480447736bd7e7371c53e5def624724028240 (diff) |
supported insertion of UTF-16 text on compose.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3574 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,9 +1,14 @@ 2017-11-16 + * src/compose.c: compose_insert_file(): supported insertion of + UTF-16/UTF-16BE/UTF-16LE text. + +2017-11-16 + * libsylph/codeconv.[ch]: conv_check_file_encoding(): added detection of UTF-16/UTF-16BE/UTF-16LE. - src/compose.c: automatically convert attached UTF-16 text file to - UTF-8. + * src/compose.c: automatically convert attached UTF-16 text file to + UTF-8 on sending. 2017-11-15 |