You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ICSharpCode.SharpZipLib/Zip/ZipStrings.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ public static int CodePage
71
71
/// set the <see cref="CodePage"/> to <see cref="SystemDefaultCodePage"/>
72
72
/// </summary>
73
73
/// <remarks>
74
-
/// /// Get OEM codepage from NetFX, which parses the NLP file with culture info table etc etc.
74
+
/// Get OEM codepage from NetFX, which parses the NLP file with culture info table etc etc.
75
75
/// 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).
76
76
/// This was observed on Ukranian and Hindu systems.
77
77
/// Given this value, <see cref="Encoding.GetEncoding(int)"/> throws an <see cref="ArgumentException"/>.
0 commit comments