digitalmars.D - TDPL Errata: Page 208
- Andrej Mitrovic <andrej.mitrovich gmail.com> Aug 09 2010
- "Yao G." <nospamyao gmail.com> Aug 09 2010
- Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> Aug 09 2010
- Walter Bright <newshound2 digitalmars.com> Aug 09 2010
- Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> Aug 09 2010
- Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> Aug 09 2010
- Andrej Mitrovic <andrej.mitrovich gmail.com> Aug 09 2010
- Andrej Mitrovic <andrej.mitrovich gmail.com> Aug 09 2010
- Andrej Mitrovic <andrej.mitrovich gmail.com> Aug 09 2010
- Andrej Mitrovic <andrej.mitrovich gmail.com> Aug 09 2010
- Andrej Mitrovic <andrej.mitrovich gmail.com> Aug 09 2010
- Andrej Mitrovic <andrej.mitrovich gmail.com> Aug 09 2010
The last example:
override bool opEquals(Object rhs)
{
// the other must be at least a Widget
auto that = cast(Widget) rhs;
if (!that)
return false;
// do they compare equals as Widgets? if not, we're done
if (!super.opEquals(that))
return false;
// is it a TextWidget?
auto that2 = cast(TextWidget) rhs;
// if not, we're done comparing with success
if (!that2)
return true;
// compare as TextWidgets
return text == that.text;
}
Last return should be:
return text == that2.text;
Aug 09 2010
Andrei has this errata web page: http://www.erdani.com/tdpl/errata/index.php?title=Main_Page I think you should edit the wiki and add them, because here your message will be lost between all the flux of messages. On Mon, 09 Aug 2010 15:29:06 -0500, Andrej Mitrovic <andrej.mitrovich gmail.com> wrote:The last example: override bool opEquals(Object rhs) { // the other must be at least a Widget auto that = cast(Widget) rhs; if (!that) return false; // do they compare equals as Widgets? if not, we're done if (!super.opEquals(that)) return false; // is it a TextWidget? auto that2 = cast(TextWidget) rhs; // if not, we're done comparing with success if (!that2) return true; // compare as TextWidgets return text == that.text; } Last return should be: return text == that2.text;
-- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Aug 09 2010
Yao G. wrote:Andrei has this errata web page: http://www.erdani.com/tdpl/errata/index.php?title=Main_Page I think you should edit the wiki and add them, because here your message will be lost between all the flux of messages. On Mon, 09 Aug 2010 15:29:06 -0500, Andrej Mitrovic <andrej.mitrovich gmail.com> wrote:The last example: override bool opEquals(Object rhs) { // the other must be at least a Widget auto that = cast(Widget) rhs; if (!that) return false; // do they compare equals as Widgets? if not, we're done if (!super.opEquals(that)) return false; // is it a TextWidget? auto that2 = cast(TextWidget) rhs; // if not, we're done comparing with success if (!that2) return true; // compare as TextWidgets return text == that.text; } Last return should be: return text == that2.text;
Yes please. Andrej, doing so for your past reports would be very much appreciated. Thanks! Andrei
Aug 09 2010
Andrei Alexandrescu wrote:Yes please. Andrej, doing so for your past reports would be very much appreciated. Thanks!
Should add him to your list of reviewers!
Aug 09 2010
Andrej Mitrovic wrote:Ok I also managed to screw up the tables. How do I escape the "|" character? There's an example with a logical OR and its messing with the html tables.
I found this with google: http://www.mediawiki.org/wiki/Extension:Pipe_Escape Andrei
Aug 09 2010
Andrej Mitrovic wrote:*facepalm* I thought HTML was supossed to be easy.. I keep getting back "Template:!" with a link. I can't get it to work. That also seems to be an extension that needs to be installed, no? Tell me, to these look similar to the OR symbol for you?: ии It's a "Greek capital letter iota", it looks exactly the same as the normal || to me, but doesn't need to be escaped.
I tried | and it works to depict a pipe character. Andrei
Aug 09 2010
Andrej Mitrovic wrote:Doh! I didn't realize it was editable. I will update it with all of my (confirmed) findings so far.
Perfect. Thank you! Andrei
Aug 09 2010
--0016e64607c255e901048d6a0469 Content-Type: text/plain; charset=ISO-8859-1 Doh! I didn't realize it was editable. I will update it with all of my (confirmed) findings so far. Thx Yao. On Mon, Aug 9, 2010 at 10:35 PM, Yao G. <nospamyao gmail.com> wrote:Andrei has this errata web page: http://www.erdani.com/tdpl/errata/index.php?title=Main_Page I think you should edit the wiki and add them, because here your message will be lost between all the flux of messages. On Mon, 09 Aug 2010 15:29:06 -0500, Andrej Mitrovic < andrej.mitrovich gmail.com> wrote: The last example:override bool opEquals(Object rhs) { // the other must be at least a Widget auto that = cast(Widget) rhs; if (!that) return false; // do they compare equals as Widgets? if not, we're done if (!super.opEquals(that)) return false; // is it a TextWidget? auto that2 = cast(TextWidget) rhs; // if not, we're done comparing with success if (!that2) return true; // compare as TextWidgets return text == that.text; } Last return should be: return text == that2.text;
-- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
--0016e64607c255e901048d6a0469 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Doh! I didn't realize it was editable. I will update it with all of my = (confirmed) findings so far.<br><br>Thx Yao.<br><br><div class=3D"gmail_quo= te">On Mon, Aug 9, 2010 at 10:35 PM, Yao G. <span dir=3D"ltr"><<a href= =3D"mailto:nospamyao gmail.com">nospamyao gmail.com</a>></span> wrote:<b= r> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; borde= r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Andrei has this e= rrata web page: <a href=3D"http://www.erdani.com/tdpl/errata/index.php?titl= e=3DMain_Page" target=3D"_blank">http://www.erdani.com/tdpl/errata/index.ph= p?title=3DMain_Page</a><br> <br> I think you should edit the wiki and add them, because here your message wi= ll be lost between all the flux of messages.<div><div></div><div class=3D"h= 5"><br> <br> On Mon, 09 Aug 2010 15:29:06 -0500, Andrej Mitrovic <<a href=3D"mailto:a= ndrej.mitrovich gmail.com" target=3D"_blank">andrej.mitrovich gmail.com</a>= > wrote:<br> <br> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; borde= r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> The last example:<br> <br> override bool opEquals(Object rhs)<br> {<br> =A0 =A0// the other must be at least a Widget<br> =A0 =A0auto that =3D cast(Widget) rhs;<br> =A0 =A0if (!that)<br> =A0 =A0 =A0 =A0return false;<br> =A0 // do they compare equals as Widgets? if not, we're done<br> =A0 =A0if (!super.opEquals(that))<br> =A0 =A0 =A0 =A0return false;<br> =A0 // is it a TextWidget?<br> =A0 =A0auto that2 =3D cast(TextWidget) rhs;<br> =A0 // if not, we're done comparing with success<br> =A0 =A0if (!that2)<br> =A0 =A0 =A0 =A0return true;<br> =A0 // compare as TextWidgets<br> =A0 =A0return text =3D=3D that.text;<br> }<br> <br> <br> Last return should be:<br> <br> return text =3D=3D that2.text;<br> </blockquote> <br> <br></div></div><font color=3D"#888888"> -- <br> Using Opera's revolutionary e-mail client: <a href=3D"http://www.opera.= com/mail/" target=3D"_blank">http://www.opera.com/mail/</a><br> </font></blockquote></div><br> --0016e64607c255e901048d6a0469--
Aug 09 2010
--0016e6471502081314048d6aee30 Content-Type: text/plain; charset=ISO-8859-1 I thought only Guido van Rossum hide a time machine? :p On Mon, Aug 9, 2010 at 10:51 PM, Walter Bright <newshound2 digitalmars.com>wrote:Andrei Alexandrescu wrote:Yes please. Andrej, doing so for your past reports would be very much appreciated. Thanks!
Should add him to your list of reviewers!
--0016e6471502081314048d6aee30 Content-Type: text/html; charset=ISO-8859-1 I thought only Guido van Rossum hide a time machine? :p<br><br><div class="gmail_quote">On Mon, Aug 9, 2010 at 10:51 PM, Walter Bright <span dir="ltr"><<a href="mailto:newshound2 digitalmars.com">newshound2 digitalmar .com</a>></span> wrote:<br> <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">Andrei Alexandrescu wrote:<br> <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> Yes please. Andrej, doing so for your past reports would be very much appreciated. Thanks!<br> </blockquote> <br></div> Should add him to your list of reviewers!<br> </blockquote></div><br> --0016e6471502081314048d6aee30--
Aug 09 2010
--0016e647649600bf53048d6afa55 Content-Type: text/plain; charset=ISO-8859-1 Ok it's done, at least for the confirmed ones. But I will need someone to take a look at some of my unanswered posts for confirmation on whether these are errors/bugs: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=114394 http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=114395 http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=114397 http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=114891(Perhaps I'm misunderstanding the commet there, but ultimately a Friend method gets called) On Mon, Aug 9, 2010 at 10:40 PM, Andrei Alexandrescu < SeeWebsiteForEmail erdani.org> wrote:Yao G. wrote:Andrei has this errata web page: http://www.erdani.com/tdpl/errata/index.php?title=Main_Page I think you should edit the wiki and add them, because here your message will be lost between all the flux of messages. On Mon, 09 Aug 2010 15:29:06 -0500, Andrej Mitrovic < andrej.mitrovich gmail.com> wrote: The last example:override bool opEquals(Object rhs) { // the other must be at least a Widget auto that = cast(Widget) rhs; if (!that) return false; // do they compare equals as Widgets? if not, we're done if (!super.opEquals(that)) return false; // is it a TextWidget? auto that2 = cast(TextWidget) rhs; // if not, we're done comparing with success if (!that2) return true; // compare as TextWidgets return text == that.text; } Last return should be: return text == that2.text;
appreciated. Thanks! Andrei
--0016e647649600bf53048d6afa55 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Ok it's done, at least for the confirmed ones.<br><br>But I will need s= omeone to take a look at some of my unanswered posts for confirmation on wh= ether these are errors/bugs:<br><br><a href=3D"http://www.digitalmars.com/w= ebnews/newsgroups.php?art_group=3Ddigitalmars.D&article_id=3D114394">ht= tp://www.digitalmars.com/webnews/newsgroups.php?art_group=3Ddigitalmars.D&a= mp;article_id=3D114394</a><br> <a href=3D"http://www.digitalmars.com/webnews/newsgroups.php?art_group=3Ddi= gitalmars.D&article_id=3D114395">http://www.digitalmars.com/webnews/new= sgroups.php?art_group=3Ddigitalmars.D&article_id=3D114395</a><br><a hre= f=3D"http://www.digitalmars.com/webnews/newsgroups.php?art_group=3Ddigitalm= ars.D&article_id=3D114397">http://www.digitalmars.com/webnews/newsgroup= s.php?art_group=3Ddigitalmars.D&article_id=3D114397</a><br> <a href=3D"http://www.digitalmars.com/webnews/newsgroups.php?art_group=3Ddi= gitalmars.D&article_id=3D114891">http://www.digitalmars.com/webnews/new= sgroups.php?art_group=3Ddigitalmars.D&article_id=3D114891</a> (Perhaps = I'm misunderstanding the commet there, but ultimately a Friend method g= ets called)<br> <br><br><div class=3D"gmail_quote">On Mon, Aug 9, 2010 at 10:40 PM, Andrei = Alexandrescu <span dir=3D"ltr"><<a href=3D"mailto:SeeWebsiteForEmail erd= ani.org">SeeWebsiteForEmail erdani.org</a>></span> wrote:<br><blockquote= class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; border-left: 1px= solid rgb(204, 204, 204); padding-left: 1ex;"> <div><div></div><div class=3D"h5">Yao G. wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; borde= r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> Andrei has this errata web page: <a href=3D"http://www.erdani.com/tdpl/erra= ta/index.php?title=3DMain_Page" target=3D"_blank">http://www.erdani.com/tdp= l/errata/index.php?title=3DMain_Page</a><br> <br> I think you should edit the wiki and add them, because here your message wi= ll be lost between all the flux of messages.<br> <br> On Mon, 09 Aug 2010 15:29:06 -0500, Andrej Mitrovic <<a href=3D"mailto:a= ndrej.mitrovich gmail.com" target=3D"_blank">andrej.mitrovich gmail.com</a>= > wrote:<br> <br> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; borde= r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> The last example:<br> <br> override bool opEquals(Object rhs)<br> {<br> =A0 =A0// the other must be at least a Widget<br> =A0 =A0auto that =3D cast(Widget) rhs;<br> =A0 =A0if (!that)<br> =A0 =A0 =A0 =A0return false;<br> =A0 // do they compare equals as Widgets? if not, we're done<br> =A0 =A0if (!super.opEquals(that))<br> =A0 =A0 =A0 =A0return false;<br> =A0 // is it a TextWidget?<br> =A0 =A0auto that2 =3D cast(TextWidget) rhs;<br> =A0 // if not, we're done comparing with success<br> =A0 =A0if (!that2)<br> =A0 =A0 =A0 =A0return true;<br> =A0 // compare as TextWidgets<br> =A0 =A0return text =3D=3D that.text;<br> }<br> <br> <br> Last return should be:<br> <br> return text =3D=3D that2.text;<br> </blockquote></blockquote> <br></div></div> Yes please. Andrej, doing so for your past reports would be very much appre= ciated. Thanks!<br><font color=3D"#888888"> <br> Andrei<br> <br> </font></blockquote></div><br> --0016e647649600bf53048d6afa55--
Aug 09 2010
--90e6ba53a8c036da62048d6b1547 Content-Type: text/plain; charset=ISO-8859-1 Ok I also managed to screw up the tables. How do I escape the "|" character? There's an example with a logical OR and its messing with the html tables. On Mon, Aug 9, 2010 at 11:48 PM, Andrej Mitrovic <andrej.mitrovich gmail.comwrote:
Ok it's done, at least for the confirmed ones. But I will need someone to take a look at some of my unanswered posts for confirmation on whether these are errors/bugs: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=114394 http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=114395 http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=114397 http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&artic e_id=114891(Perhaps I'm misunderstanding the commet there, but ultimately a Friend method gets called) On Mon, Aug 9, 2010 at 10:40 PM, Andrei Alexandrescu < SeeWebsiteForEmail erdani.org> wrote:Yao G. wrote:Andrei has this errata web page: http://www.erdani.com/tdpl/errata/index.php?title=Main_Page I think you should edit the wiki and add them, because here your message will be lost between all the flux of messages. On Mon, 09 Aug 2010 15:29:06 -0500, Andrej Mitrovic < andrej.mitrovich gmail.com> wrote: The last example:override bool opEquals(Object rhs) { // the other must be at least a Widget auto that = cast(Widget) rhs; if (!that) return false; // do they compare equals as Widgets? if not, we're done if (!super.opEquals(that)) return false; // is it a TextWidget? auto that2 = cast(TextWidget) rhs; // if not, we're done comparing with success if (!that2) return true; // compare as TextWidgets return text == that.text; } Last return should be: return text == that2.text;
appreciated. Thanks! Andrei
--90e6ba53a8c036da62048d6b1547 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Ok I also managed to screw up the tables. How do I escape the "|"= character? There's an example with a logical OR and its messing with t= he html tables.<br><br><div class=3D"gmail_quote">On Mon, Aug 9, 2010 at 11= :48 PM, Andrej Mitrovic <span dir=3D"ltr"><<a href=3D"mailto:andrej.mitr= ovich gmail.com">andrej.mitrovich gmail.com</a>></span> wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; borde= r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Ok it's done,= at least for the confirmed ones.<br><br>But I will need someone to take a = look at some of my unanswered posts for confirmation on whether these are e= rrors/bugs:<br> <br><a href=3D"http://www.digitalmars.com/webnews/newsgroups.php?art_group= =3Ddigitalmars.D&article_id=3D114394" target=3D"_blank">http://www.digi= talmars.com/webnews/newsgroups.php?art_group=3Ddigitalmars.D&article_id= =3D114394</a><br> <a href=3D"http://www.digitalmars.com/webnews/newsgroups.php?art_group=3Ddi= gitalmars.D&article_id=3D114395" target=3D"_blank">http://www.digitalma= rs.com/webnews/newsgroups.php?art_group=3Ddigitalmars.D&article_id=3D11= 4395</a><br> <a href=3D"http://www.digitalmars.com/webnews/newsgroups.php?art_group=3Ddi= gitalmars.D&article_id=3D114397" target=3D"_blank">http://www.digitalma= rs.com/webnews/newsgroups.php?art_group=3Ddigitalmars.D&article_id=3D11= 4397</a><br> <a href=3D"http://www.digitalmars.com/webnews/newsgroups.php?art_group=3Ddi= gitalmars.D&article_id=3D114891" target=3D"_blank">http://www.digitalma= rs.com/webnews/newsgroups.php?art_group=3Ddigitalmars.D&article_id=3D11= 4891</a> (Perhaps I'm misunderstanding the commet there, but ultimately= a Friend method gets called)<div> <div></div><div class=3D"h5"><br> <br><br><div class=3D"gmail_quote">On Mon, Aug 9, 2010 at 10:40 PM, Andrei = Alexandrescu <span dir=3D"ltr"><<a href=3D"mailto:SeeWebsiteForEmail erd= ani.org" target=3D"_blank">SeeWebsiteForEmail erdani.org</a>></span> wro= te:<br> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; borde= r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> <div><div></div><div>Yao G. wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; borde= r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> Andrei has this errata web page: <a href=3D"http://www.erdani.com/tdpl/erra= ta/index.php?title=3DMain_Page" target=3D"_blank">http://www.erdani.com/tdp= l/errata/index.php?title=3DMain_Page</a><br> <br> I think you should edit the wiki and add them, because here your message wi= ll be lost between all the flux of messages.<br> <br> On Mon, 09 Aug 2010 15:29:06 -0500, Andrej Mitrovic <<a href=3D"mailto:a= ndrej.mitrovich gmail.com" target=3D"_blank">andrej.mitrovich gmail.com</a>= > wrote:<br> <br> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; borde= r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> The last example:<br> <br> override bool opEquals(Object rhs)<br> {<br> =A0 =A0// the other must be at least a Widget<br> =A0 =A0auto that =3D cast(Widget) rhs;<br> =A0 =A0if (!that)<br> =A0 =A0 =A0 =A0return false;<br> =A0 // do they compare equals as Widgets? if not, we're done<br> =A0 =A0if (!super.opEquals(that))<br> =A0 =A0 =A0 =A0return false;<br> =A0 // is it a TextWidget?<br> =A0 =A0auto that2 =3D cast(TextWidget) rhs;<br> =A0 // if not, we're done comparing with success<br> =A0 =A0if (!that2)<br> =A0 =A0 =A0 =A0return true;<br> =A0 // compare as TextWidgets<br> =A0 =A0return text =3D=3D that.text;<br> }<br> <br> <br> Last return should be:<br> <br> return text =3D=3D that2.text;<br> </blockquote></blockquote> <br></div></div> Yes please. Andrej, doing so for your past reports would be very much appre= ciated. Thanks!<br><font color=3D"#888888"> <br> Andrei<br> <br> </font></blockquote></div><br> </div></div></blockquote></div><br> --90e6ba53a8c036da62048d6b1547--
Aug 09 2010
--0016e6471502f7c17e048d6b7d0c Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable *facepalm* I thought HTML was supossed to be easy.. I keep getting back "Template:!" with a link. I can't get it to work. That also seems to be an extension tha= t needs to be installed, no? Tell me, to these look similar to the OR symbol for you?: =C9=C9 It's a "Greek capital letter iota", it looks exactly the same as the normal || to me, but doesn't need to be escaped. On Tue, Aug 10, 2010 at 12:02 AM, Andrei Alexandrescu < SeeWebsiteForEmail erdani.org> wrote:Andrej Mitrovic wrote:Ok I also managed to screw up the tables. How do I escape the "|" character? There's an example with a logical OR and its messing with the html tables.
I found this with google: http://www.mediawiki.org/wiki/Extension:Pipe_Escape Andrei
--0016e6471502f7c17e048d6b7d0c Content-Type: text/html; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable *facepalm*<br><br>I thought HTML was supossed to be easy.. I keep getting b= ack "Template:!" with a link. I can't get it to work. That al= so seems to be an extension that needs to be installed, no? <br><br>Tell me= , to these look similar to the OR symbol for you?:<br> =C9=C9<br><br>It's a "Greek capital letter iota", it looks ex= actly the same as the normal || to me, but doesn't need to be escaped.<= br><br><div class=3D"gmail_quote">On Tue, Aug 10, 2010 at 12:02 AM, Andrei = Alexandrescu <span dir=3D"ltr"><<a href=3D"mailto:SeeWebsiteForEmail erd= ani.org">SeeWebsiteForEmail erdani.org</a>></span> wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; borde= r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class=3D"im"=Andrej Mitrovic wrote:<br>
r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> Ok I also managed to screw up the tables. How do I escape the "|"= character? There's an example with a logical OR and its messing with t= he html tables.<br> </blockquote> <br></div> I found this with google:<br> <br> <a href=3D"http://www.mediawiki.org/wiki/Extension:Pipe_Escape" target=3D"_= blank">http://www.mediawiki.org/wiki/Extension:Pipe_Escape</a><br><font col= or=3D"#888888"> <br> <br> Andrei<br> </font></blockquote></div><br> --0016e6471502f7c17e048d6b7d0c--
Aug 09 2010
--001636d351e1b8a2b7048d6c75c4 Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable Fixed. 2010/8/10 Andrei Alexandrescu <SeeWebsiteForEmail erdani.org>Andrej Mitrovic wrote:*facepalm* I thought HTML was supossed to be easy.. I keep getting back "Template:!=
with a link. I can't get it to work. That also seems to be an extension =
needs to be installed, no? Tell me, to these look similar to the OR symbol for you?: =C9=C9 It's a "Greek capital letter iota", it looks exactly the same as the normal || to me, but doesn't need to be escaped.
I tried | and it works to depict a pipe character. Andrei
--001636d351e1b8a2b7048d6c75c4 Content-Type: text/html; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable Fixed.<br><br><div class=3D"gmail_quote">2010/8/10 Andrei Alexandrescu <spa= n dir=3D"ltr"><<a href=3D"mailto:SeeWebsiteForEmail erdani.org">SeeWebsi= teForEmail erdani.org</a>></span><br><blockquote class=3D"gmail_quote" s= tyle=3D"margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204= ); padding-left: 1ex;"> <div class=3D"im">Andrej Mitrovic wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; borde= r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> *facepalm*<br> <br> I thought HTML was supossed to be easy.. I keep getting back "Template= :!" with a link. I can't get it to work. That also seems to be an = extension that needs to be installed, no?<br> <br> Tell me, to these look similar to the OR symbol for you?:<br> =C9=C9<br> <br> It's a "Greek capital letter iota", it looks exactly the same= as the normal || to me, but doesn't need to be escaped.<br> </blockquote> <br></div> I tried &#124; and it works to depict a pipe character.<br><font color= =3D"#888888"> <br> Andrei<br> </font></blockquote></div><br> --001636d351e1b8a2b7048d6c75c4--
Aug 09 2010









Walter Bright <newshound2 digitalmars.com> 