diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-11-06 13:36:11 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-11-06 13:36:11 +0000 |
commit | 698b4b9ff2091a477d77ecb4f3dd8de1fea07878 (patch) | |
tree | 9adbac15fca47fc074739cc1e54d4a4de62a56c1 /ChangeLog | |
parent | 170fdd55a128164b019d8fdf5355b14c6ddd67ad (diff) | |
download | xine-lib-698b4b9ff2091a477d77ecb4f3dd8de1fea07878.tar.gz xine-lib-698b4b9ff2091a477d77ecb4f3dd8de1fea07878.tar.bz2 |
Decode numbered XML char entities as UTF-8, and support codes >= 256.
Ref. http://bugzilla.gnome.org/show_bug.cgi?id=484768#c12
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ xine-lib (1.1.9) (unreleased) * Fixed handling of streamed Flash videos (broken in 1.1.5). * Fixed division by zero in sputext decoder * 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. xine-lib (1.1.8) * Send a channel-changed event to the frontend when receiving the SYNC |