Python论坛  - 讨论区

标题:[python-chinese] regex中文的问题

2006年09月18日 星期一 16:14

lazz lazycoding在gmail.com
星期一 九月 18 16:14:47 HKT 2006

On 6/22/06, chen arthur <agakong at gmail.com> wrote:
> 你是怎么测试的,我怎么测试都匹配不上。
> 统一用unicode怎么用。
> 我的原始文件:
> # -*- coding: utf-8 -*-
> import urllib,re
> r = '微软'
r = '微软'.decode('utf8')
> f = urllib.urlopen('http://localhost/123.html')
> s = f.read()
s = f.read().decode('utf8')
> a = re.findall(r,s)
> if not a:
>    print 'error'

如果f.read()读入时有异常可以尝试下
f.read().decode('gbk')
应该就能解决了

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号