empira / PDFsharp-1.5

A .NET library for processing PDF
MIT License
1.28k stars 589 forks source link

Updated Encoding from 1252 to ASCII for .net 6 compatibility #171

Closed timbojoe closed 1 year ago

ThomasHoevel commented 1 year ago

Encoding.ASCII is not ANSI and probably will not work as expected.

ThomasHoevel commented 1 year ago

1252 is still supported by .NET 6. PDFsharp 6.0.0 is compatible with .NET 6.