Update font.inc (skip broken UTF chars) and char.mt (revert old style g char)

git-svn-id: svn://kolibrios.org@5681 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2015-08-05 09:59:57 +00:00
parent 373718d844
commit d92f451b90
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -130,6 +130,7 @@ deltaToScreen = 28
.drawUTF8:
dec dword [esp]
js .done
@@:
xor ebx, ebx
mov bl, [esi]
inc esi
@ -137,6 +138,7 @@ deltaToScreen = 28
jz .done
jns .valid
shl bx, 10
jnc @b
shr bh, 2
mov bl, [esi]
shl bl, 2