Skip to content

Commit

Permalink
Merge pull request #51780 from dotnet/dev/jmarolf/fix-link
Browse files Browse the repository at this point in the history
Fix link
  • Loading branch information
msftbot[bot] authored Mar 18, 2021
2 parents ad668af + 84d24b0 commit 9aedb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compilers/CSharp/Unicode Version.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ The Roslyn compilers depend on the underlying platform for their Unicode behavio
For example, the Unicode Katakana Middle Dot "・" (U+30FB) no longer works in identifiers in C# 6.
Its Unicode class was Pc (Punctuation, Connector) in Unicode 5.1 or older, but it changed to Po (Punctuation, Other) in Unicode 6.0.

See also https://github.com/ufcpp/UfcppSample/blob/main/BreakingChanges/VS2015_CS6/KatakanaMiddleDot.cs
See also https://github.com/ufcpp/UfcppSample/blob/master/BreakingChanges/VS2015_CS6/KatakanaMiddleDot.cs

0 comments on commit 9aedb96

Please sign in to comment.