--- In [email protected], "forxtra" <forx...@...> wrote: > > --- In [email protected], "Sheri" <sherip99@> wrote: > > > > --- In [email protected], "forxtra" <forxtra@> wrote: > > > > > > There seems to be maximum string length to use file name. In the > > > case of clip, a maximum is 64 and notes is 75. > > > > > > > Do both have problems or only notes? Would it be as simple as > making > > the maximum length an even number? > > > Notes and Clips both. > > Alphanumerics and Punctuation Marks are still single-byte characters > even in CJK. So, the name multibyte: > MultiByte = SingleByte + DoubleByte > > The different character types may be mixed and matched within > sentences. > > so, the Condition that error happens is unrelated with whether the > maximum length is even number. > > http://img7.imageshack.us/img7/2435/multibyteiv0.png
You've highlighted each one that is invalid, but is there some script code you could use to detect that the string is invalid? What is the text out to the right of the items 5 and 7 on your debug listing? Except for that text, it looks like all the invalid strings have a question mark, either at the very end, or at end minus 1.
