<?xml version="1.0" encoding="UTF-8" standalone="yes"?><oembed><version><![CDATA[1.0]]></version><provider_name><![CDATA[iDeasilo]]></provider_name><provider_url><![CDATA[https://ideasilo.wordpress.com]]></provider_url><author_name><![CDATA[Takayuki Miyoshi]]></author_name><author_url><![CDATA[https://ideasilo.wordpress.com/author/miyoshita/]]></author_url><title><![CDATA[Nippon plugin]]></title><type><![CDATA[link]]></type><html><![CDATA[<p><strong>注意: このプラグインと tenpura さんによる <a href="http://eastcoder.com/code/wp-multibyte-patch">WP Multibyte Patch</a> を同時に有効にしているとコンフリクトを起こすことが確認されています。WP Multibyte Patch はメールの文字化け回避のほか、WordPress で日本語を正しく処理するために必要となる修正を網羅しているので、<a href="http://eastcoder.com/code/wp-multibyte-patch">WP Multibyte Patch</a> の使用をおすすめします。(2007/11/21 追加)</strong></p>
<p><a href="https://ideasilo.wordpress.com/2006/08/07/nippon-plugin/#in-japanese">&raquo; 日本語</a></p>
<h4>Summary</h4>
<p>This is a plugin for Japanese WordPress users.</p>
<p>This plugin fixes some trouble which users in Japanese environment often face with pure WordPress, like garbles of non-ASCII characters. For now, its ability is just to fix mail garble though, another function will be added when needed.</p>
<p>When you have non-ASCII characters in mail header like Subject: or From:, you must encode them Base64 before you send, but in default WordPress installation <a href="http://redalt.com/fn/wp_mail">wp_mail()</a> does not encode them. It seems that this causes the Japanese character garble problem. Nippon plugin redefines wp_mail() as able to handle encoding process.</p>
<p>This plugin uses mbstring functions inside, so unless your PHP setting activates mbstring module, it&#8217;s no use.</p>
<p><strong>Update: Notice: Please do not use this plugin with WordPress 2.2 or greater because it bypasses phpMailer. You can use <a href="https://ideasilo.wordpress.com/2007/04/15/nippon-2/">Nippon 2</a> plugin with the greater versions.</strong></p>
<p><!--more--></p>
<h4>Usage</h4>
<p>There is no setting. Just behave as usual 🙂</p>
<h4>Download and Installation</h4>
<p>You can <a href="http://nippon-plugin.googlecode.com/files/nippon.zip">download the plugin&#8217;s zip file here</a>. After you download the zip, you&#8217;ll need to unzip it to your &lt;WP_INSTALL&gt;/wp-content/plugins/ directory. Then log into WordPress and activate the plugin from within your plugins panel.</p>
<h4>Changelog</h4>
<table>
<tr>
<th>Version</th>
<th>Date</th>
<th>Description</th>
</tr>
<tr>
<td>0.1.1</td>
<td>2006/08/04</td>
<td>Initial release.</td>
</tr>
<tr>
<td>0.1.2 (aka 1.1.2)</td>
<td><a href="https://ideasilo.wordpress.com/2006/08/17/nippon-112-release/">2006/08/17</a></td>
<td>Encoding fix.<br />For WordPress 2.0 and 2.1.</td>
</tr>
</table>
<p><a name="in-japanese"></a></p>
<h4>このプラグインは何か?</h4>
<p>コメントやトラックバックを送られた時に WordPress から通知メールが飛ぶようになっていますが、メールの件名や送信元などのヘッダに日本語の文字が含まれている時など、メールが文字化けするケースが多々あり、日本の WordPress ユーザの共通の悩みだったと思います。このプラグインを入れておくとそれらの悩みが解消されます。</p>
<p>問題の原因は WordPress がメールを送信するときに使う wp_mail() が日本語のヘッダを Base64 エンコードしていないところにあるようです。このプラグインは wp_mail() を独自に再定義して、正しく日本語メールを送られるようにエンコード処理を加えます。</p>
<p>効用のわりに名前が大げさですか? Nippon プラグインは日本語環境特有の問題をプラグイン一発で解消したいという願望から名付けられました。今後メールの文字化け以外でもプラグインで解決できる問題があれば機能を追加していくつもりです。</p>
<p><strong>Update: お知らせ: WordPress 2.2 以降ではこのプラグインを使わないでください。2.2 以降では <a href="https://ideasilo.wordpress.com/2007/04/15/nippon-2/">Nippon 2</a> プラグインをお試しください。</strong></p>
<h4>使い方</h4>
<p>特に設定などはありません。<a href="http://nippon-plugin.googlecode.com/files/nippon.zip">ここから zip ファイルをダウンロード</a>して、&lt;WP_INSTALL&gt;/wp-content/plugins/ ディレクトリに展開、あとは WordPress にログインして plugins パネルで有効化して下さい。単にそれだけです。</p>
<h4>使用報告にご協力を</h4>
<p>世の中には様々なサーバ環境があります。PHP の環境設定やメールサーバの種類、さらに WordPress のバージョンや使用する文字コードの違い、それらの異なる環境で常にこのプラグインが期待通りに機能するかどうかは、確認してみる必要があります。もしこのプラグインを使われたら、是非結果を教えて下さい。うまく問題解決した場合もそうでない場合も、どちらの結果も大事なデータになります。ご協力をお願いします。</p>
<p>これまでに入っている報告のまとめです。</p>
<table>
<tr>
<th>成否</th>
<th>WP バージョン</th>
<th>文字コード</th>
<th>ホスティング先</th>
</tr>
<tr>
<td>解決した</td>
<td>WP 2.0.4</td>
<td>UTF-8</td>
<td>さくら</td>
</tr>
<tr>
<td>解決した</td>
<td>WP 2.0.2</td>
<td>UTF-8</td>
<td>TextDrive</td>
</tr>
<tr>
<td>解決した</td>
<td>WP ME 2.0.4</td>
<td>UTF-8</td>
<td>チカッパ</td>
</tr>
<tr>
<td>解決した</td>
<td>WP ME 2.0.4</td>
<td>EUC-JP</td>
<td></td>
</tr>
</table>
]]></html></oembed>