Software: September 2011 Archives

9/27 開始, 有裝「Yahoo!奇摩輸入法」的人在開機時應該會出現一個錯誤訊息視窗

「指令碼錯誤」
行: 1
字元: 1
錯誤: 語法錯誤
程式碼: 0
URL: http://del.icio.us/js/playtagger

Yahoo!奇摩輸入法啟動時都會連到 http://del.icio.us/js/playtagger 這個網址,
可能 del.icio.us 最近有改版, 造成程式連不到原本的內容, 產生錯誤
註: del.icio.us 是個書籤共享網站, 在 2005 年被 Yahoo 併購

若平常沒有在用 del.icio.us, 解決方法很簡單,
在 hosts 檔加一筆 127.0.0.1 del.icio.us 即可, 使連不到 del.icio.us

執行
cmd /c echo 127.0.0.1 del.icio.us >> %windir%\system32\drivers\etc\hosts

2011-11-03 Update: 1.1.2535 (2011 Q4 版本) 已修正此問題, 程式下載

convmv

user-pic
Vote 0 Votes

將目前目錄以下所有檔案及目錄從 big5 編碼改成 UTF-8 編碼, 超方便
convmv -fbig5 -tutf-8 -r --notest .

轉檔案的部份, 準備一個 script big5utf8.sh, 放在 /usr/local/bin
#!/bin/sh
iconv -c -s -f big5 -t utf-8 "$FILE" > "$FILE.tmp"
sed -e s/big5/UTF-8/ -e s/Big5/UTF-8/ -e s/BIG5/UTF-8/ "$FILE.tmp" > "$FILE"
rm "$FILE.tmp"

將此目錄以下 .html .htm 檔案改編碼及 charset 為 UTF-8
find . -name "*.htm*" -exec big5utf8.sh {} \;

About this Archive

This page is an archive of entries in the Software category from September 2011.

Software: August 2011 is the previous archive.

Software: November 2011 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Software: Monthly Archives

Monthly Archives