#!/usr/local/bin/php
<?php
if($argc<2) {
fprintf(STDOUT,
"Usage:\n\t %s utf7-imap-string [...]\n\n",
$argv[0]);
exit;
}
for($i=1; $i<$argc; $i++) {
fprintf(STDOUT, "%s\n",
mb_convert_encoding(trim($argv[$i]),
"BIG-5", "UTF7-IMAP"));
}
exit;
?>
Wednesday, February 14, 2007
UTF7-IMAP to BIG5
隨便寫來應急一下...
Tuesday, February 6, 2007
Google Calendar 通知變成中文的
今天收到的 Google Calendar 每日行程通知竟然變成中文的, 嚇!!
Thursday, February 1, 2007
Airline deals could be grounded (US Airways / Dleta Airlines)
CNN Reports "Airline deals could be grounded"
"US Air said to consider raising bid for Delta as it faces deadlines over next two weeks; talk of other deals could die if Delta avoids takeover."
實在可惜啊~~~
"US Air said to consider raising bid for Delta as it faces deadlines over next two weeks; talk of other deals could die if Delta avoids takeover."
實在可惜啊~~~
Subscribe to:
Posts (Atom)