--- In [email protected], "Sheri" <sheri...@...> 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 > > After truncating string including Double-Byte Character to > > specified length, it might become a invalid string to use file > > name due to the possibility of splitting double-byte characters. > > Regards, > Sheri FYI, Guidelines for Enabling Software for Japan - published in Novell - support.novell.com/techcenter/articles/dnd19950903.html#m12gfci Thanks for your interest.
