#35 oops
[fanfix.git] / src / jexer / backend / ECMA48Terminal.java
index cb9724c4d5b1bfff85d4e7600b04e6d3b31a01d0..16af9005eca9ce4bc70ccd90951e6e36cd8412e3 100644 (file)
@@ -1865,7 +1865,7 @@ public class ECMA48Terminal extends LogicalScreen
 
                 }
                 // Emit the character
-                sb.append(lCell.getChar());
+                sb.append(Character.toChars(lCell.getChar()));
 
                 // Save the last rendered cell
                 lastX = x;