-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Add support for VISCII encoding in codecs #148865
Copy link
Copy link
Open
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-unicodetype-featureA feature request or enhancementA feature request or enhancement
Metadata
Metadata
Assignees
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-unicodetype-featureA feature request or enhancementA feature request or enhancement
Projects
Status
No status
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