Search found 474 matches

by synchronicity
Thu Jun 01, 2023 1:24 am
Forum: wimlib discussion
Topic: please consider using clang-format for consistent code styling
Replies: 3
Views: 5476

Re: please consider using clang-format for consistent code styling

wimlib uses the Linux kernel coding style. (There are a couple minor differences, but don't worry about them.) Please don't change it to the GNU coding style. I can add a clang-format file. But I'm not sure I want to reformat the entire codebase. A clang-format file can be added for use by 'git clan...
by synchronicity
Mon May 15, 2023 7:18 am
Forum: wimlib discussion
Topic: Unicode filenames and paths cannot be used as parameters
Replies: 9
Views: 12152

Re: Unicode filenames and paths cannot be used as parameters

It should work if the command file that's passed into wimupdate is UTF-16LE encoded. F:\Temp\example.txt in your example.
by synchronicity
Sun May 14, 2023 11:03 pm
Forum: wimlib discussion
Topic: Unicode filenames and paths cannot be used as parameters
Replies: 9
Views: 12152

Re: Unicode filenames and paths cannot be used as parameters

Hi, It turns out that on Windows, wimlib-imagex interprets the wimupdate command file as either the current Windows code page or UTF-16LE. UTF-16LE is assumed if the file begins with a UTF-16LE BOM or the UTF-16LE encoding of an ASCII character, otherwise the current Windows code page is assumed. I ...
by synchronicity
Sun May 14, 2023 5:19 am
Forum: wimlib discussion
Topic: Unicode filenames and paths cannot be used as parameters
Replies: 9
Views: 12152

Re: Unicode filenames and paths cannot be used as parameters

Did you actually create the file "f:\Temp\Test\123これはテストです 頑張って\テスト1\新しい視点.txt"? I don't see that listed in your repro steps. If you didn't do that, it's expected that that file doesn't exist. Perhaps you intended to give a different path for the source? Also keep in mind, the second argum...
by synchronicity
Thu May 11, 2023 6:10 am
Forum: wimlib discussion
Topic: Unicode filenames and paths cannot be used as parameters
Replies: 9
Views: 12152

Re: Unicode filenames and paths cannot be used as parameters

It is already supported. Can you give a specific example?
by synchronicity
Sun May 07, 2023 6:24 am
Forum: wimlib discussion
Topic: How to build a static MSVC library of wimlib?
Replies: 2
Views: 5641

Re: How to build a static MSVC library of wimlib?

Building wimlib with MSVC is not supported.
by synchronicity
Fri Apr 28, 2023 6:45 am
Forum: wimlib discussion
Topic: wimlib 1.14.0 runs an error on my computer!
Replies: 1
Views: 2404

Re: wimlib 1.14.0 runs an error on my computer!

I have released wimlib v1.14.1 with a fix for this bug.
by synchronicity
Fri Apr 28, 2023 6:45 am
Forum: wimlib discussion
Topic: Appcrash 1.14.0
Replies: 7
Views: 5912

Re: Appcrash 1.14.0

I have released wimlib v1.14.1 with a fix for this bug.
by synchronicity
Fri Apr 28, 2023 6:44 am
Forum: wimlib discussion
Topic: wimlib 1.14.1 released
Replies: 1
Views: 15613

wimlib 1.14.1 released

I've released wimlib 1.14.1: Fixed a bug introduced in v1.14.0 where wimlib would crash on older CPUs. The files and their SHA-256 checksums are: 494a15375616f2e0e9ab050245c3dc3286def21ac2002dc064bcc2b187636f42 wimlib-1.14.1.tar.gz f255166943c7138af9d74f8d58cdb30fdb9251e5a3b5f1d62397f5aa4cd7c329 wim...