archive/zip: FileHeader struct lacks Unicode Path Extra Field (0x7075) #36760
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Tried to read ZIP file with unicode filename using archive/zip package
What did you expect to see?
FileHeader struct field to store Unicode Path Extra Field as described in 4.6.9 of https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
What did you see instead?
No way to retrieve Unicode Path Extra Field except for manually parsing it from FileHeader.Extra field
The text was updated successfully, but these errors were encountered: