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: Unresolved
    • 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

        Activity

          People

            Unassigned Unassigned
            fieldflag field flag
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: