--- In [email protected], "brucexs" <bswit...@...> wrote: > > > > > > s1.write crashes powerpro if there are any characters with > > decimal values above 127. The separate issue for inputdefault > > with vector for autocomplete: any characters over 127 end up with > > a substitute character in the corresponding combobox. E.g, an > > accented à becomes an a. > > I don't want to futz around with autocomplete, which is based on > COM stuff, but the structure issue is likely just forgetting to > declare a char as unsigned. I uploaded a class.dll which should > fix.
Works now, thanks! > > BTW, control characters like \r, \n, \t, etc., are below 127 (so > > couldn't be lead bytes in dbcs) and also below 40 (so couldn't be > > trail bytes in dbcs). That should have said below 64, not 40. 40 is the cutoff in hex. No dbcs trail bytes below decimal 64. Regards, Sheri
