-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
It looks like encoding is rapidly becoming the encoding library of choice, and uchardet would be much more useful if it could actually transcode data directly. We have several choices:
- Keep
uchardetas a strictly low-level library, and create a new library which depends on both it andencoding. - Depend on
encoding, and let the linker decide whether or not to pull in all ofencoding. - Depend on
encoding, and create a second internal library that provides the low-level API without pulling in everything.
I'm leaning towards (2), with the option of splitting out (3) at a latter date if somebody asks for it. But I'm open to suggestions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels