码迷,mamicode.com
首页 > 其他好文 > 详细

关于UTF字符码

时间:2015-12-09 07:22:17      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:utf字符码

关于UTF字符码


在ex9.py中,因为同事在学Espaol,于是装了下,把星期和月份改成了Spanish。结果不显示,然后开头加了# -*- coding:utf-8 -*- 转换,可以运行显示,但是 é都显示了乱码。改成utf-16或者32都不行。


代码:


# -*- coding:utf-8 -*-

#here‘s some new strange stuff, remember type it exactly.


days = "lunes martes miércoles jueves viernes sábado domingo"

months = "\nenero\nfebrero\nmarzo\nabril\nmayo\njunio\njulio\nagosto\nseptiembre\noctubre\nnoviembre\ndiciembre"


print "Here are the days: ", days

print "Here are the months: ", months


print """

There‘s something going on here.

With the three double-quotes.

We‘ll be able to type as much as we like.

Even 4 lines if we want,or 5, or 6.

"""





SO,对于拉丁字符,比如 é这类英语中没有的怎么正常显示呢?

或者加个 %r 转换行不行呢?

下次尝试。












关于UTF字符码

标签:utf字符码

原文地址:http://warrenmilo.blog.51cto.com/5533075/1720945

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!