Y.A.S.D.

...

昨日は退蔵院で, 檀家の方に連れていってもらって, ふだんは非公開の茶室「囲の席」に入れてもらえたよ。

六文銭

Bellwood のアルバム,再販決定という未確認情報が...。

KNN

野音情報とか,LOVE JETSアルバム紹介など。 スペシャルコンテンツ の KNN から。

URI

...

$ cat /etc/release
                       Solaris 8 2/02 s28x_u7wos_08a INTEL
           Copyright 2002 Sun Microsystems, Inc.  All Rights Reserved.
                           Assembled 18 December 2001
$ cat main.c
#include <errno.h>
#include <stdio.h>
#include <iconv.h>
#include <langinfo.h>
int main(){
      iconv_t cd; char *l;
      l = nl_langinfo(CODESET);
      cd = iconv_open(l, "UTF8");
      if( cd == (iconv_t) -1 &&  errno == EINVAL){
                  printf("can't open.
");
      }
}

$ gcc main.c
$ ./a.out
can't open.

9/x86 ではこれでも問題ないが,8/x86 だと "UTF-8" でないとダメなようだ。

 

 

[Masubi]
Copyright © 1998-2009 Tomoaki TSUMURA. Powered by Apache Roller 4.0.1.
tomoaki@tsumura.info