dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.92k stars 4.02k forks source link

Type names containing right-to-left characters are displayed corrupted in IntelliSense #8312

Open rchande opened 8 years ago

rchande commented 8 years ago

image

using System.Collections.Generic;

namespace م
{
    class ف {  }
    class ظ<T> {  }
}

class Program
{
    Dictionary<م.ف, م.ظ<م.ف>> x = new  
}
rchande commented 8 years ago

This is not a regression from VS2013.