Is it normal that it bothers me when is it normal posts make the "i" lowercase?

Whenever I make an is it normal post and I say "I" as in "is it normal I hate so and so" in the title - it automatically makes the "i" lower case. It bothers me, being the grammar freak that I am. But it doesn't matter how many times I edit it, it still stays the same. Why is this?

Voting Results
67% Normal
Based on 6 votes (4 yes)
Help us keep this site organized and clean. Thanks!
[ Report Post ]
Comments ( 7 )
  • JustAHuman

    I don't know but it bugs me too. It's not just "I." It is every capital letter, except the first one. So if you put someone's name in the title, their names will be all lowercase. e.g. tom hanks.

    Comment Hidden ( show )
      -
    • Millie_the_evil_saint

      cAn i bug yOu tOdaYYYY?? hihi

      Comment Hidden ( show )
  • Millie_the_evil_saint

    iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii i find it funny haha

    Comment Hidden ( show )
  • BoomerLady

    Lower case i for (I) has been around since the 1990's, i don't mind it one bit, it means the same whether you write i or I. It means first person. But not capitalizing first letters where they should be such as Arkansas or tom jones, that really bugs the boogers out of me!

    Comment Hidden ( show )
      -
    • Millie_the_evil_saint

      helo boomer lady. please dont flick ur boogers at meh. thats not cute tehe.

      Comment Hidden ( show )
  • raisinbran

    var question = "SHOUTING ALL CAPS QUESTION"
    var lowerCase = question.toLowerCase();
    var firstUpperCase = lowerCase.charAt(0).toUpperCase() + lowerCase.slice(1);

    ... is why.

    He'd have to write code that could distinguish proper nouns.

    Comment Hidden ( show )
      -
    • ospry

      you could use regex to search for "iin" and capitalize it

      Comment Hidden ( show )