< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事
N :次の記事(自分と同じ返事先を持つ)
|<:スレッドの先頭
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
On Sep 8, 2008, at 7:57 PM, Tim Bray wrote:
>
> Well, I would rephrase that: "You only want to debut codepoints on
> the main stage if you want to make life easy for people doing
> serious text processing in Unicode." For me, a language that
> doesn't support serious Unicode text processing is unsatisfactory,
> but maybe I'm in a minority.
I would definately use an iterator over codepoints, it would make
implementing something like grapheme cluster support so much more
memory efficient.
Manfred