dotnet/roslyn
Specify what encodings of source files are recognized by Roslyn and add corresponding tests
開放
#410 建立於 2015年2月11日
Area-CompilersConcept-PortabilityDocumentationFeature RequestTenet-LocalizationTesthelp wanted
倉庫指標
- 星標
- (20,414 顆星)
- PR 合併指標
- (平均合併 6天 17小時) (30 天內合併 256 個 PR)
描述
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.