Feature or enhancement
Proposal:
viscii is an encoding for the Vietnamese language. Support for it is included in the email charset list but it is not supported by codecs. The encoding spec can be found in rfc1456.
viscii can be found in the IANA character sets list.
https://www.iana.org/assignments/character-sets/character-sets.xhtml
import codecs
codecs.lookup('viscii')
# LookupError: unknown encoding: viscii
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Feature or enhancement
Proposal:
visciiis an encoding for the Vietnamese language. Support for it is included in the email charset list but it is not supported bycodecs. The encoding spec can be found in rfc1456.visciican be found in the IANA character sets list.https://www.iana.org/assignments/character-sets/character-sets.xhtml
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs