http://www.asciitable.com/
但UTF-8對所有常用的字元都可以用三個位元組表示,
https://zh.wikipedia.org/wiki/UTF-8
#Problem:
how to remove the space in Java String.
#中文編碼 解析
http://blog.darkthread.net/blogs/darkthreadtw/archive/2007/09/07/1040.aspx
Ans:
http://stackoverflow.com/questions/10786042/java-url-encoding
String encodedurl = URLEncoder.encode(myUrl.toString(),"UTF-8");
[06/06/2013 11:00:04.660][INFO]--臺中市西 區大全街33巷
[06/06/2013 11:00:04.660][INFO]--%E8%87%BA%E4%B8%AD%E5%B8%82%E8%A5%BF%E3%80%80%E5%8D%80+%E5%A4%A7%E5%85%A8%E8%A1%9733%E5%B7%B73%E8%99%9F
#More information: E38080的意義:
No comments:
Post a Comment