What encoding does cmd of win xp use ?
Let's say I'm trying to get some ascii box characters which show fine in cmd, in some text editor ? What enc. would I need to put it in ? Since it comes out as garbage.
write(*,*) char(218),char(196),char(196),char(191)
write(*,*) char(179),'22' ,char(179)
write(*,*) char(179),'22' ,char(179)
write(*,*) char(192),char(196),char(196),char(217)
end
