6 references to UNKNOWN_CHAR
System.Text.Encoding.CodePages (6)
System\Text\SBCSCodePageEncoding.cs (6)
116
if (c !=
UNKNOWN_CHAR
)
121
mapBytesToUnicode[b] =
UNKNOWN_CHAR
;
182
Debug.Assert(arrayTemp[byteTemp] ==
UNKNOWN_CHAR
, $"[SBCSCodePageEncoding::ReadBestFitTable] Expected unallocated byte (not 0x{(int)arrayTemp[byteTemp]:X2}) for best fit byte at 0x{byteTemp:X2} for code page {CodePage}");
713
if (c ==
UNKNOWN_CHAR
)
816
if (c ==
UNKNOWN_CHAR
)
845
if (c ==
UNKNOWN_CHAR
)