Re: Enumerate registered codecs
- From: Paul Watson <pwatson@xxxxxxxxxxxxx>
- Date: Sun, 31 Jul 2005 21:43:52 -0500
John Machin wrote:
Paul Watson wrote:
I see the list of standard encodings in Python 2.4.1 documentation section 4.9.2.
Is there a method to enumerate the registered codecs at runtime?
This has been asked before, within the last couple of months AFAIR. Use Google to search for codec(s) in this newsgroup in Google groups.
Basically the answer was no. What's your use case?
I need to report the encodings supported. When the user does not enter a required encoding or enters an invalid encoding, we need to tell them which encodings are valid and how they are specified. In an embedded environment I would be concerned that some or most might have been left out to save space/size/time.
The primary identifier and a descriptive string (localized) need to be available at a minimum. Having aliases would be a plus.
.
- Follow-Ups:
- Re: Enumerate registered codecs
- From: "Martin v. Löwis"
- Re: Enumerate registered codecs
- References:
- Enumerate registered codecs
- From: Paul Watson
- Re: Enumerate registered codecs
- From: John Machin
- Enumerate registered codecs
- Prev by Date: Re: Determining method type given its string name presentation and itscorresponding object reference.
- Next by Date: Re: Thaughts from an (almost) Lurker.
- Previous by thread: Re: Enumerate registered codecs
- Next by thread: Re: Enumerate registered codecs
- Index(es):
Relevant Pages
|