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

◆ s_HalfToFullWidthKanaTable

readonly ushort [] System.Text.ISO2022Encoding.s_HalfToFullWidthKanaTable
staticprivate
Initial value:
= new ushort[63]
{
41379, 41430, 41431, 41378, 41382, 42482, 42401, 42403, 42405, 42407,
42409, 42467, 42469, 42471, 42435, 41404, 42402, 42404, 42406, 42408,
42410, 42411, 42413, 42415, 42417, 42419, 42421, 42423, 42425, 42427,
42429, 42431, 42433, 42436, 42438, 42440, 42442, 42443, 42444, 42445,
42446, 42447, 42450, 42453, 42456, 42459, 42462, 42463, 42464, 42465,
42466, 42468, 42470, 42472, 42473, 42474, 42475, 42476, 42477, 42479,
42483, 41387, 41388
}

Definition at line 101 of file ISO2022Encoding.cs.

102 {
103 41379, 41430, 41431, 41378, 41382, 42482, 42401, 42403, 42405, 42407,
104 42409, 42467, 42469, 42471, 42435, 41404, 42402, 42404, 42406, 42408,
105 42410, 42411, 42413, 42415, 42417, 42419, 42421, 42423, 42425, 42427,
106 42429, 42431, 42433, 42436, 42438, 42440, 42442, 42443, 42444, 42445,
107 42446, 42447, 42450, 42453, 42456, 42459, 42462, 42463, 42464, 42465,
108 42466, 42468, 42470, 42472, 42473, 42474, 42475, 42476, 42477, 42479,
109 42483, 41387, 41388
110 };

Referenced by System.Text.ISO2022Encoding.GetBytesCP5022xJP().