2006年04月24日 星期一 16:50
请教大家有人在尝试python for s60吗?昨天试了下....使用中文在UI上总是乱码.不知道有什么专码方法吗?谢谢 -- ==注意== 请各位参加SNS聚会的朋友看我的Space! ==推荐== 优享-烧炙对胃口的Feed 烧录 分享 挖掘你的兴趣 推荐更好的Blog 地址-http://www.ushared.com Demo Feed - http://www.ushared.com/qingfeng/1143981110.xml -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060424/81373e2e/attachment-0001.htm
2006年04月24日 星期一 22:11
试试这样 # -*- coding: utf-8 -*- import appuifw appuifw.note('你好'.decode("utf8"), "info") 文件要以utf-8编码保存 在 06-4-24,瞄瞄<icejmx at gmail.com> 写道: > 请教大家有人在尝试python for > s60吗?昨天试了下....使用中文在UI上总是乱码.不知道有什么专码方法吗?谢谢 > > -- > ==注意== > 请各位参加SNS聚会的朋友看我的Space! > ==推荐== > 优享-烧炙对胃口的Feed > 烧录 分享 挖掘你的兴趣 推荐更好的Blog > 地址-http://www.ushared.com > Demo Feed - http://www.ushared.com/qingfeng/1143981110.xml > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > -- _______________________________________________ python-chinese Post: send python-chinese at lists.python.cn Subscribe: send subscribe to python-chinese-request at lists.python.cn Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn Detail Info: http://python.cn/mailman/listinfo/python-chinese -------------- next part -------------- A non-text attachment was scrubbed... Name: pythonutf8.gif Type: image/gif Size: 38037 bytes Desc: not available Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20060424/41531cde/pythonutf8-0001.gif
2006年04月25日 星期二 09:40
谢谢 好了 我把语言换成中文的以后 按这个方式就可以了 否则还是会不行 请问你的模拟器为什么带6610的皮肤?我的怎么是最原始的那种皮肤 在06-4-24,wolfg <wolfg1969 at gmail.com> 写道: > > 试试这样 > # -*- coding: utf-8 -*- > import appuifw > > appuifw.note('你好'.decode("utf8"), "info") > > 文件要以utf-8编码保存 > > > 在 06-4-24,瞄瞄<icejmx at gmail.com> 写道: > > 请教大家有人在尝试python for > > s60吗?昨天试了下....使用中文在UI上总是乱码.不知道有什么专码方法吗?谢谢 > > > > -- > > ==注意== > > 请各位参加SNS聚会的朋友看我的Space! > > ==推荐== > > 优享-烧炙对胃口的Feed > > 烧录 分享 挖掘你的兴趣 推荐更好的Blog > > 地址-http://www.ushared.com > > Demo Feed - http://www.ushared.com/qingfeng/1143981110.xml > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > -- > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > -- ==注意== 请各位参加SNS聚会的朋友看我的Space! ==推荐== 优享-烧炙对胃口的Feed 烧录 分享 挖掘你的兴趣 推荐更好的Blog 地址-http://www.ushared.com Demo Feed - http://www.ushared.com/qingfeng/1143981110.xml -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060425/fcdb3933/attachment.htm
2006年04月25日 星期二 09:46
是的,忘了说了,Emulator得设置成中文。 关于Emulator的skin设置,可以看看 http://wolfg.iblog.cn/index.php?op=ViewArticle&articleId;=70844 http://wolfg.iblog.cn/index.php?op=ViewArticle&articleId;=75310 在 06-4-25,瞄瞄<icejmx at gmail.com> 写道: > > 谢谢 好了 我把语言换成中文的以后 按这个方式就可以了 否则还是会不行 > 请问你的模拟器为什么带6610的皮肤?我的怎么是最原始的那种皮肤 > -- _______________________________________________ python-chinese Post: send python-chinese at lists.python.cn Subscribe: send subscribe to python-chinese-request at lists.python.cn Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn Detail Info: http://python.cn/mailman/listinfo/python-chinese
2006年04月25日 星期二 10:07
帅太谢谢了 请问你试过PYS60的SMS API吗? 我用他发短信输入的中文,但收到的是"???". 短信的编码和UI的编码也不一样吗? 在06-4-25,wolfg <wolfg1969 at gmail.com> 写道: > > 是的,忘了说了,Emulator得设置成中文。 > 关于Emulator的skin设置,可以看看 > http://wolfg.iblog.cn/index.php?op=ViewArticle&articleId;=70844 > http://wolfg.iblog.cn/index.php?op=ViewArticle&articleId;=75310 > > 在 06-4-25,瞄瞄<icejmx at gmail.com> 写道: > > > > 谢谢 好了 我把语言换成中文的以后 按这个方式就可以了 否则还是会不行 > > 请问你的模拟器为什么带6610的皮肤?我的怎么是最原始的那种皮肤 > > > > -- > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- ==注意== 请各位参加SNS聚会的朋友看我的Space! ==推荐== 优享-烧炙对胃口的Feed 烧录 分享 挖掘你的兴趣 推荐更好的Blog 地址-http://www.ushared.com Demo Feed - http://www.ushared.com/qingfeng/1143981110.xml -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060425/9a99c73b/attachment.html
2006年04月25日 星期二 10:24
没有,我也是初学啊,呵呵。我猜短信跟邮件类似吧,也得设置编码。 在 06-4-25,瞄瞄<icejmx at gmail.com> 写道: > > 帅太谢谢了 请问你试过PYS60的SMS API吗? > 我用他发短信输入的中文,但收到的是"???". 短信的编码和UI的编码也不一样吗? > -- _______________________________________________ python-chinese Post: send python-chinese at lists.python.cn Subscribe: send subscribe to python-chinese-request at lists.python.cn Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn Detail Info: http://python.cn/mailman/listinfo/python-chinese
2006年04月25日 星期二 11:20
好我在试试 谢谢指点 在06-4-25,wolfg <wolfg1969 at gmail.com> 写道: > > 没有,我也是初学啊,呵呵。我猜短信跟邮件类似吧,也得设置编码。 > > 在 06-4-25,瞄瞄<icejmx at gmail.com> 写道: > > > > 帅太谢谢了 请问你试过PYS60的SMS API吗? > > 我用他发短信输入的中文,但收到的是"???". 短信的编码和UI的编码也不一样吗? > > > -- > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- ==注意== 请各位参加SNS聚会的朋友看我的Space! ==推荐== 优享-烧炙对胃口的Feed 烧录 分享 挖掘你的兴趣 推荐更好的Blog 地址-http://www.ushared.com Demo Feed - http://www.ushared.com/qingfeng/1143981110.xml -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060425/a1ba8776/attachment.htm
2006年04月27日 星期四 08:19
在06-4-25,瞄瞄 <icejmx at gmail.com> 写道: > > 好我在试试 谢谢指点 > > 在06-4-25,wolfg <wolfg1969 at gmail.com> 写道: > > > 没有,我也是初学啊,呵呵。我猜短信跟邮件类似吧,也得设置编码。 > > 在 06-4-25,瞄瞄<icejmx at gmail.com > 写道: > > > > 帅太谢谢了 请问你试过PYS60的SMS API吗? > > 我用他发短信输入的中文,但收到的是"???". 短信的编码和UI的编码也不一样吗? > > > -- > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > _______________________________________________ > > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > -- > ==注意== > 请各位参加SNS聚会的朋友看我的Space! > ==推荐== > 优享-烧炙对胃口的Feed > 烧录 分享 挖掘你的兴趣 推荐更好的Blog > 地址-http://www.ushared.com > Demo Feed - http://www.ushared.com/qingfeng/1143981110.xml > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > 如果是移动手机的话,你去参照一下CMPP3.0吧。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060427/608363de/attachment.html
2006年04月27日 星期四 10:05
ok谢谢我去看看 我看API上写着 短信API是UNICODE的 我传入的文字也是UNICODE但是发送后收到的短信都是"?" 实在不解 在06-4-27,Pau Lau <paulau591 at gmail.com> 写道: > > > > 在06-4-25,瞄瞄 <icejmx at gmail.com> 写道: > > > 好我在试试 谢谢指点 > > > > 在06-4-25,wolfg < wolfg1969 at gmail.com> 写道: > > > > > 没有,我也是初学啊,呵呵。我猜短信跟邮件类似吧,也得设置编码。 > > > > 在 06-4-25,瞄瞄< icejmx at gmail.com > 写道: > > > > > > 帅太谢谢了 请问你试过PYS60的SMS API吗? > > > 我用他发短信输入的中文,但收到的是"???". 短信的编码和UI的编码也不一样吗? > > > > > -- > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > _______________________________________________ > > > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > -- > > ==注意== > > 请各位参加SNS聚会的朋友看我的Space! > > ==推荐== > > 优享-烧炙对胃口的Feed > > 烧录 分享 挖掘你的兴趣 推荐更好的Blog > > 地址- http://www.ushared.com > > Demo Feed - http://www.ushared.com/qingfeng/1143981110.xml > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > 如果是移动手机的话,你去参照一下CMPP3.0吧。 > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- ==注意== 请各位参加SNS聚会的朋友看我的Space! ==推荐== 优享-烧炙对胃口的Feed 烧录 分享 挖掘你的兴趣 推荐更好的Blog 地址-http://www.ushared.com Demo Feed - http://www.ushared.com/qingfeng/1143981110.xml -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060427/c5be5031/attachment.html
2006年04月27日 星期四 10:19
短信是对unicode进行PDU编码 在06-4-27,瞄瞄 <icejmx at gmail.com> 写道: > > ok谢谢我去看看 > 我看API上写着 短信API是UNICODE的 我传入的文字也是UNICODE但是发送后收到的短信都是"?" > 实在不解 > > > 在06-4-27,Pau Lau <paulau591 at gmail.com> 写道: > > > > > > 在06-4-25,瞄瞄 <icejmx at gmail.com> 写道: > > > 好我在试试 谢谢指点 > > > > 在06-4-25,wolfg < wolfg1969 at gmail.com > 写道: > > > > > 没有,我也是初学啊,呵呵。我猜短信跟邮件类似吧,也得设置编码。 > > > > 在 06-4-25,瞄瞄< icejmx at gmail.com > 写道: > > > > > > 帅太谢谢了 请问你试过PYS60的SMS API吗? > > > 我用他发短信输入的中文,但收到的是"???". 短信的编码和UI的编码也不一样吗? > > > > > -- > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > _______________________________________________ > > > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > -- > > ==注意== > > 请各位参加SNS聚会的朋友看我的Space! > > ==推荐== > > 优享-烧炙对胃口的Feed > > 烧录 分享 挖掘你的兴趣 推荐更好的Blog > > 地址- http://www.ushared.com > > Demo Feed - http://www.ushared.com/qingfeng/1143981110.xml > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > 如果是移动手机的话,你去参照一下CMPP3.0吧。 > > > _______________________________________________ > > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > -- > ==注意== > 请各位参加SNS聚会的朋友看我的Space! > ==推荐== > 优享-烧炙对胃口的Feed > 烧录 分享 挖掘你的兴趣 推荐更好的Blog > 地址- http://www.ushared.com > Demo Feed - http://www.ushared.com/qingfeng/1143981110.xml > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- My Blog >> http://leejd.cndev.org My QQ >> 9847243 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060427/6c824bda/attachment.htm
2006年04月27日 星期四 10:39
倒 请问PDU编码是什么??? 小弟初学不太懂 谢谢指点 在06-4-27,Gerald Lee <leejd80 at gmail.com> 写道: > > 短信是对unicode进行PDU编码 > > 在06-4-27,瞄瞄 <icejmx at gmail.com> 写道: > > > ok谢谢我去看看 > > 我看API上写着 短信API是UNICODE的 我传入的文字也是UNICODE但是发送后收到的短信都是"?" > > 实在不解 > > > > > > 在06-4-27,Pau Lau <paulau591 at gmail.com> 写道: > > > > > > > > > > 在06-4-25,瞄瞄 <icejmx at gmail.com> 写道: > > > > > 好我在试试 谢谢指点 > > > > > > 在06-4-25,wolfg < wolfg1969 at gmail.com > 写道: > > > > > > > 没有,我也是初学啊,呵呵。我猜短信跟邮件类似吧,也得设置编码。 > > > > > > 在 06-4-25,瞄瞄< icejmx at gmail.com > 写道: > > > > > > > > 帅太谢谢了 请问你试过PYS60的SMS API吗? > > > > 我用他发短信输入的中文,但收到的是"???". 短信的编码和UI的编码也不一样吗? > > > > > > > -- > > > _______________________________________________ > > > python-chinese > > > Post: send python-chinese at lists.python.cn > > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > > _______________________________________________ > > > > > > python-chinese > > > Post: send python-chinese at lists.python.cn > > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > > Unsubscribe: send unsubscribe to > > > python-chinese-request at lists.python.cn > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > > > > -- > > > ==注意== > > > 请各位参加SNS聚会的朋友看我的Space! > > > ==推荐== > > > 优享-烧炙对胃口的Feed > > > 烧录 分享 挖掘你的兴趣 推荐更好的Blog > > > 地址- http://www.ushared.com > > > Demo Feed - http://www.ushared.com/qingfeng/1143981110.xml > > > > > > _______________________________________________ > > > python-chinese > > > Post: send python-chinese at lists.python.cn > > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > > Unsubscribe: send unsubscribe to > > > python-chinese-request at lists.python.cn > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > > 如果是移动手机的话,你去参照一下CMPP3.0吧。 > > > > > > _______________________________________________ > > > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > -- > > ==注意== > > 请各位参加SNS聚会的朋友看我的Space! > > ==推荐== > > 优享-烧炙对胃口的Feed > > 烧录 分享 挖掘你的兴趣 推荐更好的Blog > > 地址- http://www.ushared.com > > Demo Feed - http://www.ushared.com/qingfeng/1143981110.xml > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > > > -- > My Blog >> http://leejd.cndev.org > My QQ >> 9847243 > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- ==注意== 请各位参加SNS聚会的朋友看我的Space! ==推荐== 优享-烧炙对胃口的Feed 烧录 分享 挖掘你的兴趣 推荐更好的Blog 地址-http://www.ushared.com Demo Feed - http://www.ushared.com/qingfeng/1143981110.xml -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060427/846054ab/attachment.html
2006年04月27日 星期四 10:48
http://www.dreamfabric.com/sms/ 在 06-4-27,瞄瞄<icejmx at gmail.com> 写道: > 倒 请问PDU编码是什么??? 小弟初学不太懂 谢谢指点 > -- _______________________________________________ python-chinese Post: send python-chinese at lists.python.cn Subscribe: send subscribe to python-chinese-request at lists.python.cn Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn Detail Info: http://python.cn/mailman/listinfo/python-chinese
Zeuux © 2025
京ICP备05028076号