Python论坛  - 讨论区

标题:Re: Re:_[python-chinese]_Re:_linux下如何从源码安装wxPyth_on?

2005年05月16日 星期一 18:57

geckor at 126.com geckor at 126.com
Mon May 16 18:57:18 HKT 2005

大家一边用哪个文本编码
在 2005.5.16, 下午5:38, the13thday 写道:

> geckon每次的邮件标题都是一些框框的乱码。。。
>
> 在05-5-16,geckor at 126.com<geckor at 126.com> 写道:
>> 哦哦哦
>> 出现问题了
>>
>>  两个字符串值之间的联接是自动的,上例第一行可以写成"word = 'Help'
>> 'A'"这种方式只对字符串值有效,任何字符串表达式都不适用这种方法。
>>>>> import string  #这个是什么意思
>>>>> 'str' 'ing'                   #  <-  This is ok
>> 'string'
>>>>> string.strip('str') + 'ing'   #  'string.strip'是干什么的
>> 'string'
>>>>> string.strip('str') 'ing'     #  这个就更不懂了
>>   File "", line 1, in ?
>>     string.strip('str') 'ing'
>>                             ^
>> SyntaxError: invalid syntax
>>
>> 字符串可以用下标(索引)查询;就像C一样,字符串的第一个字符下标是0。这里没有独立的字符类型,字符仅仅是大小为一的字符串。就像在Icon中那
>> 样,字符串的子串可以通过切片标志来表示:两个由冒号隔开的索引。
>>>>> word[4]
>> 'A'
>>>>> word[0:2]
>> 'He'
>>>>> word[2:4]
>> 'lp'
>>
>> #以上的我都内搞懂
>> #以下是我试验的结果,为什么呀
>>
>>>>> word[4]
>> Traceback (most recent call last):
>>   File "", line 1, in ?
>> NameError: name 'word' is not defined
>>>>> string.strip('str') + 'ing'
>> Traceback (most recent call last):
>>   File "", line 1, in ?
>> NameError: name 'string' is not defined
>>>>>
>>
>> #哪位大哥指点一下,是不是我有知识漏洞啊
>> 字符串索引是用来干什么的
>>
>> ps:问题多多啊
>>
>> 在 2005.5.16, 下午12:57, 马剑 写道:
>>
>>> 还是少林寺的扫地僧厉害,乔峰他爸都不是对手,呵呵。
>>> python适合做业务层面的快速开发,尤其是对效率要求不是太强的时候。如果非要
>>> 强调效率,也可以通过用c来实现一些费时的操作,并和python联合运行。
>>> 到目前为止,在pc的高层开发领域,python几乎无所不能。。。这得益于他强大的
>>> 嵌入性和扩展性。
>>>
>>> On Mon, 16 May 2005 12:02:38 +0800
>>> geckor at 126.com wrote:
>>> =================================================================
>>>> 呵呵还是内功深厚的比较好,像郭靖啊,乔峰啊~~厉害!!!
>>>> 对了。问问大家:python适合做什么呢?网页开发还是~~~
>>>> 在 2005.5.16, 上午11:37, 张雄 写道:
>>>>
>>>>>
>>>>> 江湖上有两类高手:内功比较深厚的;武功比较怪异的。
>>>>>
>>>>>
>>>>> 发件人: python-chinese-bounces at lists.python.cn
>>>>> [mailto:python-chinese-bounces at lists.python.cn] 代表 geckor at 126.com
>>>>> 发送时间: 2005年5月16日 11:09
>>>>> 收件人: qutr at tjub.com.cn; python-chinese at lists.python.cn
>>>>> 主题: Re: _[python-chinese]_Re:_linux下如何从源码安装wxPyth_on?
>>>>>
>>>>>
>>>>> 嗨,喜欢吃螃蟹的就是少啊,继续我的特立独行吧。本来在学校用mac的人就少,现在又对python感兴趣,学校里也人用这个编程。看来我是 
>>>>> 越来
>>>>> 越脱
>>>>> 离群众了啊
>>>>> 郁闷中〜〜〜
>>>>>
>>>>> 在 2005.5.16, 上午9:00, Carambo 写道:
>>>>> geckor,你好
>>>>>
>>>>> 你的问题要到Python的官方网站去看,可能用mac的人很少。呵呵!
>>>>>
>>>>>  Carambo,qutr at tjub.com.cn
>>>>> 2005-5-16----- 收到以下来信内容-----
>>>>> 发件人:geckor
>>>>> 收件人:刘颉,python-chinese
>>>>> 时 间:2005-05-15, 21:40:30
>>>>> 主 题:Re:_[python-chinese]_Re:_linux下如何从源码安装wxPyth_on?
>>>>>
>>>>> 我的系统是mac os x.3.9请问在mac下用python有什么需要特别之处吗
>>>>> 需要注意什么??
>>>>> 在2005.5.15, 下午9:28, 刘颉 写道:
>>>>>
>>>>>> 我的系统是magiclinux,也自带了python2.4..但我是下载了wxPython的rpm文件,共三个
>>>>>> (common,devel,gtk)for
>>>>>> redhat的,安装后可以运行Boa.你可以到wxpython.sf.net上直接下载.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On 5/15/05, wang bin <wangbin1979 at gmail.com> wrote:
>>>>>>> 我的系统是slackware 10.1,自带的python
>>>>>>> 2.4.1,现在我想学习wxPython,所以下载了wxPython-src-2.6.0.0。但是不知道改怎样安装,并且支持
>>>>>>>
>>>>> unicode。之前我单独安装了wxWidget(为了安装xchm软件),请问还需要重新装吗?我看了wxPython自带的文档,但是 
>>>>> 没有看
>>>>>>> 明白,执行
>>>>>>> python setup.py build
>>>>>>> 总是报错,请问有没有人在linux下装过,请给一些提示,谢谢。
>>>>>>> --
>>>>>>> 想飞之心,永远不死!
>>>>>>>
>>>>>> _______________________________________________
>>>>>> python-chinese list
>>>>>> python-chinese at lists.python.cn
>>>>>> http://python.cn/mailman/listinfo/python-chinese
>>>>>
>>>>>
>>>>>  _______________________________________________
>>>>>  python-chinese list
>>>>>  python-chinese at lists.python.cn
>>>>>  http://python.cn/mailman/listinfo/python-chinese
>>>>> _______________________________________________
>>>>>  python-chinese list
>>>>>  python-chinese at lists.python.cn
>>>>>  http://python.cn/mailman/listinfo/python-chinese
>>>>> _______________________________________________
>>>>> python-chinese list
>>>>> python-chinese at lists.python.cn
>>>>> http://python.cn/mailman/listinfo/python-chinese
>>>
>>>
>>> _______________________________________________
>>> python-chinese list
>>> python-chinese at lists.python.cn
>>> http://python.cn/mailman/listinfo/python-chinese
>>>
>>
>>
>> _______________________________________________
>> python-chinese list
>> python-chinese at lists.python.cn
>> http://python.cn/mailman/listinfo/python-chinese
>>
>>
>>
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 6108 bytes
Desc: not available
Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20050516/916d4052/attachment-0001.bin

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

2005年05月16日 星期一 18:59

orciloud tang orciloud at gmail.com
Mon May 16 18:59:27 HKT 2005

我也用apple发送的。。

如果不是就是他的设置有问题。


On 5/16/05 5:56 PM, "torres" <torreswang at gmail.com> wrote:

> 是啊,我都把他当做垃圾邮件了
> 
> 05-5-16,Falls Huang <bhuang at qubit-star.com> 写道:
>> 我看他的也是乱码。。。
>> 
>> 他用的是apple的机器发的email,你用什么收信的? 我用的thunderbird
>> 
>> the13thday wrote:
>>> > geckon每次的邮件标题都是一些框框的乱码。。。
>>> >
>> 
>> --
>> Regards
>> Falls Huang
>> _______________________________________________
>> python-chinese list
>> python-chinese at lists.python.cn
>> http://python.cn/mailman/listinfo/python-chinese
> 
> 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050516/9eaa7593/attachment.htm

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

2005年05月16日 星期一 19:06

geckor at 126.com geckor at 126.com
Mon May 16 19:06:17 HKT 2005

那给我说说你的设置吧
我也觉得有问题啊
在 2005.5.16, 下午6:59, orciloud tang 写道:

> 我也用apple发送的。。
>
>  如果不是就是他的设置有问题。
>
>
>  On 5/16/05 5:56 PM, "torres" <torreswang at gmail.com> wrote:
>
>> 是啊,我都把他当做垃圾邮件了
>>
>>  05-5-16,Falls Huang <bhuang at qubit-star.com> 写道:
>>> 我看他的也是乱码。。。
>>>
>>>  他用的是apple的机器发的email,你用什么收信的? 我用的thunderbird
>>>
>>>  the13thday wrote:
>>>  > geckon每次的邮件标题都是一些框框的乱码。。。
>>>  >
>>>
>>>  --
>>>  Regards
>>>  Falls Huang
>>>  _______________________________________________
>>>  python-chinese list
>>>  python-chinese at lists.python.cn
>>> http://python.cn/mailman/listinfo/python-chinese
>>
>>
>
>  _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 3030 bytes
Desc: not available
Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20050516/c63e20f3/attachment.bin

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

2005年05月16日 星期一 19:13

hahaghost hahaghost at 163.com
Mon May 16 19:13:14 HKT 2005

不乱
他的也是部分乱,在我这里看,我是debian,mutt

On Mon, May 16, 2005 at 06:59:27PM +0800, orciloud tang wrote:
> 我也用apple发送的。。
> 
> 如果不是就是他的设置有问题。
> 
> 
> On 5/16/05 5:56 PM, "torres" <torreswang at gmail.com> wrote:
> 
> > 是啊,我都把他当做垃圾邮件了
> > 
> > 05-5-16,Falls Huang <bhuang at qubit-star.com> 写道:
> >> 我看他的也是乱码。。。
> >> 
> >> 他用的是apple的机器发的email,你用什么收信的? 我用的thunderbird
> >> 
> >> the13thday wrote:
> >>> > geckon每次的邮件标题都是一些框框的乱码。。。
> >>> >
> >> 
> >> --
> >> Regards
> >> Falls Huang
> >> _______________________________________________
> >> python-chinese list
> >> python-chinese at lists.python.cn
> >> http://python.cn/mailman/listinfo/python-chinese
> > 
> > 
> 
> 

> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese



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

2005年05月16日 星期一 19:19

geckor at 126.com geckor at 126.com
Mon May 16 19:19:21 HKT 2005

我这里有 gb2312 hz gz 2312     gb 18030        gbk        iso 2022-cn    euc
这些都是简体中文的

在 2005.5.16, 下午7:13, hahaghost 写道:

> 不乱
> 他的也是部分乱,在我这里看,我是debian,mutt
>
> On Mon, May 16, 2005 at 06:59:27PM +0800, orciloud tang wrote:
>> 我也用apple发送的。。
>>
>> 如果不是就是他的设置有问题。
>>
>>
>> On 5/16/05 5:56 PM, "torres" <torreswang at gmail.com> wrote:
>>
>>> 是啊,我都把他当做垃圾邮件了
>>>
>>> 05-5-16,Falls Huang <bhuang at qubit-star.com> 写道:
>>>> 我看他的也是乱码。。。
>>>>
>>>> 他用的是apple的机器发的email,你用什么收信的? 我用的thunderbird
>>>>
>>>> the13thday wrote:
>>>>>> geckon每次的邮件标题都是一些框框的乱码。。。
>>>>>>
>>>>
>>>> --
>>>> Regards
>>>> Falls Huang
>>>> _______________________________________________
>>>> python-chinese list
>>>> python-chinese at lists.python.cn
>>>> http://python.cn/mailman/listinfo/python-chinese
>>>
>>>
>>
>>
>
>> _______________________________________________
>> python-chinese list
>> python-chinese at lists.python.cn
>> http://python.cn/mailman/listinfo/python-chinese
>
>
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>



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

2005年05月16日 星期一 20:14

orciloud tang orciloud at gmail.com
Mon May 16 20:14:05 HKT 2005

我全部用的gb2312

我这儿看你的也不是乱麻,奇怪。。。他们怎么会。。


On 5/16/05 7:19 PM, "geckor at 126.com" <geckor at 126.com> wrote:

> 我这里有 gb2312 hz gz 2312     gb 18030        gbk        iso 2022-cn    euc
> 这些都是简体中文的
> 
> 在 2005.5.16, 下午7:13, hahaghost 写道:
> 
>> 不乱
>> 他的也是部分乱,在我这里看,我是debian,mutt
>> 
>> On Mon, May 16, 2005 at 06:59:27PM +0800, orciloud tang wrote:
>>> 我也用apple发送的。。
>>> 
>>> 如果不是就是他的设置有问题。
>>> 
>>> 
>>> On 5/16/05 5:56 PM, "torres" <torreswang at gmail.com> wrote:
>>> 
>>>> 是啊,我都把他当做垃圾邮件了
>>>> 
>>>> 05-5-16,Falls Huang <bhuang at qubit-star.com> 写道:
>>>>> 我看他的也是乱码。。。
>>>>> 
>>>>> 他用的是apple的机器发的email,你用什么收信的? 我用的thunderbird
>>>>> 
>>>>> the13thday wrote:
>>>>>>> geckon每次的邮件标题都是一些框框的乱码。。。
>>>>>>> 
>>>>> 
>>>>> --
>>>>> Regards
>>>>> Falls Huang
>>>>> _______________________________________________
>>>>> python-chinese list
>>>>> python-chinese at lists.python.cn
>>>>> http://python.cn/mailman/listinfo/python-chinese
>>>> 
>>>> 
>>> 
>>> 
>> 
>>> _______________________________________________
>>> python-chinese list
>>> python-chinese at lists.python.cn
>>> http://python.cn/mailman/listinfo/python-chinese
>> 
>> 
>> _______________________________________________
>> python-chinese list
>> python-chinese at lists.python.cn
>> http://python.cn/mailman/listinfo/python-chinese
>> 
> 
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese



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

2005年05月16日 星期一 20:35

geckor at 126.com geckor at 126.com
Mon May 16 20:35:25 HKT 2005

呵呵 那我就不知道
问题就在于没有统一的编码
要是有编码的行业标准不就好了嘛
呵呵

在 2005.5.16, 下午8:14, orciloud tang 写道:

>
> 我全部用的gb2312
>
> 我这儿看你的也不是乱麻,奇怪。。。他们怎么会。。
>
>
> On 5/16/05 7:19 PM, "geckor at 126.com" <geckor at 126.com> wrote:
>
>> 我这里有 gb2312 hz gz 2312     gb 18030        gbk        iso 2022-cn    
>> euc
>> 这些都是简体中文的
>>
>> 在 2005.5.16, 下午7:13, hahaghost 写道:
>>
>>> 不乱
>>> 他的也是部分乱,在我这里看,我是debian,mutt
>>>
>>> On Mon, May 16, 2005 at 06:59:27PM +0800, orciloud tang wrote:
>>>> 我也用apple发送的。。
>>>>
>>>> 如果不是就是他的设置有问题。
>>>>
>>>>
>>>> On 5/16/05 5:56 PM, "torres" <torreswang at gmail.com> wrote:
>>>>
>>>>> 是啊,我都把他当做垃圾邮件了
>>>>>
>>>>> 05-5-16,Falls Huang <bhuang at qubit-star.com> 写道:
>>>>>> 我看他的也是乱码。。。
>>>>>>
>>>>>> 他用的是apple的机器发的email,你用什么收信的? 我用的thunderbird
>>>>>>
>>>>>> the13thday wrote:
>>>>>>>> geckon每次的邮件标题都是一些框框的乱码。。。
>>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Regards
>>>>>> Falls Huang
>>>>>> _______________________________________________
>>>>>> python-chinese list
>>>>>> python-chinese at lists.python.cn
>>>>>> http://python.cn/mailman/listinfo/python-chinese
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>> _______________________________________________
>>>> python-chinese list
>>>> python-chinese at lists.python.cn
>>>> http://python.cn/mailman/listinfo/python-chinese
>>>
>>>
>>> _______________________________________________
>>> python-chinese list
>>> python-chinese at lists.python.cn
>>> http://python.cn/mailman/listinfo/python-chinese
>>>
>>
>>
>> _______________________________________________
>> python-chinese list
>> python-chinese at lists.python.cn
>> http://python.cn/mailman/listinfo/python-chinese
>
>
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>



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

2005年05月16日 星期一 20:41

DengWei salala_mud at 163.com
Mon May 16 20:41:34 HKT 2005

我用 Opera 8 看,没有任何问题,就是有时收到网易的回复不太爽……

在 Mon, 16 May 2005 20:35:25 +0800,<geckor at 126.com> 写道:

> 呵呵 那我就不知道
> 问题就在于没有统一的编码
> 要是有编码的行业标准不就好了嘛
> 呵呵
>
> 在 2005.5.16, 下午8:14, orciloud tang 写道:
>
>>
>> 我全部用的gb2312
>>
>> 我这儿看你的也不是乱麻,奇怪。。。他们怎么会。。
>>
>>
>> On 5/16/05 7:19 PM, "geckor at 126.com" <geckor at 126.com> wrote:
>>
<省略部分>
>>
>>
>> _______________________________________________
>> python-chinese list
>> python-chinese at lists.python.cn
>> http://python.cn/mailman/listinfo/python-chinese
>>
>
>
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>



-- 
使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/


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

2005年05月16日 星期一 23:14

the13thday evil.the13thday at gmail.com
Mon May 16 23:14:58 HKT 2005

严重同意,网易的回复让人很是不爽。。。

在05-5-16,DengWei<salala_mud at 163.com> 写道:
> 我用 Opera 8 看,没有任何问题,就是有时收到网易的回复不太爽……
> 
> 在 Mon, 16 May 2005 20:35:25 +0800,<geckor at 126.com> 写道:
> 
> > 呵呵那我就不知道
> > 问题就在于没有统一的编码
> > 要是有编码的行业标准不就好了嘛
> > 呵呵
> >
> > 在 2005.5.16, 下午8:14, orciloud tang 写道:
> >
> >>
> >> 我全部用的gb2312
> >>
> >> 我这儿看你的也不是乱麻,奇怪。。。他们怎么会。。
> >>
> >>
> >> On 5/16/05 7:19 PM, "geckor at 126.com" <geckor at 126.com> wrote:
> >>
> <省略部分>
> >>
> >>
> >> _______________________________________________
> >> python-chinese list
> >> python-chinese at lists.python.cn
> >> http://python.cn/mailman/listinfo/python-chinese
> >>
> >
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> 
> --
> 使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>

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

2005年05月17日 星期二 08:20

Guofeng Yuan loocoo at gmail.com
Tue May 17 08:20:01 HKT 2005

用gmail过滤呀!

On 5/16/05, the13thday <evil.the13thday at gmail.com> wrote:
> 
> 严重同意,网易的回复让人很是不爽。。。
> 
> 在05-5-16,DengWei<salala_mud at 163.com> 写道:
> > 我用 Opera 8 看,没有任何问题,就是有时收到网易的回复不太爽……
> >
> > 在 Mon, 16 May 2005 20:35:25 +0800,<geckor at 126.com> 写道:
> >
> > > 呵呵那我就不知道
> > > 问题就在于没有统一的编码
> > > 要是有编码的行业标准不就好了嘛
> > > 呵呵
> > >
> > > 在 2005.5.16, 下午8:14, orciloud tang 写道:
> > >
> > >>
> > >> 我全部用的gb2312
> > >>
> > >> 我这儿看你的也不是乱麻,奇怪。。。他们怎么会。。
> > >>
> > >>
> > >> On 5/16/05 7:19 PM, "geckor at 126.com" <geckor at 126.com> wrote:
> > >>
> > <省略部分>
> > >>
> > >>
> > >> _______________________________________________
> > >> python-chinese list
> > >> python-chinese at lists.python.cn
> > >> http://python.cn/mailman/listinfo/python-chinese
> > >>
> > >
> > >
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> >
> > --
> > 使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050517/60326f8e/attachment.html

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

2005年05月17日 星期二 08:59

Neo Chan neo.chen at achievo.com
Tue May 17 08:59:36 HKT 2005

有啊。Unicode 目前常用的是UTF-8

-----邮件原件-----
发件人: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] 代表 geckor at 126.com
发送时间: Monday, May 16, 2005 8:35 PM
收件人: python-chinese at lists.python.cn
主题: Re: [python-chinese] Re:看我的乱码么?

呵呵 那我就不知道
问题就在于没有统一的编码
要是有编码的行业标准不就好了嘛
呵呵

在 2005.5.16, 下午8:14, orciloud tang 写道:

>
> 我全部用的gb2312
>
> 我这儿看你的也不是乱麻,奇怪。。。他们怎么会。。
>
>
> On 5/16/05 7:19 PM, "geckor at 126.com" <geckor at 126.com> wrote:
>
>> 我这里有 gb2312 hz gz 2312     gb 18030        gbk        iso 2022-cn

>> euc
>> 这些都是简体中文的
>>
>> 在 2005.5.16, 下午7:13, hahaghost 写道:
>>
>>> 不乱
>>> 他的也是部分乱,在我这里看,我是debian,mutt
>>>
>>> On Mon, May 16, 2005 at 06:59:27PM +0800, orciloud tang wrote:
>>>> 我也用apple发送的。。
>>>>
>>>> 如果不是就是他的设置有问题。
>>>>
>>>>
>>>> On 5/16/05 5:56 PM, "torres" <torreswang at gmail.com> wrote:
>>>>
>>>>> 是啊,我都把他当做垃圾邮件了
>>>>>
>>>>> 05-5-16,Falls Huang <bhuang at qubit-star.com> 写道:
>>>>>> 我看他的也是乱码。。。
>>>>>>
>>>>>> 他用的是apple的机器发的email,你用什么收信的? 我用的thunderbird
>>>>>>
>>>>>> the13thday wrote:
>>>>>>>> geckon每次的邮件标题都是一些框框的乱码。。。
>>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Regards
>>>>>> Falls Huang
>>>>>> _______________________________________________
>>>>>> python-chinese list
>>>>>> python-chinese at lists.python.cn
>>>>>> http://python.cn/mailman/listinfo/python-chinese
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>> _______________________________________________
>>>> python-chinese list
>>>> python-chinese at lists.python.cn
>>>> http://python.cn/mailman/listinfo/python-chinese
>>>
>>>
>>> _______________________________________________
>>> python-chinese list
>>> python-chinese at lists.python.cn
>>> http://python.cn/mailman/listinfo/python-chinese
>>>
>>
>>
>> _______________________________________________
>> python-chinese list
>> python-chinese at lists.python.cn
>> http://python.cn/mailman/listinfo/python-chinese
>
>
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>


_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese

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

2005年05月17日 星期二 23:09

Wayne Wood wuwei00 at 126.com
Tue May 17 23:09:45 HKT 2005

ÄãµÄÓʼþµÄÈ·ÊÇÓÐÎÊÌ⣬ÎÒÕâÀï¿´ÊÇÂÒÂë
¼ì²éÒ»ÏÂÄãµÄÓʼþ¿Í»§¶ËʲôµÄ

Óʼþ±¾ÉíµÄ±àÂëûÓÐÎÊÌ⣬Óà GBK ¾Í¿ÉÒÔ¿´
ÎÒÏëÓʼþµÄʲô²¿·ÖÓ¦¸ÃÓÐÖ¸Ã÷ÓïÑԺͱàÂëµÄ£¬¶øÖ¸¶¨µÄºÍÄãÓõÄÓÖ²»Ò»Ñù
ËùÒÔµ¼ÖÂÔÚÎÒÃÇÕâÀïÎÞ·¨¿´£¬Ö»ÄÜÊÖ¶¯Ö¸Ã÷ GBK ±àÂë

ÎÒ²»¶®£¬Ï¹Ëµ¼¸¾ä :)

geckor at 126.com дµÀ:

> ºÇºÇ¡¡ÄÇÎҾͲ»ÖªµÀ
> ÎÊÌâ¾ÍÔÚÓÚûÓÐͳһµÄ±àÂë
> ÒªÊÇÓбàÂëµÄÐÐÒµ±ê×¼²»¾ÍºÃÁËÂï
> ºÇºÇ
>
> ÔÚ 2005.5.16, ÏÂÎç8:14, orciloud tang дµÀ£º
>
>>
>> ÎÒÈ«²¿ÓõÄgb2312
>>
>> ÎÒÕâ¶ù¿´ÄãµÄÒ²²»ÊÇÂÒÂ飬Ææ¹Ö¡£¡£¡£ËûÃÇÔõô»á¡£¡£
>>
>>
>> On 5/16/05 7:19 PM, "geckor at 126.com" <geckor at 126.com> wrote:
>>
>>> ÎÒÕâÀïÓÐ gb2312¡¡hz gz 2312 gb 18030 gbk iso 2022-cn euc
>>> ÕâЩ¶¼ÊǼòÌåÖÐÎĵÄ
>>>
>>> ÔÚ 2005.5.16, ÏÂÎç7:13, hahaghost дµÀ£º
>>>
>>>> ²»ÂÒ
>>>> ËûµÄÒ²ÊDz¿·ÖÂÒ£¬ÔÚÎÒÕâÀï¿´£¬ÎÒÊÇdebian£¬mutt
>>>>
>>>> On Mon, May 16, 2005 at 06:59:27PM +0800, orciloud tang wrote:
>>>>
>>>>> ÎÒÒ²ÓÃapple·¢Ë͵ġ£¡£
>>>>>
>>>>> Èç¹û²»ÊǾÍÊÇËûµÄÉèÖÃÓÐÎÊÌâ¡£
>>>>>
>>>>>
>>>>> On 5/16/05 5:56 PM, "torres" <torreswang at gmail.com> wrote:
>>>>>
>>>>>> ÊÇ°¡£¬ÎÒ¶¼°ÑËûµ±×öÀ¬»øÓʼþÁË
>>>>>>
>>>>>> 05-5-16£¬Falls Huang <bhuang at qubit-star.com> дµÀ£º
>>>>>>
>>>>>>> ÎÒ¿´ËûµÄÒ²ÊÇÂÒÂë¡£¡£¡£
>>>>>>>
>>>>>>> ËûÓõÄÊÇappleµÄ»úÆ÷·¢µÄemail£¬ÄãÓÃʲôÊÕÐŵģ¿ ÎÒÓõÄthunderbird
>>>>>>>
>>>>>>> the13thday wrote:
>>>>>>>
>>>>>>>>> geckonÿ´ÎµÄÓʼþ±êÌⶼÊÇһЩ¿ò¿òµÄÂÒÂë¡£¡£¡£
>>>>>>>>>
>>>>>>>
>>>>>>> -- 
>>>>>>> Regards
>>>>>>> Falls Huang
>>>>>>> _______________________________________________
>>>>>>> python-chinese list
>>>>>>> python-chinese at lists.python.cn
>>>>>>> http://python.cn/mailman/listinfo/python-chinese
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>> _______________________________________________
>>>>> python-chinese list
>>>>> python-chinese at lists.python.cn
>>>>> http://python.cn/mailman/listinfo/python-chinese
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> python-chinese list
>>>> python-chinese at lists.python.cn
>>>> http://python.cn/mailman/listinfo/python-chinese
>>>>
>>>
>>>
>>> _______________________________________________
>>> python-chinese list
>>> python-chinese at lists.python.cn
>>> http://python.cn/mailman/listinfo/python-chinese
>>
>>
>>
>> _______________________________________________
>> python-chinese list
>> python-chinese at lists.python.cn
>> http://python.cn/mailman/listinfo/python-chinese
>>
>
>
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>
>
>




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

2005年05月17日 星期二 23:12

Wayne Wood wuwei00 at 126.com
Tue May 17 23:12:44 HKT 2005

An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050517/f1e62fc8/attachment.htm

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

2005年05月18日 星期三 09:23

Carlos Z.F. Liu carlosliu at users.sourceforge.net
Wed May 18 09:23:03 HKT 2005

On Tue, May 17, 2005 at 11:12:44PM +0800, Wayne Wood wrote:
> 你用 UTF-8 估计很多哥们会很不爽,据说 foxmail 等默认就不是 unicode 的
> 但是如果发给国外的信件如果不用 UTF-8 据说老外也会很不爽
> 看来老外真的比我们先进,先一步用这种统一的模式来减少麻烦?:)
> 
在邮件列表中使用 Foxmail 和 Dreammail 这类不支持 thread 的邮件客户端本
身就是一种错误。

对于 mail client 这种用于网络交流的软件,最重要的是让收件人能正常阅读,
其次才是用户自己使用方便。大家常用的几个国产软件在这方面都是本末倒置。
列几个最常见的错误:将 GB2312 内容标为 iso-8859-1;content-type 不指定
正文内容编码;标题行直接使用 GB 或者 UTF-8 格式文本,而不使用 base64
或 quote-print。

推荐各位看看 Debian 中文邮件列表的使用指南和邮件客户端设置。
http://chinese.alioth.debian.org/cgi-bin/wiki/Debian%e4%b8%ad%e6%96%87%e9%82%ae%e4%bb%b6%e5%88%97%e8%a1%a8%e4%bd%bf%e7%94%a8%e5%b8%ae%e5%8a%a9

geckor 邮件中指明的编码的是 euc-cn,这本身应该没什么错误,但是估计能支
持这个编码名称的软件不多。



-- 
 Best Regards,
 Carlos

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

2005年05月18日 星期三 10:25

Wayne Wood wuwei00 at 126.com
Wed May 18 10:25:09 HKT 2005

又学到不少新的东西,呵呵

Carlos Z.F. Liu 写道:

>On Tue, May 17, 2005 at 11:12:44PM +0800, Wayne Wood wrote:
>  
>
>>你用 UTF-8 估计很多哥们会很不爽,据说 foxmail 等默认就不是 unicode 的
>>但是如果发给国外的信件如果不用 UTF-8 据说老外也会很不爽
>>看来老外真的比我们先进,先一步用这种统一的模式来减少麻烦?:)
>>
>>    
>>
>在邮件列表中使用 Foxmail 和 Dreammail 这类不支持 thread 的邮件客户端本
>身就是一种错误。
>
>对于 mail client 这种用于网络交流的软件,最重要的是让收件人能正常阅读,
>其次才是用户自己使用方便。大家常用的几个国产软件在这方面都是本末倒置。
>列几个最常见的错误:将 GB2312 内容标为 iso-8859-1;content-type 不指定
>正文内容编码;标题行直接使用 GB 或者 UTF-8 格式文本,而不使用 base64
>或 quote-print。
>
>推荐各位看看 Debian 中文邮件列表的使用指南和邮件客户端设置。
>http://chinese.alioth.debian.org/cgi-bin/wiki/Debian%e4%b8%ad%e6%96%87%e9%82%ae%e4%bb%b6%e5%88%97%e8%a1%a8%e4%bd%bf%e7%94%a8%e5%b8%ae%e5%8a%a9
>
>geckor 邮件中指明的编码的是 euc-cn,这本身应该没什么错误,但是估计能支
>持这个编码名称的软件不多。
>
>
>
>  
>




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

2005年05月18日 星期三 13:56

geckor at 126.com geckor at 126.com
Wed May 18 13:56:14 HKT 2005

gmailweb收发的啊 没办法用软件收 呵呵 郁闷
在 2005.5.17, 上午8:20, Guofeng Yuan 写道:

> 用gmail过滤呀!
>
> On 5/16/05, the13thday <evil.the13thday at gmail.com> wrote:
>>
>> 在05-5-16,DengWei<salala_mud at 163.com> 写道:
>> > 我用 Opera 8 看,没有任何问题,就是有时收到网易的回复不太爽⋯⋯
>> >
>> > 在 Mon, 16 May 2005 20:35:25 +0800,< geckor at 126.com> 写道:
>> >
>> > > 呵呵那我就不知道
>> > > 问题就在于没有统一的编码
>> > > 要是有编码的行业标准不就好了嘛
>> > > 呵呵
>> > >
>> > > 在 2005.5.16, 下午8:14, orciloud tang 写道:
>> > >
>> > >>
>> > >> 我全部用的gb2312
>> > >>
>> > >> 我这儿看你的也不是乱麻,奇怪。。。他们怎么会。。
>> > >>
>> > >>
>> > >> On 5/16/05 7:19 PM, "geckor at 126.com" < geckor at 126.com> wrote:
>> > >>
>> > <省略部分>
>> > >>
>> > >>
>> > >> _______________________________________________
>> > >> python-chinese list
>> > >> python-chinese at lists.python.cn
>> > >> http://python.cn/mailman/listinfo/python-chinese
>> > >>
>> > >
>> > >
>> > > _______________________________________________
>> > > python-chinese list
>> > > python-chinese at lists.python.cn
>> > > http://python.cn/mailman/listinfo/python-chinese
>> > >
>> >
>> > --
>> > 使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/
>> >
>> > _______________________________________________
>> > python-chinese list
>> > python-chinese at lists.python.cn
>> > http://python.cn/mailman/listinfo/python-chinese
>> >
>>
>> _______________________________________________
>> python-chinese list
>>  python-chinese at lists.python.cn
>> http://python.cn/mailman/listinfo/python-chinese
>>
>>
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 2504 bytes
Desc: not available
Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20050518/66f9a22b/attachment.bin

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

2005年05月19日 星期四 15:04

马剑 honeyday at staffonly.org
Thu May 19 15:04:19 HKT 2005

我用的mail client是becky!
这个还不错,支持很多种语言编码,有中文、日文、韩文、东欧等等。
我看这里的邮件基本没有乱码的,除非发件人在发的时候就已经是乱码了。

On Wed, 18 May 2005 13:56:14 +0800
geckor at 126.com wrote:
=================================================================
> gmailweb收发的啊 没办法用软件收 呵呵 郁闷
> 在 2005.5.17, 上午8:20, Guofeng Yuan 写道:
> 
> > 用gmail过滤呀!
> >
> > On 5/16/05, the13thday <evil.the13thday at gmail.com> wrote:
> >>
> >> 在05-5-16,DengWei<salala_mud at 163.com> 写道:
> >> > 我用 Opera 8 看,没有任何问题,就是有时收到网易的回复不太爽⋯⋯
> >> >
> >> > 在 Mon, 16 May 2005 20:35:25 +0800,< geckor at 126.com> 写道:
> >> >
> >> > > 呵呵那我就不知道
> >> > > 问题就在于没有统一的编码
> >> > > 要是有编码的行业标准不就好了嘛
> >> > > 呵呵
> >> > >
> >> > > 在 2005.5.16, 下午8:14, orciloud tang 写道:
> >> > >
> >> > >>
> >> > >> 我全部用的gb2312
> >> > >>
> >> > >> 我这儿看你的也不是乱麻,奇怪。。。他们怎么会。。
> >> > >>
> >> > >>
> >> > >> On 5/16/05 7:19 PM, "geckor at 126.com" < geckor at 126.com> wrote:
> >> > >>
> >> > <省略部分>
> >> > >>
> >> > >>
> >> > >> _______________________________________________
> >> > >> python-chinese list
> >> > >> python-chinese at lists.python.cn
> >> > >> http://python.cn/mailman/listinfo/python-chinese
> >> > >>
> >> > >
> >> > >
> >> > > _______________________________________________
> >> > > python-chinese list
> >> > > python-chinese at lists.python.cn
> >> > > http://python.cn/mailman/listinfo/python-chinese
> >> > >
> >> >
> >> > --
> >> > 使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/
> >> >
> >> > _______________________________________________
> >> > python-chinese list
> >> > python-chinese at lists.python.cn
> >> > http://python.cn/mailman/listinfo/python-chinese
> >> >
> >>
> >> _______________________________________________
> >> python-chinese list
> >>  python-chinese at lists.python.cn
> >> http://python.cn/mailman/listinfo/python-chinese
> >>
> >>
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese



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

2005年05月19日 星期四 18:28

geckor at 126.com geckor at 126.com
Thu May 19 18:28:53 HKT 2005

我建议大家尽量用英文,不就行了,呵呵

i advise us to intercourse for english , this' ok , all ok


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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号