[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [syndication] Sneak Preview: my.info



Aaron Swartz <aswartz@swartzfam.com> wrote:

> I'm trying hard to fix this as we speak, but I don't really even know where
> to begin. Being a rather stubborn American, I've never had to deal with
> other character sets. :-) If anyone knows how to convert these to their
> proper forms using Tcl, I'd appreciate the help. However, I'll keep trying
> and post to the list if I figure it out.

Thanks to the ever-helpful Edd Dumbill, I've been able to get things
working. The page should now be viewable in any browser that supports
ISO-8859-1. Let me know if you have any further problems or comments and
thanks again to Edd for his help.

 - Aaron Swartz <http://www.theinfo.org/>

For those of you who want to know how I did it:

First, do an [encoding convertfrom $text] where $text is the html for the
page, and be sure to place this meta tag in your HTML HEAD:

<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

Hope this helps someone!