diff options
author | corvid <corvid@lavabit.com> | 2011-10-23 01:29:40 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-10-23 01:29:40 +0000 |
commit | 25af9dc9697fef5854984415d402e54121acb1cb (patch) | |
tree | b79e04300e55e0fa7f6ceb2aa4e5abe8c38c96c1 /dw/findtext.cc | |
parent | b040679dee4a3cc867e23fb9a93d49eddd5874a8 (diff) |
back out c6cbf3ae7ffd (LC_CTYPE)
I'd asked furaisanjin about input methods, and it sounded like it would be
okay, but it turns out that something goes wrong on his system after all
(LANG and the various LC_* set to ja_JP.eucJP normally, "while converting
to Kanji, font width is half and it's not easy to recognize.")
So I can't get away with the lazy fix after all.
Diffstat (limited to 'dw/findtext.cc')
-rw-r--r-- | dw/findtext.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dw/findtext.cc b/dw/findtext.cc index e7cd3597..9793db91 100644 --- a/dw/findtext.cc +++ b/dw/findtext.cc @@ -216,10 +216,6 @@ bool FindtextState::unhighlight () return false; } -/** \todo If this is made UTF8-aware one day, we might want to - * setlocale(LC_CTYPE, "") for the duration of the search. See the comment in - * main() for why we normally keep it set to "C". - */ bool FindtextState::search0 (bool backwards, bool firstTrial) { if (iterator->getChar () == CharIterator::END) |