Skip to content
New issue

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

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

Already on GitHub? # to your account

Encoding class does not support UTF- encodings #11744

Open
munificent opened this issue Jul 8, 2013 · 6 comments
Open

Encoding class does not support UTF- encodings #11744

munificent opened this issue Jul 8, 2013 · 6 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-l customer-dart-sass library-convert type-enhancement A request for a change that isn't a bug

Comments

@munificent
Copy link
Member

File.writeAsString() accepts an encoding. However, there are no instances of the Encoding class that map to any of the UTF- types except for UTF-8: no UTF-16, UTF-32, etc.

@iposva-google
Copy link
Contributor

Added Area-IO, Triaged labels.

@andersjohnsen
Copy link

Yes, adding other UTF encoding is on the library roadmap.


Removed Area-IO label.
Added Area-Library label.

@floitschG
Copy link
Contributor

Set owner to @floitschG.
Added Accepted label.

@lrhn
Copy link
Member

lrhn commented May 5, 2014

Added Library-Convert label.

@lrhn
Copy link
Member

lrhn commented May 5, 2014

Removed Type-Defect label.
Added Type-Enhancement label.

@munificent munificent added Type-Enhancement area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert labels May 5, 2014
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed priority-unassigned labels Feb 29, 2016
@nex3
Copy link
Member

nex3 commented Jan 27, 2017

Dart Sass needs UTF-16 (both big- and little-endian) support to match other implementations' encoding support.

nex3 added a commit to sass/sass-spec that referenced this issue May 29, 2017
This brings Dart Sass up to full sass-spec compliance, with the
exception of two UTF-16 specs that can't be supported until
dart-lang/sdk#11744 is fixed.
nex3 added a commit to sass/sass-spec that referenced this issue May 30, 2017
This brings Dart Sass up to full sass-spec compliance, with the
exception of two UTF-16 specs that can't be supported until
dart-lang/sdk#11744 is fixed.
@floitschG floitschG removed their assignment Aug 11, 2017
@lrhn lrhn added core-m and removed core-m labels Aug 11, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-l customer-dart-sass library-convert type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

8 participants
@nex3 @kevmoo @andersjohnsen @munificent @lrhn @iposva-google @floitschG and others