2007年5月21日星期一

2007年5月21日 星期一

* ooo-build break in x64
* odfpy
** unicode problem
* setup vmware
* compatibility tag page
** investigate the behavior

* Python
** unicode( [object[, encoding [, errors]]]) : return the Unicode string version of object
*** If no optional parameters are given, unicode() will mimic the behaviour of str() except that it returns Unicode strings instead of 8-bit strings.

What is encoding, unicode, decoding:
encoding
unicode ------> a sequences of bytes
<------
decoding

没有评论: