Re: [UV] "MCP"

2004-04-08 Thread Josh Volosov (3)
I will be out of the on April 12th and April 13th.   I will not have
access to e-mail or voice mail.   If this cannot wait until my return
please e-mail [EMAIL PROTECTED], or call 410.691.2888.

Thank you,
Josh
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: [UV] "MCP"

2004-04-08 Thread Ray Wurlod
This is the hazard of working from memory!  Yes, the characters in the NON_PRINTABLE 
class would be the ones converted to "." by OCONV(string,"MCP").

- Original Message -
From: "Craig Bennett" <[EMAIL PROTECTED]>
Date: Thu, 8 Apr 2004 09:03:58 +1000
To: "U2 Users Discussion List" <[EMAIL PROTECTED]>
Subject: Re: [UV] "MCP"


> The BASIC manual refers to PRINTABLE and NON_PRINTABLE fields in the
> NLS.LC.CTYPE file?
> Is this an error in the docs? (UniVerse BASIC manual v 10.0 page C-31)

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: [UV] "MCP"

2004-04-07 Thread Craig Bennett
Ray,

>The CTYPE category only has ALPHABETIC, NUMERIC and TRIMMABLE (and, >by
inference, "other") >classes.  I would hazard the guess that characters in
the two Control Sets (Control Set 0 >and Control Set 1) >are those
considered not printable.

The BASIC manual refers to PRINTABLE and NON_PRINTABLE fields in the
NLS.LC.CTYPE file?
Is this an error in the docs? (UniVerse BASIC manual v 10.0 page C-31)

> In your place I'd be seeking an official answer, and posting it.
I'll do that now.

thanks,

Craig

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [UV] "MCP"

2004-04-07 Thread Ray Wurlod
It's a tricky question!  The CTYPE category only has ALPHABETIC, NUMERIC and TRIMMABLE 
(and, by inference, "other") classes.  I would hazard the guess that characters in the 
two Control Sets (Control Set 0 and Control Set 1) are those considered not printable. 
 In your place I'd be seeking an official answer, and posting it.

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [UV] "MCP"

2004-04-07 Thread Jeff Schasny
if you consider a space a printable character then seq(32) to seq(126) would
be printable so

IF SEQ(YOURVAR) > 31 AND SEQ(YOURVAR)< 127 THEN ITS.PRINTABLE = 1

-Original Message-
From: Craig Bennett [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 5:36 PM
To: U2 Users Discussion List
Subject: [UV] "MCP"


Hi All,

does anyone know how I can determine which characters are in the
non-printable class on a NON-NLS system?

We are runing uv 10.0.

Thanks,


Craig

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


[UV] "MCP"

2004-04-06 Thread Craig Bennett
Hi All,

does anyone know how I can determine which characters are in the
non-printable class on a NON-NLS system?

We are runing uv 10.0.

Thanks,


Craig

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users