Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   [HTA / JScript] Converting Mac Text File to DOS Format? (https://thetfp.com/tfp/tilted-technology/61474-hta-jscript-converting-mac-text-file-dos-format.html)

SinisterMotives 07-05-2004 12:21 PM

[HTA / JScript] Converting Mac Text File to DOS Format?
 
I'm trying to parse a tab-separated-value plaintext file created on a Macintosh using the Windows JScript engine and HTA host. When I open the file in UltraEdit, I get the usual prompt asking me if I want to convert it to DOS format. I click "Yes", but the status bar still says it's a Mac file. My HTML application hangs when trying to extract the fields. Any suggestions?

SinisterMotives 07-05-2004 01:08 PM

I handed the Mac file to the PHP file() function, and the print_r() function showed only one element in the resulting array. This suggests that the Mac uses an odd newline character sequence. Does anybody know what that sequence might could be?

SinisterMotives 07-05-2004 01:58 PM

Never mind. I don't need it now. Thanks anyway.


All times are GMT -8. The time now is 04:41 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73