今天在搞twiki時 遇到錯誤訊息
Can't locate Encode/ConfigLocal.pm in @INC
結果 完全沒有中文的語系的網頁可以查.. (英文爛
最後看到一篇日文的網頁有答案了
enc2xs -C
只要在command line 輸入就好了
看了一下 這是Perl Encode Module Generator
to update Encode::ConfigLocal, a module that controls local set-tings.
After that, "use Encode;" is enough to load your encodings on demand.
請先 登入 以發表留言。