diff options
author | Christophe Fergeau <teuf@users.sourceforge.net> | 2005-02-09 02:49:04 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2005-02-09 02:49:04 +0800 |
commit | bd22689900a6b68ba6a19b203bc64ce10ff32901 (patch) | |
tree | e49f8f4cf50bdaca505830cc8194ba7beeef7dc3 /addressbook/ChangeLog | |
parent | e5cf0530c890fa3afae9042093de30fc2b480eb8 (diff) | |
download | gsoc2013-evolution-bd22689900a6b68ba6a19b203bc64ce10ff32901.tar gsoc2013-evolution-bd22689900a6b68ba6a19b203bc64ce10ff32901.tar.gz gsoc2013-evolution-bd22689900a6b68ba6a19b203bc64ce10ff32901.tar.bz2 gsoc2013-evolution-bd22689900a6b68ba6a19b203bc64ce10ff32901.tar.lz gsoc2013-evolution-bd22689900a6b68ba6a19b203bc64ce10ff32901.tar.xz gsoc2013-evolution-bd22689900a6b68ba6a19b203bc64ce10ff32901.tar.zst gsoc2013-evolution-bd22689900a6b68ba6a19b203bc64ce10ff32901.zip |
New functions which peeks at the conents of the file and guesses the
2005-02-08 Christophe Fergeau <teuf@users.sourceforge.net>
* importers/evolution-vcard-importer.c (has_bom)
(fix_utf16_endianness) (utf16_to_utf8)
guess_vcard_encoding) : New functions which peeks at
the conents of the file and guesses the encoding and
to convert UTF-16 strings to UTF-8.
(load_file_fn) : check the encoding of the file
and convert UTF-16 and locale encoding to UTF-8
Fixes #54825
svn path=/trunk/; revision=28750
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 99cdb61453..f92bffac53 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2005-02-08 Christophe Fergeau <teuf@users.sourceforge.net> + + * importers/evolution-vcard-importer.c (has_bom) + (fix_utf16_endianness) (utf16_to_utf8) + guess_vcard_encoding) : New functions which peeks at + the conents of the file and guesses the encoding and + to convert UTF-16 strings to UTF-8. + (load_file_fn) : check the encoding of the file + and convert UTF-16 and locale encoding to UTF-8 + + Fixes #54825 + 2005-02-07 JP Rosevear <jpr@novell.com> * gui/component/apps_evolution_addressbook.schemas.in.in: clean up |