Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_encodingNameIndices

readonly int [] System.Text.EncodingTable.s_encodingNameIndices
staticprivate
Initial value:
= new int[43]
{
0, 14, 28, 33, 38, 43, 50, 61, 76, 82,
88, 103, 113, 123, 131, 140, 149, 165, 175, 190,
192, 198, 203, 210, 227, 244, 261, 278, 289, 291,
299, 305, 313, 321, 327, 335, 343, 348, 353, 372,
391, 410, 429
}

Definition at line 9 of file EncodingTable.cs.

10 {
11 0, 14, 28, 33, 38, 43, 50, 61, 76, 82,
12 88, 103, 113, 123, 131, 140, 149, 165, 175, 190,
13 192, 198, 203, 210, 227, 244, 261, 278, 289, 291,
14 299, 305, 313, 321, 327, 335, 343, 348, 353, 372,
15 391, 410, 429
16 };

Referenced by System.Text.EncodingTable.InternalGetCodePageFromName().