Ruby  1.9.3p551(2014-11-13revision48407)
us_ascii.c
Go to the documentation of this file.
1 #include "regenc.h"
2 
3 static int
5 {
6  if (*p & 0x80)
9 }
10 
11 OnigEncodingDefine(us_ascii, US_ASCII) = {
13  "US-ASCII",/* name */
14  1, /* max byte length */
15  1, /* min byte length */
28 };
29 ENC_ALIAS("ASCII", "US-ASCII")
30 ENC_ALIAS("ANSI_X3.4-1968", "US-ASCII")
31 ENC_ALIAS("646", "US-ASCII")
32