--- In [email protected], "Sheri" <sheri...@...> wrote: > > --- In [email protected], "brucexs" <bswitzer@> wrote: > > > > >> > > > Is this issue related to a strange behavior of the > > > Context/ContextFolder command lists? > > > > > > > I know the dbcs lead byte has to be greater than 127. But can the > > second byte following the lead byte be less that 32 (ie can the > > second byte be something that looks like as ASCII control > > character?). > > I looked at double byte code page tables linked here > <http://www.microsoft.com/globaldev/reference/WinCP.mspx> and clicked > on numerous lead bytes (each of which shows a table of double byte > characters formed with that lead byte). It appears to me that the > lowest byte value of a second character ever used is \x40 (==decimal > 64 or "@").
There also don't seem to be any lead bytes lower than \x81 (==decimal 129). > > Regards, > Sheri >
