Hello Dima,

I'm sorry it took me so long to respond.

Only latest development kernels have support to load uppercasing tables from 
country.sys.

Ver /r returns the same for stable and development kernels. Verify that at boot 
time you see something like "FreeDOS kernel version 1.1.35w (Build 
2035w-UNSTABLE, ..." . 

Also, there is a problem if you are using dosemu when disks are emulated on top 
of one of the Linux filesystems. The charsets are different for DOS and Linux 
and filenames with non-ascii characters are screwed. I'm not a dosemu expert, 
but you can solve it by setting this in dosemu.conf (at least, it worked for 
me):

$_internal_char_set = "cp866"

Regards,
Eduardo

-----Mensaje original-----
De: "dima" <[EMAIL PROTECTED]>
Para: freedos-user@lists.sourceforge.net
Enviado: 07/05/06 22:32
Asunto: [Freedos-user] File names with cyrillic characters

Hello.

I have found a problem with a following cyrillic characters - "ge", "ve", 
"a", "d", "b". All these characters does always replace with "U", "O", "A", 
"е", "I" in output of dir command.

"ge", "ve", "a", "d", "b" in hex: A3, A2, A0, A4, A1.
"U","O", "A", "е", "I" in hex: 55 4F 41 A5 49.

This is part of my fdconfig.sys and fdauto.bat:
COUNTRY=007,866,D:\FDOS\BIN\country.sys

LH %dosdir%\BIN\display.exe con=(ega,,1)
%dosdir%\BIN\mode.com con codepage prepare=((866) %dosdir%\CPI\ega3.cpx)
%dosdir%\BIN\mode.com con codepage select=866
LH %dosdir%\BIN\keyb.exe RU,,%dosdir%\BIN\keybrd2.sys

And - ver /r:
FreeCom version 0.82 pl 2 XMS_Swap [Apr 28 2003 17:47:52]
DOS version 7.10
FreeDOS kernel version 0.0.35

--


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to