[ros-bugs] [Bug 2076] cmd.exe - codepage conversion
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Wed Jun 25 06:00:34 CEST 2008
http://www.reactos.org/bugzilla/show_bug.cgi?id=2076
--- Comment #2 from virus126 <virus126 at gmail.com> 2008-06-25 06:00:33 CET ---
rev.34074
file 'test.cmd' (cp1251):
@echo off
echo ÑеÑÑ
cmd.exe:
current charset - cp866
> test.cmd
ÑеÑÑ (but must print 'ÐÑ
ÑÐ')
looks like execution of batch-file flushes charset.
> chcp 1251
> test.cmd
ÑеÑÑ (correct output)
so charsets in CMD are still broken (output of 'help' and other internal
commands is ok)
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Ros-bugs
mailing list