Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-9980

Some key maps do not have a vertical bar

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Major
    • None
    • Shell
    • All

    Description

      This bug is in ReactOS in use of cmd.exe; In unicode the character broken pipe and vertical bar is not the same. If I using a map distribution of keyboard ES (spanish), instead od US english, the broken pipe using hex bytes codes are 0xC2,0xA6 (c2a6), in case of US english the vertical bar is 0x7C (7c). The parser of the buffer input on cmd can't identifier the char broken pipe=c2a6 to piping, only vertical bar=7c.

      In fact, we can't get a vertical bar in some non-english sort keyboard distributions instead of this, only can get a broken pipe.

      correct> type debug.log|more

      fail> type debug.logĀ¦more
      debug.logĀ¦more - ERROR_FILE_NOT_FOUND - The system cannot find the file specified

      More info:
      http://www.fileformat.info/info/unicode/char/7c/index.htm
      http://www.fileformat.info/info/unicode/char/a6/index.htm

      Attachments

        1. kbdes.patch
          0.3 kB
        2. kbdes.c.patch
          0.4 kB
        3. keyboard.patch
          14 kB

        Activity

          People

            bug zilla Bug Zilla
            Jacob S. Preciado Jacob S. Preciado
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: