50 ms·
'I' doesn't seem to work. It is very common. https://books.google.com/ngrams/graph?content=I%2C+you&year_start=1800&year_end=2000&corpus=15&smoothing=3&share=&d
by uberalex 12y ago
'I' doesn't seem to work. It is very common.
https://books.google.com/ngrams/graph?content=I%2C+you&year_start=1800&year_end=2000&corpus=15&smoothing=3&share=&direct_url=t1%3B%2CI%3B%2Cc0%3B.t1%3B%2Cyou%3B%2Cc0 https://books.google.com/ngrams/graph?content=I%2C+you&year_...
- copsarebastards 12y agoTry lower-casing it. EDIT: This looks like a case of a common programming antipattern: you don't care about the casing for comparison purposes, so instead of implementing a case-insensitive compare, you downcase the strings and call it a day. But that's inherently a loss of data, and not having that data will eventually come back to bite you.
- impostervt 12y agoShould be fixed now.