At the urging of CAV, I made a much needed and long over-due bug fix in sendmail.c which was causing a lost character when long lines got broken to 127 in...
Here is a change that seems to work: if (GLOBAL.postdata==1) //FORM METHOD=GET { int ql; char *querystring=ie_getswap(GLOBAL.postdataptr); if (!querystring) ...
Udo Kuhnt
048321887-0001@...
Feb 28, 2008 2:10 am
3757
... Well, better make that while (*t!=0) { instead. That should be just as effective but probably more efficient. Udo -- The DR-DOS/OpenDOS Enhancement Project...
Udo Kuhnt
048321887-0001@...
Feb 28, 2008 2:46 am
3758
... From: "Udo Kuhnt" <048321887-0001@...> ... Hi Glenn, I already came up with a fix. Now lets see which one is better. ;-) Udo -- The DR-DOS/OpenDOS...
Udo Kuhnt
048321887-0001@...
Feb 28, 2008 3:04 am
3759
... Yours is MUCH better.... it works PERFECTLY. Thank you !!! ... Try sending to my Yahoo address instead. glennmcc1959@... Or to SBCglobal..... ...
... Now permanently inserted in my copy of in guievent.c --- ql=strlen(querystring); if(ql+strlen(GLOBAL.location)+1>=URLSIZE || http==0) GLOBAL.postdata=2;...
... I think we'd all love to do that but how? I managed to get my sources built with WAT32 and even got a bit of traffic, but it kept crashing, and I myself...
Ray Andrews
randrews@...
Mar 16, 2008 2:48 pm
3763
... There is a version of the Lynx dos browser that uses SSL. You can ask the author how he did it. Here's the link: http://www.rahul.net/dkaufman/ You...
... Yeah, I've seen that. But it's too far over my head :-( One of the other guys would have to take the lead. Regards, Ray Andrews -- Arachne;A2;0v:42...
Ray Andrews
randrews@...
Mar 16, 2008 6:26 pm
3765
Re: UTF-8 support From: "Glenn McCorkle" <glennmcc@xxxxxxxxxx> To: arachne@xxxxxxxxxxxxx Date: Thu, 27 Mar 2008 19:14:43 -0500 Arachne at FreeLists---The...
Christof, I'm sorry to say that most of what you propose is just way over my head. I'll forward this message to the rest of the group in hopes that some of ...
On Fri, 28 Mar 2008 19:44:10 -0500, Glenn McCorkle wrote: Christof: You have put a lot of work into your ideas, it would be great to have your help...
Ray Andrews
randrews@...
Mar 29, 2008 12:48 am
3768
Dear developers, I have now been granted access to your mailing list and would like to ask you, probably mainly Werner a few things about the experimental...
Christof Lange
cce.zizkov@...
Mar 31, 2008 7:28 am
3769
Hi Ray, thank your for your response. ... As you may have understand from my second post this morning, there is already (amateur) code I wrote some time ago....
Christof Lange
cce.zizkov@...
Mar 31, 2008 7:28 am
3770
Hi Ray, meanwhile I could actually upload the two documentation files: http://www.volny.cz/cce/unicode/spec1.htm explains unicode and the UTF-8 encoding, ie....
Christof Lange
cce.zizkov@...
Mar 31, 2008 1:43 pm
3771
This page (which uses JavaScript) has all of the UTF-8 characters. Just in case anyone is wondering what they are and have the ability to see them with another...
... The charset should be set by the server or the HTML page. See under 5.2.2 http://www.w3.org/TR/html401/charset.html -- Bernhard Eriksson, Wermlandsdata ...
... As a side note Explorer 7 doens't seem to follow the standard (go figure) by not using ISO-8859-1 as default when nothing is specified. Information I...
On Mon, 31 Mar 2008 09:26:48, Christof Lange wrote: Hi Christof, ... Thank you for your interest in this important issue! ... True, however, Glenn and I now...
Ray Andrews
randrews@...
Mar 31, 2008 3:00 pm
3775
... The charset of an HTML page is declared in its header, eg.: <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> or <meta...
Christof Lange
cce.zizkov@...
Mar 31, 2008 3:12 pm
3776
On Mon, 31 Mar 2008 09:26:48, Christof Lange wrote: Hi Christof, ... Thank you for your interest in this important issue! ... True, however, Glenn and I now...
Ray Andrews
randrews@...
Mar 31, 2008 3:24 pm
3777
... Ray, could you, please, post just this module to some place (probably inserting C code into mail messages is not a good idea). I would like to have a look...
Christof Lange
cce.zizkov@...
Mar 31, 2008 4:27 pm
3778
On Mon, 31 Mar 2008 18:25:21, Christof Lange wrote: Christof, ... I'll send it to you privately. ... Something tells me it will be some long time before we...
Ray Andrews
randrews@...
Mar 31, 2008 5:24 pm
3779
... No, you come quite close to that Jesuite missionary (I forget about his name), who conceived the latin transcription of Vietnamese language. Vietnamese...
Christof Lange
cce.zizkov@...
Mar 31, 2008 7:12 pm
3780
... No problem. We can 'warm up' with a double print, and then once we have the hang of it, 4x print should be no problem ;-))) And maybe we can make Chinese...
Ray Andrews
randrews@...
Mar 31, 2008 8:49 pm
3781
With the mods I made on Mar 27th, _any_ utf-8 encoded character can now be speced in entity.cfg to display its needed character. But, of-course _only_ if that...