XBEL: Fix us-ascii charset lookup.
commite325b748be810a08c2b6284b5b3d7a9ad765440d
authorKalle Olavi Niemitalo <kon@iki.fi>
Sun, 11 Mar 2007 08:36:44 +0000 (11 10:36 +0200)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Sun, 11 Mar 2007 08:36:44 +0000 (11 10:36 +0200)
tree28d414e5b893e761ea142ff2a4816c82c9122414
parent0dfb88c802234c505d168b7536a09bfeebafa907
XBEL: Fix us-ascii charset lookup.

Previously, print_xml_entities did look up the charset, but did not
save the result anywhere and just used 0, leading to further lookups
in subsequent calls.  It worked by accident though, because the
codepage index of us-ascii currently is 0.
src/bookmarks/backend/xbel.c