TinyMCE Plugin for Movable TypeをMovableType3.34で使ってみる

http://www.sixapart.jp/movabletype/plugins/tinymce_plugin_for_movable_type.html
インストールはマニュアルのままで使えるようになる。

でもエディタの説明がおかしい


MovableTypeのmt-config.cgi文字コードShift_JISに設定してる
対応した文字コードファイルのファイル名が間違ってるのが原因
インストール時:mt-static/TinyMCEforMT/js/tiny_mce/themes/advanced/langs/ja_shift-jis.js
変更後:mt-static/TinyMCEforMT/js/tiny_mce/themes/advanced/langs/ja_shift_jis.js
ja_shift-jis.js じゃなくて ja_shift_jis.js。他の文字コードの表記(ja_euc-jp.js,ja_utf-8.js)は-(ハイフン)だから間違えたんだろうね。

##          Movable Type configuration file                   ##
##                                                            ##
## This file defines system-wide settings for Movable Type    ##
## In total, there are over a hundred options, but only those ##
## critical for everyone are listed below.                    ##
##                                                            ##
## Information on all others can be found at:                 ##
## http://www.sixapart.jp/movabletype/manual/3.3/config

################################################################
##################### REQUIRED SETTINGS ########################
################################################################

# The CGIPath is the URL to your Movable Type directory
CGIPath    http://www.example.com/cgi-bin/mt/

# The StaticWebPath is the URL to your mt-static directory
# Note: Check the installation documentation to find out
# whether this is required for your environment.  If it is not,
# simply remove it or comment out the line by prepending a "#".
StaticWebPath    http://www.example.com/mt-static

#================ DATABASE SETTINGS ==================
#   REMOVE all sections below that refer to databases
#   other than the one you will be using.

##### MYSQL #####
ObjectDriver DBI::mysql
Database DATABASE_NAME
DBUser DATABASE_USERNAME
DBPassword DATABASE_PASSWORD
DBHost localhost

PublishCharset Shift_JIS