bzip3 1.5.1, Windows 7 SP1.
$ dir /b *.txt
vögel.txt
$ bzip3.exe *.txt
Error: failed to open input file `*.txt': Invalid argument
$ bzip3.exe vögel.txt
Error: failed to open input file `vogel.txt': No such file or directory
However, some other modern CLI compression apps work fine.
$ 7z.exe a hello vögel.txt
7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29
Scanning the drive:
1 file, 5 bytes (1 KiB)
Creating archive: hello.7z
Add new data to archive: 1 file, 5 bytes (1 KiB)
Files read from disk: 1
Archive size: 131 bytes (1 KiB)
Everything is Ok
$ zpaqfranz.exe a hello vögel.txt
zpaqfranz v60.10w-JIT,-GUI,-L,HW BLAKE3,SHA1/2,4,SFX64 v55.1,(2024-12-15)
franz:-noconsole
Creating hello.zpaq at offset 0 + 0
Add 2025-02-10 12:03:51 1 5 ( 5.00 B) 2T (0 dirs)
1 +added, 0 -removed.
0 + (5 -> 5 -> 829) = 829 @ 64.00 B/s
Files added +1
0.093s (00:00:00,4.03MB) (all OK)
bzip3 1.5.1, Windows 7 SP1.
However, some other modern CLI compression apps work fine.