jason (jason joo)
- Login: jason
- Email: jasonjoo.god@gmail.com
- Registered on: 12/05/2010
- Last sign in: 12/06/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/05/2010
-
11:31 AM Ruby Bug #4119 (Rejected): about encoding convertion
- =begin
test script:
#encoding: gbk
p "asdf".encode('utf-8')
p "的".encode('utf-8')
p " ".encode('utf-8')
p "\xa3\xa0".encode('utf-8')
output:
"asdf"
"\u7684"
"\u3000"
D:/doc/Ruby Projects/Arachno Default/t...