fix processing of cyrillic letter yo in file systems
git-svn-id: svn://kolibrios.org@1504 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -411,6 +411,8 @@ char_toupper:
|
||||
jb .ret
|
||||
cmp al, 'z'
|
||||
jbe .az
|
||||
cmp al, '<27>'
|
||||
jz .yo1
|
||||
cmp al, '<27>'
|
||||
jb .ret
|
||||
cmp al, '<27>'
|
||||
@@ -426,6 +428,10 @@ char_toupper:
|
||||
.az:
|
||||
and al, not 0x20
|
||||
ret
|
||||
.yo1:
|
||||
; 0xF1 -> 0xF0
|
||||
dec ax
|
||||
ret
|
||||
|
||||
fat_get_name:
|
||||
; in: edi->FAT entry
|
||||
|
Reference in New Issue
Block a user