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