--- In [email protected], "brucexs" <bswit...@...> 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 "@"). Regards, Sheri
