The problem is likely with TEXT TO DOCUMENT/Document to text. These have strange defaults, so you have to be very careful about the parameters.
TEXT TO DOCUMENT defaults to UTF-8 and inserts a BOM (which I think is a bug). So you can't read it using DOCUMENT TO BLOB and covert to UTF-8 text without deleting the BOM first. Document to text assumes MacRoman/ANSI if the document does not have a BOM and you don't specify the character set. So if you are saving UTF-8 with a blob, you need to be sure to specify the character set for Document to text to interpret it correctly. John DeSoi, Ph.D. > On Oct 30, 2018, at 11:09 AM, Charles Miller via 4D_Tech > <[email protected]> wrote: > > When I use text to blob with utf 8 > conversion and then blob to document or text to document the bullets get > converted to strange looking question marks. Any idea how to solvce this > problem. I know it has something to do with character set but UTF8 text > without length does not work. ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

