NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
xhtml/css status for the rest of slashcode? (Score:1)
Fixing comments is a nice step forward. Will the
use Perl;templates also be getting an xhtml/css revision?[off topic] Do you know why the number of comments might not appear on http://omlc.ogi.edu/ [ogi.edu] --- the first story has a comment but nothing shows on the front page to indicate its presence.
Re:xhtml/css status for the rest of slashcode? (Score:2)
That is in progress. It's a separate phase that others are working on. (Note that we decided on HTML 4.01 strict, but the code can handle XHTML too if we wish.)
[off topic] Do you know why the number of comments might not appear on http://omlc.ogi.edu/ [ogi.edu] --- the first story has a comment but nothing shows on the front page to indicate its presence.
Offhand, no, not sure.
Re: (Score:1)
The encodings handling needs some cleaning up. Fortunately it doesnt appear to be broken so badly as to be hard to fix.
My Expressiveness matters [perl.org] post gets its curly quotes encoded
“and”, respectively, which are undefined in the ISO-8859-1 charset the pages claim to be encoded in. They are only defined in Windows Codepage 1252. It still works browsers have generally given up and just treat the two as equal (which is doable because Win1252 is a true superset of Latin1),Re: (Score:2)
And you are not forgiven for *using* Win1252 in the first place. I am not sure it is correct for me to try to fix your mistake and guess at what character you intended. How can I know you meant those to be curly quotes, and not something else? Sure, those are undefined in Latin-1, but how do I know what charset you are using, if you're not using Latin-1?
Re: (Score:1)
Ugh! You are correct. The problem is precisely the aforementioned fact that browsers treat Latin1 as Win1252: the form is Latin1, so when I paste curly quotes, my browser throws its arms up and sends Win1252, instead of telling me. Gahhhh.
Can we please have UTF-8 as soon as manageably possible? :-(
Re: (Score:2)
As to UTF, we tried it once and it messed us up in various ways, largely due to browser support, so I am not eager to try again any time soon. I think this is the best way for now, converting everything
Re: (Score:2)
Re: (Score:1)
Re: (Score:2)