archive/zip.FileHeader.NonUTF8 (field)
5 uses
archive/zip (current package)
reader.go#L308: f.NonUTF8 = true
reader.go#L311: f.NonUTF8 = false
reader.go#L317: f.NonUTF8 = f.Flags&0x800 == 0
struct.go#L109: NonUTF8 bool
writer.go#L285: case fh.NonUTF8:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |