From a163fee23bef7fbb78e4ca018333a44c6869ea76 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 16 Dec 2018 09:54:24 +0100 Subject: GLK: FROTZ: Map runic characters to Unicode This does not actually work, because we currently do not have any font that supports the Unicode Runic block. But there are free fonts that do (Junicode, for instance), so it may still be possible to do this. --- engines/glk/frotz/processor.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/glk/frotz/processor.h') diff --git a/engines/glk/frotz/processor.h b/engines/glk/frotz/processor.h index 9bb104c7c4..5b9926bbf4 100644 --- a/engines/glk/frotz/processor.h +++ b/engines/glk/frotz/processor.h @@ -326,6 +326,11 @@ protected: */ void screen_mssg_off(); + /** + * Map a runic character to its Unicode equivalent, if there is one + */ + uint32 zchar_to_unicode_rune(zchar c); + /** * Display a single character on the screen. */ -- cgit v1.2.3