Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encoding.getByName() documentation doesn't contain list of supported encodings #29321

Open
sgrekhov opened this issue Apr 11, 2017 · 0 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-convert type-documentation A request to add or improve documentation

Comments

@sgrekhov
Copy link
Contributor

Please see https://api.dartlang.org/stable/1.22.1/dart-convert/Encoding/getByName.html

Gets an Encoding object from the name of the character set name. The names used are the IANA official names for the character set (see http://www.iana.org/assignments/character-sets/character-sets.xml).

The name passed is case insensitive.

If character set is not supported null is returned.

But which of the encodings, listed in the link above are supported? For example, "ISO-8859-2", "ISO-8859-3" are not supported. Is it ok? I think that documentation should contain list of the encodings supported in the current implementation

@vsmenon vsmenon added area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert labels Apr 17, 2017
@lrhn lrhn added the type-documentation A request to add or improve documentation label Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-convert type-documentation A request to add or improve documentation
Projects
None yet
Development

No branches or pull requests

4 participants