#	Copyright (c) 1987 AT&T	All Rights Reserved  	
#
#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T	
#	The copyright notice above does not evidence any   	
#	actual or intended publication of such source code.	
#

#ident	"@(#)langsup:common/ls/locale/en_IR.437/h	1.1"
#	Table for PC437 codeset
#	Suitable for UNIX System V Release 3.2 / MNLS 3.2
#	
#
#	 @(#)es3.2:ctype.text	1.2 89/01/20 AT&T UE

LC_CTYPE  LC_CTYPE
isupper   0x41 - 0x5a	\
	  0x80	0x8e - 0x90	0x92	0x99	0x99	0xa5

islower   0x61 - 0x7a	\
	  0x81 - 0x8d	0x93 - 0x98	0xa0 - 0xa4	0xe1

isdigit   0x30 - 0x39 

isspace   0x20	0x09 - 0x0d	0xff

ispunct   0x21 - 0x2f	0x3a - 0x40	\
          0x5b - 0x60	0x7b - 0x7e	\
	  0x9b - 0x9f	0xa6 - 0xe0	0xe2 - 0xfe

iscntrl   0x0 - 0x1f	0x7f

# Only one true blank
isblank   0x20

isxdigit  0x30 - 0x39	0x61 - 0x66	\
          0x41 - 0x46

ul       <0x41 0x61> <0x42 0x62> <0x43 0x63>  \
         <0x44 0x64> <0x45 0x65> <0x46 0x66>  \
         <0x47 0x67> <0x48 0x68> <0x49 0x69>  \
         <0x4a 0x6a> <0x4b 0x6b> <0x4c 0x6c>  \
         <0x4d 0x6d> <0x4e 0x6e> <0x4f 0x6f>  \
         <0x50 0x70> <0x51 0x71> <0x52 0x72>  \
         <0x53 0x73> <0x54 0x74> <0x55 0x75>  \
         <0x56 0x76> <0x57 0x77> <0x58 0x78>  \
         <0x59 0x79> <0x5a 0x7a> \
	 <0x80 0x87> <0x8e 0x84> <0x8f 0x86>	\
	 <0x90 0x82> <0x92 0x91> <0x99 0x94>	\
	 <0x9a 0x81> <0xa5 0xa4>

