dotnet/roslyn

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

Open

#410 ouverte le 11 févr. 2015

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C# (4 257 forks)batch import
Area-CompilersConcept-PortabilityDocumentationFeature RequestTenet-LocalizationTesthelp wanted

Métriques du dépôt

Stars
 (20 414 stars)
Métriques de merge PR
 (Merge moyen 6j 17h) (256 PRs mergées en 30 j)

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.

Guide contributeur