From 78f9f2fa30e27dd31d564e1b304f5fb4659cc330 Mon Sep 17 00:00:00 2001 From: avolkov Date: Thu, 12 Jan 2006 20:11:03 +0000 Subject: [PATCH] bug #818 git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2168 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index f54a27393..7b6af84e5 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,6 @@ Changes towards version 0.5: +- Remaped special chars used in the game (degree, infinity and earth + signs; middle dot) to their UCS equivalent codes (bug #818) - Alex - Color depth is now determined entirely automatically - Michael - Text input is now available in languages other than English (UCS/Unicode; SDL does not support Unicode input on Windows yet;