Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-26665

jom cannot use multi-byte file name when Makefile has no BOM

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P4: Low
    • None
    • Qt Creator 6.0.0
    • Jom
    • None
    • windows8
    • All

    Description

      jom cannot use multi-byte file name.
      nmake can use multi-byte file name.
      I hope for a thing corresponding to utf-8.

      --------------------------------------------------
      >nmake /lf test.mak
      7z a あいう.zip あいう.txt > nul
      --------------------------------------------------
      >jom -lf test.mak
      Error: dependent '??ス?マ.txt' does not exist.
      --------------------------------------------------
      test.mak

      .SUFFIXES: .txt .zip

      .txt.zip:
      7z a $.zip $.txt > nul

      あいう.zip: あいう.txt

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              jbornema Joerg Bornemann
              fieldflag field flag
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes