From eeeeeb9336b28d53788ca9c909209908fbbb3ee2 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 25 Jan 2008 13:48:39 +0000 Subject: (svn r11981) -Fix [FS#1698]: Use unicode glyph mapping to fix up missing/shuffled sprites in original data files instead of shuffling or skipping sprites directly. Some required glyphs were not loaded. -Fix: Large capital U with grave (Ù) along with some other glyphs are broken in the original data files, so do no display them. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget.cpp') diff --git a/src/widget.cpp b/src/widget.cpp index d13352f77..3bd140ea1 100644 --- a/src/widget.cpp +++ b/src/widget.cpp @@ -14,7 +14,7 @@ #include "table/sprites.h" #include "table/strings.h" -static const char *UPARROW = "\xEE\x8A\x80"; +static const char *UPARROW = "\xEE\x8A\xA0"; static const char *DOWNARROW = "\xEE\x8A\xAA"; static Point HandleScrollbarHittest(const Scrollbar *sb, int top, int bottom) -- cgit v1.2.3-54-g00ecf