Tuesday, December 4, 2012

Copy Paste Problems

  1. When copy from notepad and paste it into eclipse, if a String contains "'" (single quote), it will not be rendered properly on browser. The reason being is "single quote" in notepad is not a ASCII character.
  2. When maven commands(which contains -(minus)) are copied from notepad and pasted on command prompt, will show wired behavior. Just remove those minus and type it again. Then it will work as expected.