convert utf-8 to sjis filter for mobile | zend filter

mixiモバイルがsjisなので、フィルターを入れる。

SJISに変換するfilterを作る。

http://framework.zend.com/manual/ja/zend.filter.writing_filters.html

class Lib_Filter_Encoding_Utf2sjis implements Zend_Filter_Interface
{
  public function filter($value)
  {
     return mb_convert_encoding( $value, 'SJIS', 'UTF-8' );
  }
}

viewにsetFilter

   $view->setFilterPath('/mylib/grow.dev/Lib/Filter/Encoding','Lib_Filter_Encoding')->setFilter( 'Utf2sjis' );
 

(zend通すときはnamespace使わない。

This entry was posted on 月曜日, 11月 21st, 2011 at 5:33 AM and is filed under mixi, zend. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

Unityによるゲームを公開しております iOS/Android
https://itunes.apple.com/jp/app/lost-knight-3d-action/id900917032
https://play.google.com/store/apps/details?id=com.groundroad.runknight

各種開発支援・機能開発等小さいお仕事などもお請けしております。
unity開発支援, PHPシステム開発, javascript/html5 フロント開発, titanium mobileアプリ開発
お気軽にお問い合わせください
大崎・五反田近郊での対面でのお打ち合わせはいつでも可能です。