> HOWEVER, this app reads text, and in most places does a good > job of it, but on one card where the font of one field was changed to > Chicago, some of the text is read as if the letters have spaces between > them; and they don't.
This happens when the text contains some high ASCII characters and so has been converted to Unicode by the app that created it or saved it last. If this happens, using the unidecode function should sort it out. Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
