Re: Restricting the alphabet of a string

2007-05-01 Thread Nathan Harmston
Thanks, I might just move my trinary string (if I get that far) to be encoded as 0, 1, 2, thanks for your help. On 30 Apr 2007 11:14:10 -0700, John Machin <[EMAIL PROTECTED]> wrote: > On Apr 30, 9:53 pm, "Nathan Harmston" <[EMAIL PROTECTED]> > wrote: > > Hi, > > > > I ve being thinking about pla

Re: Restricting the alphabet of a string

2007-04-30 Thread John Machin
On Apr 30, 9:53 pm, "Nathan Harmston" <[EMAIL PROTECTED]> wrote: > Hi, > > I ve being thinking about playing around with bit strings but use in > some encoding problems I m considering and was trying to decide how to > implement a bit string class. Is there a library out there for doing > basic thi

Re: Restricting the alphabet of a string

2007-04-30 Thread Paul McGuire
On Apr 30, 9:00 am, 7stud <[EMAIL PROTECTED]> wrote: > On Apr 30, 5:53 am, "Nathan Harmston" <[EMAIL PROTECTED]> > wrote: > > > > > > > Hi, > > > I ve being thinking about playing around with bit strings but use in > > some encoding problems I m considering and was trying to decide how to > > imple

Re: Restricting the alphabet of a string

2007-04-30 Thread 7stud
On Apr 30, 5:53 am, "Nathan Harmston" <[EMAIL PROTECTED]> wrote: > Hi, > > I ve being thinking about playing around with bit strings but use in > some encoding problems I m considering and was trying to decide how to > implement a bit string class. Is there a library out there for doing > basic thi

Restricting the alphabet of a string

2007-04-30 Thread Nathan Harmston
Hi, I ve being thinking about playing around with bit strings but use in some encoding problems I m considering and was trying to decide how to implement a bit string class. Is there a library out there for doing basic things with bit strings already is my first question? I know that I can extend