On Aug 19, 2013, at 1:03 PM, J. Landman Gay wrote:

> I need to read and process a tab-delimited text file that is in UTF8 format 
> containing unicode. The final goal is to get it into an array with the first 
> tabbed item as the keys, preserving all unicode. There are some HTML format 
> tags in it as well.
> 
> If I read the file as binfile, carriage returns are all lost.

Jacque,

Where are the files coming from? Maybe they're using ASCII 13 as a line 
terminator, or ASCII 10 + 13. Can't you replace whatever the native line 
delimiter is with numToChar(10)? 

Devin

Devin Asay
Office of Digital Humanities
Brigham Young University


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to