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

◆ IsGBLeadByte()

bool System.Text.GB18030Encoding.IsGBLeadByte ( short ch)
inlinepackage

Definition at line 251 of file GB18030Encoding.cs.

252 {
253 if (ch >= 129)
254 {
255 return ch <= 254;
256 }
257 return false;
258 }

References System.ch.

Referenced by System.Text.GB18030Encoding.GetChars().