icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 773 forks source link

Just a question... #689

Open brisingraerowing opened 9 years ago

brisingraerowing commented 9 years ago

Have you ever thought about adding a character encoding conversion function to SharpDevelop? I know of a number of editors that do that, and I think it would be useful to have.

I am working on my own code editor based on SharpDevelop, but using WinForms. I plan on using APR-Iconv to add encoding conversion support, and I can whip up a quick service implementation using it if you would like.