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

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

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes