diff options
Diffstat (limited to 'sbin/mount_msdosfs/koi2dos')
-rw-r--r-- | sbin/mount_msdosfs/koi2dos | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sbin/mount_msdosfs/koi2dos b/sbin/mount_msdosfs/koi2dos index 0db136b..4adb425 100644 --- a/sbin/mount_msdosfs/koi2dos +++ b/sbin/mount_msdosfs/koi2dos @@ -1,3 +1,7 @@ +# $FreeBSD$ +# +# u2w: 16 rows of KOI8-R -> Unicode conversion table (upper half) +# 0x2500 0x2502 0x250c 0x2510 0x2514 0x2518 0x251c 0x2524 0x252c 0x2534 0x253c 0x2580 0x2584 0x2588 0x258c 0x2590 0x2591 0x2592 0x2593 0x2320 0x25a0 0x2219 0x221a 0x2248 @@ -14,7 +18,9 @@ 0x0425 0x0418 0x0419 0x041a 0x041b 0x041c 0x041d 0x041e 0x041f 0x042f 0x0420 0x0421 0x0422 0x0423 0x0416 0x0412 0x042c 0x042b 0x0417 0x0428 0x042d 0x0429 0x0427 0x042a - +# +# d2u: 16 rows of CP866 -> KOI8-R conversion table (upper half) +# 0xe1 0xe2 0xf7 0xe7 0xe4 0xe5 0xf6 0xfa 0xe9 0xea 0xeb 0xec 0xed 0xee 0xef 0xf0 0xf2 0xf3 0xf4 0xf5 0xe6 0xe8 0xe3 0xfe @@ -31,7 +37,9 @@ 0xdb 0xdd 0xdf 0xd9 0xd8 0xdc 0xc0 0xd1 0xb3 0xa3 229 197 73 105 245 213 0x9c 0x95 0x9e 0x96 78 210 0x94 0x9a - +# +# u2d: 16 rows of KOI8-R -> CP866 conversion table (upper half) +# 0xc4 0xb3 0xda 0xbf 0xc0 0xd9 0xc3 0xb4 0xc2 0xc1 0xc5 0xdf 0xdc 0xdb 0xdd 0xde 0xb0 0xb1 0xb2 179 0xfe 0xf9 0xfb 61 |