Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. String ::= UTF8String (FROM (
  2. {0,0,0,9} -- TAB
  3. | {0,0,0,10} -- CR
  4. | {0,0,0,13} -- LF
  5. | {0,0,0,32}..{0,0,215,255} -- Space to the start of the S-zone
  6. | {0,0,224,0}..{0,0,255,253} -- Rest of BMP after S-zone
  7. | {0,1,0,0}..{0,16,255,253} -- Other planes -- ) )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement