On Wed, 21 Jun 2000, Grzegorz Prokopski wrote:

> Date: Wed, 21 Jun 2000 03:13:32 +0200
> From: Grzegorz Prokopski <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Hacking around keyboard codes (longer)
> 
> Hi!
>
> I am trying to make dosemu's keyboard more Polish-friendly.
[...]

> "a" - 97 (60h) - world standard
> "A" - 65 (41h) - world standard
> "a," - 134 (86h) - local standard called Mazovia or Latin2
> "A," - 143 (8fh) - same as above
> 
[...]
The wording here might suggest that Mazovia is another name for Latin2,
which is incorrect;
There are 4 standards (?) for encoding Polish characters in 8 bits in
common use today on PCs:

ISO Latin-2 (CP 8859/2),
IBM Latin-2 (MS-DOS CP 852),
Mazovia,
Windows ANSI (CP 1250)

all of them different
(CP 1250 is quite similar to ISO Latin-2, i.e. 66% of codes are
identical).

Best regards,

Wojtek

Reply via email to