Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4265 → Rev 4264

/kernel/branches/Kolibri-acpi/encoding.inc
97,12 → 97,6
end while
}
 
struc cp866 [arg]
{
common
cp866 arg
}
 
; Latin-1 encoding
; 0x00-0xFF - trivial map
macro latin1 [arg]
123,12 → 117,6
end while
}
 
struc latin1 [arg]
{
common
latin1 arg
}
 
; CP850 encoding
macro cp850 [arg]
{ local offs, char, graph
159,9 → 147,3
end if
end while
}
 
struc cp850 [arg]
{
common
cp850 arg
}