Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4134 → Rev 4135

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