Skip to content

Conversation

@beyondkmp
Copy link
Contributor

@beyondkmp beyondkmp commented Jul 20, 2024

Fix the issue of garbled special characters.

squirrel-mono command: mono ./vendor/Squirrel-Mono.exe --releasify ./test1234/TestApp.1.0.0.nupkg --releaseDir ./test

The TestApp.1.0.0.nupkg package contains a file named lib/net45/Test App ßW.exe.

After running releasify, the filename changes from lib/net45/Test App ßW.exe to lib/net45/Test App áW.exe. Upgrading 7z can fix this issue.

test 7z x TestApp-1.0.0-full.nupkg 

7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.utf8,Utf16=on,HugeFiles=on,64 bits,2 CPUs Intel(R) Xeon(R) Gold 6146 CPU @ 3.20GHz (506E3),ASM,AES-NI)

Scanning the drive for archives:
1 file, 335758981 bytes (321 MiB)

Extracting archive: TestApp-1.0.0-full.nupkg
--
Path = TestApp-1.0.0-full.nupkg
Type = zip
Physical Size = 335758981

Everything is Ok                                                              

Folders: 83
Files: 201
Size:       992642649
Compressed: 335758981
➜  test ls -lh lib/net45/Test\ App\ áW.exe 
-rw-r--r-- 1 root root 165M Jul 20 20:45 'lib/net45/Test App áW.exe'

The 7zip downloads from https://www.7-zip.org/a/7z2407-extra.7z

  1. cp 7z2407-extra/x64/7za.dll 7z-x64.dll (md5: dfc957a9fca7772216d483b885619691)
  2. cp 7z2407-extra/x64/7za.exe 7z-x64.exe(md5: 01ae0541637a0d501c6c1ce55706014d)
  3. cp 7z2407-extra/arm64/7za.dll 7z-arm64.dll (md5: 33c123e89a1ceea0fbdd5673538d0161)
  4. cp 7z2407-extra/arm64/7za.exe 7z-arm64.exe (md5: 3dcebd415ec47c5ef080c13fab5e15a2)

@dsanders11
Copy link
Member

#525 (comment)

@dsanders11 dsanders11 closed this Aug 2, 2024
@4793995085
Copy link

Saulillo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants