Becoming Unicode Aware
Just
just at xs4all.nl
Wed Oct 27 14:10:25 EDT 2004
More information about the Python-list mailing list
Wed Oct 27 14:10:25 EDT 2004
- Previous message (by thread): Becoming Unicode Aware
- Next message (by thread): Becoming Unicode Aware
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <545cb8c2.0410270644.7aa2128d at posting.google.com>, jhefferon at smcvt.edu (Jim Hefferon) wrote: > > My main problem with udnerstanding unicode is what to do with > > arbitrary text without an encoding specified. To the best of my > > knowledge the technical term for this situation is 'buggered'. E.g. I > > have a CGI guestbook script. Is the only way of knowing what encodign > > the user is typing in, to ask them ? > > > I found this link > https://bugzilla.mozilla.org/show_bug.cgi?id=18643#c12 > useful. Likewise, I found this link http://www.w3schools.com/tags/tag_form.asp useful. See the accept-charset atribute. Just
- Previous message (by thread): Becoming Unicode Aware
- Next message (by thread): Becoming Unicode Aware
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list