< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事(自分と同じ返事先を持つ)
N :次の記事
|<:スレッドの先頭
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
On Sep 19, 2008, at 2:52 AM, Yukihiro Matsumoto wrote:
> I am sorry if my phrase appeared offensive. UTF-16 is a nasty beast,
> but as I stated we have other beasts (dummy encodings), so that simply
> removing UTF-16 would help us little. We have to do it consistently,
> if we do.
Actually, I think it would be perfectly OK to remove runtime support
for UTF-16, if you make input and output possible. I can't think of
any practical advantages to handling multiple UCS encodings, for
regexing or parsing or splitting or matching. UTF-16 is horrible; C#
and Java will be paying the price for choosing 16-bit characters long
after we're dead. -Tim