Qhimm.com Forums

Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: The SaiNt on 2001-06-17 16:44:00

Title: Cast your votes!!!
Post by: The SaiNt on 2001-06-17 16:44:00
This election thing is really getting over my head.

Since fice said much much earlier that he would do a documentation of the field format if enough people asked, here's my vote.

Anyone else that wants him to do the documentation?

Title: Cast your votes!!!
Post by: mr on 2001-06-17 18:13:00
Yes
Title: Cast your votes!!!
Post by: Anonymous on 2001-06-17 20:29:00
yes

w00t!

Title: Cast your votes!!!
Post by: Skillster/RedSarg99 on 2001-06-18 00:38:00
thank you, ive been screaming about feild file format for months now, feels like a year already  :P
ahh, come on fice, whooo hoooo  :D
Title: Cast your votes!!!
Post by: ficedula on 2001-06-18 03:04:00
OK, message understood  :)

I've only just got back home so I have things to do ... unpack all my stuff ... upgrade computer ... repair parents' computer .... but eventually I'll run out of excuses to laze about and get around to writing the doc  :D

Title: Cast your votes!!!
Post by: Srethron Askvelhtnod on 2001-06-19 07:14:00
It definately gets my vote. Of course, everyone knew that already, right? Right.
Title: Cast your votes!!!
Post by: ficedula on 2001-06-20 02:30:00
OK, preliminary field file format description is up on my website.
Title: Cast your votes!!!
Post by: The SaiNt on 2001-06-20 11:13:00
File downloaded...
I scanned through, don't have time to read it properly yet.
Anyway, fice, the field file format is in non standard notepad format?
I had to use Word to open it.
Title: Cast your votes!!!
Post by: halkun on 2001-06-20 15:53:00
Windows's text format is different from everyone elses. (WOW, shock huh?) It would seem that Winodows like using Carrage Returns/Linefeeds (CR/LF)to show new lines. Other OS's tend just to use carrage returns(CR) to show an end of the line. Notepad it one of the crappiest text readers I've ever seen. It can only parse CR/LF-type text and has a maximum text size of only 64K(!) Even DOS Edit was better than that. Find a different text reader...
Title: Cast your votes!!!
Post by: dagsverre on 2001-06-20 21:31:00
Actually, Win2K's notepad allows for unlimited sizes. It's still a crappy reader of course. BUT, I still think it is better than DOS edit as edit doesn't allow for line-breaking (ficedula's doc would have been very tiresome to read in dos edit).

I'm surprised this problem shows up, isn't the internet protocols supposed to handle things like this? Is there a wrong configuration in Apache so that it transmits the file as binary instead of text?

BTW, WordPad works fine with all text files. It's still crap, but at least it's better.

[This message has been edited by dagsverre (edited June 20, 2001).]

Title: Cast your votes!!!
Post by: ficedula on 2001-06-20 21:43:00
Don't think the protocols will do any CRLF <-> CR translations. I didn't realise it wasn't in standard Notepad format, since I don't use Notepad as my standard TXT file viewer (since it is crap, as Dag pointed out). Hmmm.

Well, everybody's got *some* program that can view it anyway.

Actually, strange thing: The original on my hard disk is in CRLF format. Somehow the FTP server, or Apache, has translated it into CR only format. Dammit.

Title: Cast your votes!!!
Post by: The SaiNt on 2001-06-21 06:04:00
I think it's the error of uploading as binary instead of ASCII?

Anyway, I do use Win2k's notepad but it seems that TAB's are differently treated in Win2K and WinMe's Notepad