Skip to content

Specify what encodings of source files are recognized by Roslyn and add corresponding tests #410

Open
@VladimirReshetnikov

Description

Documentation for Roslyn should specify what encodings of source files are recognized by Roslyn (and what heuritics/defaults are used, if any, when there are no BOM), e.g. UTF8 w/o BOM, UTF8, UTF16 little-endian, UTF16 big-endian, UTF32 little-endian, UTF32 big-endian, etc...

There should be tests for all supported encodings.

Activity

added this to the Unknown milestone on Feb 12, 2015
added
help wantedThe issue is "up for grabs" - add a comment if you are interested in working on it
on Feb 12, 2015
gafter

gafter commented on Feb 24, 2015

@gafter
Member

This appears to report two separate issues. First is documentation. Second is for tests.

We should treat this issue as about the documentation only. If you are interested in having the tests dealt with, please add a separate issue for that.

added
TestTest failures in roslyn-CI
Concept-PortabilityThe issue deals with portable code (portable libraries, etc.).
on Feb 24, 2015
added
Tenet-LocalizationSome piece of UI isn’t localized, often due to hard-coding of strings or other visible elements.
on Mar 6, 2015
removed this from the Unknown milestone on Nov 23, 2015
added this to the Unknown milestone on Dec 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Area-CompilersConcept-PortabilityThe issue deals with portable code (portable libraries, etc.).DocumentationFeature RequestTenet-LocalizationSome piece of UI isn’t localized, often due to hard-coding of strings or other visible elements.TestTest failures in roslyn-CIhelp wantedThe issue is "up for grabs" - add a comment if you are interested in working on it

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Specify what encodings of source files are recognized by Roslyn and add corresponding tests · Issue #410 · dotnet/roslyn