summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-14 21:44:43 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-14 21:44:43 +0000
commit6bbfd480d0d173887305db527b641f832b6c4310 (patch)
treee92937333b5f522db912da31a6b87a2e9a6284b6 /ChangeLog
parentd1d18588d3bc91f72f6e9534d1f90b8aac7c118f (diff)
downloadxine-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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5212cf99b..2102e3db5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]