_checkUnique が n進数に対応することが想定されていなかったのでさらに修正しました。 processHintInput の 処理 を ざっくり削除しています。 よかったら試して下さい。 diff -r d6b9e080fec1 char-hints-mod2.js --- a/char-hints-mod2.js Mon May 10 03:22:12 2010 +0900 +++ b/char-hints-mod2.js Mon May 10 20:05:55 2010 +0900 @@ -198,40 +198,15 @@ } //}}} function processHintInput(hintInput, hints) //{{{ { - if (timer) { - clearTimeout(timer); - timer = null; - } let start

