diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-14 21:44:43 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-14 21:44:43 +0000 |
commit | 6bbfd480d0d173887305db527b641f832b6c4310 (patch) | |
tree | e92937333b5f522db912da31a6b87a2e9a6284b6 /ChangeLog | |
parent | d1d18588d3bc91f72f6e9534d1f90b8aac7c118f (diff) | |
download | xine-lib-6bbfd480d0d173887305db527b641f832b6c4310.tar.gz xine-lib-6bbfd480d0d173887305db527b641f832b6c4310.tar.bz2 |
Convert XML to UTF-8 for parsing if a BOM is detected.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ xine-lib (1.1.9) (unreleased) * Build fix for when using Linux 2.6.23 headers. [Bug 1820958] * Implemented decoding of XML character entities with codes >= 256. This requires conversion to UTF-8 of entities with codes >= 128. + * Handle initial Unicde BOMs in XML; convert other UTF encodings to UTF-8. * Fixed ATSC support. [Bug 1749508] * Fixed a possible DVB plugin crash when switching channels. * Fixed a crash closing the frontend. [Bug FS#3] |