dotnet/roslyn
在 GitHub 查看Specify what encodings of source files are recognized by Roslyn and add corresponding tests
Open
#410 创建于 2015年2月11日
Area-CompilersConcept-PortabilityDocumentationFeature RequestTenet-LocalizationTesthelp wanted
仓库指标
- Star
- (20,414 star)
- 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.