Unicode
Posted: Wed May 07, 2003 8:10 am
Does anybody know how to print unicode characters in a report?____Because all types of characters are allowed in xBase character fields, one could write unicode characters as 2-byte-combinations (or escaped) into data fields - but how can I manage to print them out? The chr()-function only seems to accept shortints (bytes) as parameter - in the online help there are "integers" listed, but they all produce empty output when over 255. Any ideas?