Sponsorised links
This year
Convert files and data online
features include on the fly OCR conversion capabilities, over 50 different conversion options and proprietary XPS and PDF conversion abilities that retains formatting, images and text in the selected output format.
2008
Sponsorised links
2007
NewsFire OPML Exports
If you use NewsFire to export OPML, you may run into some trouble because there are a few things wrong with the export.
big5 vs utf-8 的一些操作 - CreMaker's in-life Blog
將這個檔案轉換為 big5 碼:
# iconv -f utf-8 -t big5 txt-utf8.txt -o txt-big5.txt
以上 -f utf-8 -t big5 txt-utf8.txt,代表將 txt-utf8.txt 這個檔案,從(使用 -f utf-8)轉換到(-t big5)的編碼,而 -o txt-big5.txt,代表輸出(-o)到 txt-big5.txt 這個檔案。
2006
Bitflux Blog :: How to get rid of invalid UTF-8 characters
We aggregate the PHP category from del.icio.us on the Planet PHP website. Unfortunately the input from del.icio.us does sometimes contain invalid UTF-8 characters, which leads to errors in the XML parsing. But the following iconv line gets rid of all invalid UTF-8 characters.
2005
1
(10 marks)
