ststeiger / PdfSharpCore

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Other
1.06k stars 235 forks source link

Change `CLexer.cs` encoding to UTF-8 #333

Closed Mintish closed 1 year ago

Mintish commented 1 year ago

I would like to port some fixes for CLexer.cs from PdfSharp 1.50 and noticed that this is encoded using UTF-16 (which GitHub apparently thinks is a kind of binary file). It would be great to be able to see diffs for this file.

ststeiger commented 1 year ago

I still don't understand why Visual Studio doesn't default to UTF-8 by default. But that's just the way it is. Merged.