[Tutor] special character ( ñ )
Ron A
clickron at webtv.net
Tue Dec 2 00:10:13 EST 2003
>It sounds like you're trying to use
> ISO-8859-1 encoding to display
> accented characters on your system.
>If your terminal supports it, then you can
> use:
> ftp://unicode.org/Public/MAPPINGS
>/ISO8859/8859-1.TXT
>to find out the right hexadecimal
> constants. For example, the tilde 'n'
> maps to the entry:
"""
>0xF1 0x00F1 # LATIN SMALL
> LETTER N WITH TILDE
"""
>So if your terminal display natively
>supports ISO-8859-1, then something
> like:
>###
>print '\xf1'
>###
>should do the trick.
Yup, that works just great. Thank you.
Ron A
More information about the Tutor
mailing list