mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-07-15 23:06:56 +08:00
Make OtherEncodings Iso88591 readonly
This commit is contained in:
parent
3bdc9498de
commit
a6eb6c952c
@ -12,7 +12,7 @@
|
||||
/// <summary>
|
||||
/// Latin 1 Encoding: ISO 8859-1 is a single-byte encoding that can represent the first 256 Unicode characters.
|
||||
/// </summary>
|
||||
public static Encoding Iso88591 = Encoding.GetEncoding("ISO-8859-1");
|
||||
public static readonly Encoding Iso88591 = Encoding.GetEncoding("ISO-8859-1");
|
||||
|
||||
/// <summary>
|
||||
/// Convert the string to bytes using the ISO 8859-1 encoding.
|
||||
|
Loading…
Reference in New Issue
Block a user