Build fails when multi-byte characters are used for productName
See original GitHub issue- Version: 21.2.0
- Target: mac/dmg
If multibyte characters are used for pacage.json.productName, a 7zip error will occur and the build will be interrupted.
⨯ Exit code: 1. Command failed: /Users/***/node_modules/7zip-bin/mac/7za a -bd -mx=7 -mtc=off -mm=Deflate -mcu /Users/***/dist/アプリ-0.0.1-mac.zip アプリ.app
WARNING: No more files
アプリ.app
7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=utf8,Utf16=on,HugeFiles=on,64 bits,16 CPUs x64)
Scanning the drive:
0 files, 0 bytes
Creating archive: /Users/***/dist/アプリ-0.0.1-mac.zip
Items to compress: 0
Files read from disk: 0
Archive size: 22 bytes (1 KiB)
Scan WARNINGS for files and folders:
アプリ.app : No more files
----------------
Scan WARNINGS: 1
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Multibyte character load errors - Amazon Redshift
Lists some of the common multibyte character load issues that you may encounter.
Read more >Support for Multibyte Character Sets (MBCSs) | Microsoft Learn
In an application that uses MBCS, string handling poses special problems. Characters of both widths are mixed in a single string; therefore, you ......
Read more >Permalink error 404 with number as product name
Hello,. If product name includes only numbers it generates a 404. If I add literal characters into the slug – the link is...
Read more >Support for Multi-Byte Character Sets - Cin7 Connect
Cin7 is able to save and display multibyte non-Western characters in certain fields like Product Name, Customer Name, and Address. To enable this...
Read more >SQL Loader- Multibyte character error - Ask TOM
SQL Loader- Multibyte character error Hi Team,When I am trying to load an UTF8 characterset datafile using sqlldr, it fails with Multibyte ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
this should not be closed, this issue still exists in 2020. the issue is in 7z.
I was able to fix the build issue by replacing the 7za file with a much newer version of 7zip from here: https://www.7-zip.org/download.html?utm_source=pocket_mylist The icon is still broken though and the dmg file is misaligned visually.