Thanks! Best regards,
Chamira -----Original Message----- From: Lev Walkin [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 9:02 PM To: Chamira Perera Cc: [email protected] Subject: Re: [ASN1] Effective alphabet constraint for PER encoding Chamira Perera wrote: > Hi all: > > > > I was wondering if there is a definition such as, > > > > SomeString ::= VisibleString(FROM ("a".."z" | "A".."Z" | "0".."9" | > ".-"))(SIZE (1..255)) > > > > Is the effective alphabet taken as > abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.- > > > > Or can it be any order like, > > > > .- 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz > > > > Because according to the spec each character in the effective alphabet > has to be given a number starting from 0 and ending with n-1 (n = number > of characters in effective alphabet). > > > > Right now I am a bit confused as to which order I need to use. Any help > is much appreciated! The correct order is -.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz which is, sorted by ISO 10646 codepoints. -- Lev Walkin [EMAIL PROTECTED] --------------------------------------------------------------------- This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful. _______________________________________________ ASN1 mailing list [email protected] http://lists.asn1.org/mailman/listinfo/asn1
