about summary refs log tree commit diff stats
path: root/src/UCAuto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/UCAuto.c')
-rw-r--r--src/UCAuto.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/UCAuto.c b/src/UCAuto.c
index 1b455f97..6a531adf 100644
--- a/src/UCAuto.c
+++ b/src/UCAuto.c
@@ -649,6 +649,9 @@ PRIVATE int _Switch_Display_Charset ARGS2 (int, ord, enum switch_display_charset
 	font_loaded_for = ord1;
 	old_h = font->cyCell;
 	old_w = font->cxCell;
+    } else {
+	ord = ord1 = auto_display_charset;
+	goto retry;
     }
   report:
     CTRACE((tfp, "Display font set to '%s'.\n", name));