skip to main
|
skip to sidebar
Technology Note
2009年4月2日
編碼轉換
byte[] String.getBytes(characterset);
getBytes() 回傳 string 在該平台的預設編碼的byte array
或者使用者自行指定編碼
ex.
String a = "殺很大";
bytes[] data = a.getBytes("UTF-8");
new String(byte[], characterset);
從byte array產生Unicode字串
若擔心猜錯byte array的編碼
則字行指定 characterset
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
Plurk.com
Plurk.com
追蹤者
網誌存檔
►
2011
(1)
►
5月
(1)
▼
2009
(9)
►
9月
(2)
►
6月
(1)
►
5月
(2)
▼
4月
(3)
Java Read/Write File
編碼轉換
Java
►
3月
(1)
關於我自己
WeiTehChen
檢視我的完整簡介
沒有留言:
張貼留言