「Google AdSense for search の文字化け」の版間の差分
ナビゲーションに移動
検索に移動
1行目: | 1行目: | ||
− | ==Google AdSense for search の文字化け== | + | ==[[Google AdSense for search の文字化け]]== |
− | + | [[Google]]の検索で日本語が文字化けする対応 | |
[[File:0574_ggl01.jpg]] | [[File:0574_ggl01.jpg]] | ||
#formタグに、accept-charsetを指定 | #formタグに、accept-charsetを指定 | ||
− | # | + | #ieパラメータ、oeパラメータに[[文字コード]]を指定 |
− | #formタグ onsubmit | + | #formタグ onsubmit にてドキュメントの[[文字コード]]指定(同じウィンドウに開くと戻るボタンで戻ったときに文字化けする) |
<form method="get" action="http://www.google.co.jp/custom" target="google_window" accept-charset="utf-8" onsubmit="document.charset='utf-8'"> | <form method="get" action="http://www.google.co.jp/custom" target="google_window" accept-charset="utf-8" onsubmit="document.charset='utf-8'"> |
2020年2月16日 (日) 04:26時点における最新版
Google AdSense for search の文字化け
Googleの検索で日本語が文字化けする対応
- formタグに、accept-charsetを指定
- ieパラメータ、oeパラメータに文字コードを指定
- formタグ onsubmit にてドキュメントの文字コード指定(同じウィンドウに開くと戻るボタンで戻ったときに文字化けする)
<form method="get" action="http://www.google.co.jp/custom" target="google_window" accept-charset="utf-8" onsubmit="document.charset='utf-8'"> : <input type="hidden" name="ie" value="utf-8"></input> <input type="hidden" name="oe" value="utf-8"></input>
© 2006 矢木浩人