Skip to content

Conversation

@davidnewhall
Copy link
Contributor

@davidnewhall davidnewhall commented Apr 19, 2025

quick example:

x := &xtractr.XFile{
	FilePath: "/tmp/file.zip",
	Encoder: func(input *xtractr.EncoderInput) *encoding.Decoder {
		return encoding.Nop.NewDecoder()
	},
}

One day I'll write a character encoding detector that actually works.

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.

Filenames appear as garbled text when extracting.

2 participants