RE: ISO 8859-1 question

2000-06-14 Thread Rogers, Paul
> -Original Message- > From: Tayeb Brahimi [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 14, 2000 9:06 AM > To: '[EMAIL PROTECTED]' > Subject: ISO 8859-1 question > > > I want to know (briefly) the difference between > > ISO 8859-1, > ISO 8859-2, > ISO 8859-3, > ISO 8859-4 > > A

Correct definition for an "isLatin1()" function

2000-10-05 Thread Rogers, Paul
Hi, all, We're whipping up a little function named isLatin1() that returns true if the (UCS-2) string in question is "all Latin1". I'm curious as to how Unicode experts would define the correct range of code values that would indicate the string is Latin1. Perhaps it's obvious and super trivial

RE: Correct definition for an "isLatin1

2000-10-06 Thread Rogers, Paul
> For the purpose specified, isLatin1 should just test for <= > 0xFF. After all, > one would not want to exclude TAB, CR or LF ☺ Thanks to all who responded on this admittedly vague question. I agree with the consensus: * Nail down the req'ts :) * Test as indicated above. Thanks again. -- Pa