2005年8月18日 (木曜日)

08:28:44 # Life nl_langinfoを久しぶりに調べてみる. realcsh.cを利用して調査するとこんなかんじ. 結果として,D_FMTとかはあるんだけど,曜日も含めた日付の表記の仕方については取得する方法が無いのではないか? D_DATE_FMTみたいなものがほしい. 日本では曜日は日付の最後,時間の前にくるが,アメリカでは曜日はおそらく最初にくる. この情報はlocaleからじゃないととってこれないだろうなぁ...

REAL csh: #include <langinfo.h>
REAL csh: #include <locale.h>
REAL csh: ##
#include <locale.h>
#include <langinfo.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
REAL csh: setlocale(LC_ALL,""); printf("%s\n", nl_langinfo(ERA_D_T_FMT));
%EY%m月%d日 %H時%M分%S秒
	
Junichi Uekawa

$Id: dancer-diary.el,v 1.89 2005/05/12 11:19:14 dancer Exp $