All CFS protocols support the use of DBStrings as file names in locales that support the use of double-byte characters (characters whose values range from 0 to 65535). The limitations on file name length imposed by many platforms are often determined by the number of bytes in the file name rather than the number of characters. Because each character in a
DBString can require either one or two bytes of storage, a
DBString containing eight characters is not necessarily a valid file name in any given operating system. The use of file names containing double-byte characters is not portable.