Skip to content

Commit

Permalink
docs(zip): fix ZipStrings typo (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jul 8, 2021
1 parent ac96e60 commit 0cc20b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ICSharpCode.SharpZipLib/Zip/ZipStrings.cs
Expand Up @@ -71,7 +71,7 @@ public static int CodePage
/// set the <see cref="CodePage"/> to <see cref="SystemDefaultCodePage"/>
/// </summary>
/// <remarks>
/// /// Get OEM codepage from NetFX, which parses the NLP file with culture info table etc etc.
/// Get OEM codepage from NetFX, which parses the NLP file with culture info table etc etc.
/// But sometimes it yields the special value of 1 which is nicknamed <c>CodePageNoOEM</c> in <see cref="Encoding"/> sources (might also mean <c>CP_OEMCP</c>, but Encoding puts it so).
/// This was observed on Ukranian and Hindu systems.
/// Given this value, <see cref="Encoding.GetEncoding(int)"/> throws an <see cref="ArgumentException"/>.
Expand Down

0 comments on commit 0cc20b4

Please sign in to comment.