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:
parent
373718d844
commit
d92f451b90
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user