9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] 未承諾広告※
@ 2003-11-08 18:02 5000円開業パック 
  2003-11-08 19:20 ` [9fans] reading email encoded in ISO-2022-JP Richard Miller
  0 siblings, 1 reply; 2+ messages in thread
From: 5000円開業パック  @ 2003-11-08 18:02 UTC (permalink / raw)
  To: 9fans


                      ※  未承諾広告 ※ご迷惑な方は削除してください。
   当広告を受信拒否の方は次のメールアドレスに〔受信拒否〕
  として送信してください。その日のうちに削除いたします。ご迷惑でしょうがよろしくお願いいたします 
    jk78jkjp@yahoo.co.jp   販売者 ギフト 所在地 京都府城陽市寺田8−2
                                代表者 山本しおり  TEL  0774-56-6428            
      5000円で開業しませんか!!
  
   世の中不景気がいつまでも続き先が見えない状態です。今大丈夫でも
  あなたにいつリストラ等の不幸が襲ってくるかわかりません。
  また一般庶民が何か事業をやろうと思っても資金面などで容易に
  出来るものではありません。
   過去を振り返ってみてあの時あれをしておけば良かったとか、あの時自分
  にはすごいチャンスがお訪れていたんだなぁとか思うことはありませんか?
  その時実行さへしていれば貴方は今頃ある程度の成功者になっていた筈です。
   ひよっとすればこの開業パックもその類に入るかもしれません。現代は
  情報の時代です。各種情報が満溢ですがたったの5000円で手に入ります。
  この開業パックを売るもよし(一枚売れば元は取れます)保存版にして楽しむ
  むのもよし貴方の好きな様に使ってください。
   実際に販売してみるとビックリするほど売れます。たったの5000円
  で貴方は将来の不安から解放されそのうえ勝ち組の一人になれる筈です。
   それでは健闘を期待します。頑張ってください!!今の状態から脱出しましょう!!

          http://goldhand.dyndns.tv/

  


                                     
                        



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [9fans] reading email encoded in ISO-2022-JP
  2003-11-08 18:02 [9fans] 未承諾広告※ 5000円開業パック 
@ 2003-11-08 19:20 ` Richard Miller
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Miller @ 2003-11-08 19:20 UTC (permalink / raw)
  To: 9fans

jkk77jkk@yahoo.co.jp said:

>                       ※  未承諾広告 ※ご迷惑な方は削除してください。
>    当広告を受信拒否の方は次のメールアドレスに〔受信拒否〕
>   として送信してください。その日のうちに削除いたします。ご迷惑でしょうがよろしくお願いいたします 
>     jk78jkjp@yahoo.co.jp   販売者 ギフト 所在地 京都府城陽市寺田8-2
>                                 代表者 山本しおり  TEL  0774-56-6428            
>       5000円で開業しませんか!!

No, I don't know what it means - except that something seems to be
on offer for 5000 yen.

But if you want to be able to see the original message, which was encoded
in iso-2022-jp, just make the following changes to upas/fs:

*** /n/sources/plan9//sys/src/cmd/upas/fs/fs.c	Thu Sep 18 15:55:47 2003
--- /sys/src/cmd/upas/fs/fs.c	Sat Nov  8 19:07:01 2003
***************
*** 1362,1367 ****
--- 1362,1368 ----
  	{ "iso-8859-1",		10,	1, nil, },
  	{ "iso-8859-2",		10,	2, "8859-2", },
  	{ "big5",		4,	2, "big5", },
+  	{ "iso-2022-jp",	11, 2, "jis", },
  };
  
  int
*** /n/sources/plan9//sys/src/cmd/upas/fs/mbox.c	Thu Sep 18 05:20:49 2003
--- /sys/src/cmd/upas/fs/mbox.c	Sat Nov  8 19:08:24 2003
***************
*** 1115,1120 ****
--- 1115,1129 ----
  			m->bend = x + len;
  			m->ballocd = 1;
  		}
+ 	} else if(cistrcmp(s_to_c(m->charset), "iso-2022-jp") == 0){
+ 		len = xtoutf("jis", &x, m->body, m->bend);
+ 		if(len != 0){
+ 			if(m->ballocd)
+ 				free(m->body);
+ 			m->body = x;
+ 			m->bend = x + len;
+ 			m->ballocd = 1;
+ 		}
  	} else if(cistrcmp(s_to_c(m->charset), "windows-1257") == 0
  			|| cistrcmp(s_to_c(m->charset), "windows-1252") == 0){
  		len = is8bit(m);


-- Richard Miller



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-08 19:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-08 18:02 [9fans] 未承諾広告※ 5000円開業パック 
2003-11-08 19:20 ` [9fans] reading email encoded in ISO-2022-JP Richard Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).