You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
@@ -44,7 +44,7 @@ namespace System.Text
|
||||
//
|
||||
// The following methods are copied from EncodingNLS.cs.
|
||||
// Unfortunately EncodingNLS.cs is internal and we're public, so we have to reimpliment them here.
|
||||
// These should be kept in [....] for the following classes:
|
||||
// These should be kept in sync for the following classes:
|
||||
// EncodingNLS, UTF7Encoding, UTF8Encoding, UTF32Encoding, ASCIIEncoding, UnicodeEncoding
|
||||
//
|
||||
|
||||
|
@@ -109,7 +109,7 @@ namespace System.Text
|
||||
|
||||
//
|
||||
// The following values are from mlang.idl. These values
|
||||
// should be in [....] with those in mlang.idl.
|
||||
// should be in sync with those in mlang.idl.
|
||||
//
|
||||
private const int MIMECONTF_MAILNEWS = 0x00000001;
|
||||
private const int MIMECONTF_BROWSER = 0x00000002;
|
||||
|
@@ -11,7 +11,7 @@
|
||||
// Abstract:
|
||||
//
|
||||
// Managed implimentation of ISO 2022 code pages, ported from the implimentation in c_is2022.dll
|
||||
// This code should be kept in [....] with the other implimentations
|
||||
// This code should be kept in sync with the other implimentations
|
||||
// This encoding wraps the basic encodings in code that adds the shift in/out wrapper methods
|
||||
//
|
||||
// Notes:
|
||||
|
@@ -84,7 +84,7 @@ namespace System.Text
|
||||
//
|
||||
// The following methods are copied from EncodingNLS.cs.
|
||||
// Unfortunately EncodingNLS.cs is internal and we're public, so we have to reimpliment them here.
|
||||
// These should be kept in [....] for the following classes:
|
||||
// These should be kept in sync for the following classes:
|
||||
// EncodingNLS, UTF7Encoding, UTF8Encoding, UTF32Encoding, ASCIIEncoding, UnicodeEncoding
|
||||
//
|
||||
|
||||
|
@@ -85,7 +85,7 @@ namespace System.Text
|
||||
//
|
||||
// The following methods are copied from EncodingNLS.cs.
|
||||
// Unfortunately EncodingNLS.cs is internal and we're public, so we have to reimpliment them here.
|
||||
// These should be kept in [....] for the following classes:
|
||||
// These should be kept in sync for the following classes:
|
||||
// EncodingNLS, UTF7Encoding, UTF8Encoding, UTF32Encoding, ASCIIEncoding, UnicodeEncoding
|
||||
//
|
||||
|
||||
|
@@ -149,7 +149,7 @@ namespace System.Text
|
||||
//
|
||||
// The following methods are copied from EncodingNLS.cs.
|
||||
// Unfortunately EncodingNLS.cs is internal and we're public, so we have to reimpliment them here.
|
||||
// These should be kept in [....] for the following classes:
|
||||
// These should be kept in sync for the following classes:
|
||||
// EncodingNLS, UTF7Encoding, UTF8Encoding, UTF32Encoding, ASCIIEncoding, UnicodeEncoding
|
||||
//
|
||||
|
||||
|
@@ -1 +1 @@
|
||||
fca5a790fed8fcf181d1ceeacf30b06a4cce566d
|
||||
02e89abd0e62eef7568756bcecd85054b430a02d
|
Reference in New Issue
Block a user