v2.2.2 prerelease is working well!
One feature request: it would be very convenient in the new 2.2.2 release to
have a variable I could access which would tell me the HTML character set of
a domain lookup. For example, the current release uses "shift-jis" to
represent Japanese Shift-Jis encoding. I had wanted to access the variable
"encoding_type" and use it in the templates like so:
<META http-equiv="Content-Type"
content="text/html;charset={{encoding_type}}">
But encoding_type uses "shift-jis" and HTML is looking for "shift_jis".
Another technique for using mixed char sets in HTML is to use the lang
attribute, like:
<HTML lang="ja">
which also works on tags like P, so you can have a page with mixed character
sets:
<p lang="ja"> some Japanese text </p>
<p lang="en"> some English text </p>
<p lang="zh"> some Chinese text </p>
So if we had some array that could get us the HTML lang type or charset type
from the "encoding_type" variable it would be very convenient...
-- John Keegan john@RackShare.com http://RackShare.com> From: "Ross Wm. Rader" <ross@tucows.com> > Reply-To: <ross@tucows.com> > Date: Fri, 3 Nov 2000 17:20:42 -0600 > To: <discuss-list@opensrs.org>, <dev-list@opensrs.org> > Subject: opensrs-client v2.2.2 prerelease > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > JamesW and gang have been kind enough to provide us with a prerelease > snapshot of the Multilingual registration client software. You can > find it @ http://www.byte.org/lib/perl/prerelease/v2.2.2pre/ > > Note that this is completely unofficial, unsupported, blah, blah > blah. > > In other words, please don't call us ;) > > As well, don't forget to send an email to rite-bc@opensrs.org with > notification of what language sets you will be supporting if you will > be support MDNS services... > > If you have any questions or comments, feel free to drop by > dev-list@opensrs.org. > > Have a great weekend.... > > Thanks, > > - -rwr > > > > > > > > > > Ross Wm. Rader > Director Product Management, > Channel Platform Group > Tucows Inc. > ross@tucows.com > t. 416.535.0123 x335 > f. 416.531.5584 > > "Embrace the cow, love the cow. > And remember, Winsock means love." > > > > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 6.5.7 for non-commercial use <http://www.pgp.com> > > iQA/AwUBOgNISm+3tRWQJwEJEQJzpQCdFQ0hi6r2JKP3d1mHr5eRTDZ4jogAoI60 > ljUx5yjn6RduM9hk2L51zHV2 > =WUTX > -----END PGP SIGNATURE----- >
This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:36:03 EDT