dotnet/roslyn

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

Open

#410 aperta il 11 feb 2015

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C# (4257 fork)batch import
Area-CompilersConcept-PortabilityDocumentationFeature RequestTenet-LocalizationTesthelp wanted

Metriche repository

Star
 (20.414 star)
Metriche merge PR
 (Merge medio 6g 17h) (256 PR mergiate in 30 g)

Descrizione

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.

Guida contributor