サクサク読めて、アプリ限定の機能も多数!
escape unescape decodeURIComponent encodeURIComponent
cnomiya のブックマーク 2007/05/05 22:38
文字列と UTF-8 バイト列の相互変換: Days on the Moon[javascript][encoding][文字コード]escape unescape decodeURIComponent encodeURIComponent2007/05/05 22:38
このブックマークにはスターがありません。 最初のスターをつけてみよう!
nanto.asablo.jp2006/10/24
やっていることは「高度な JavaScript 技集」の「UTF-8 <-> UTF16 変換」と同じ。 function toUTF8Octets(string) { return unescape(encodeURIComponent(string)); } function fromUTF8Octets(octets) { return ...
66 人がブックマーク・16 件のコメント
\ コメントが サクサク読める アプリです /
escape unescape decodeURIComponent encodeURIComponent
cnomiya のブックマーク 2007/05/05 22:38
このブックマークにはスターがありません。
最初のスターをつけてみよう!
文字列と UTF-8 バイト列の相互変換: Days on the Moon
nanto.asablo.jp2006/10/24
やっていることは「高度な JavaScript 技集」の「UTF-8 <-> UTF16 変換」と同じ。 function toUTF8Octets(string) { return unescape(encodeURIComponent(string)); } function fromUTF8Octets(octets) { return ...
66 人がブックマーク・16 件のコメント
\ コメントが サクサク読める アプリです /