Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21220

Re: Is this the right location to launch IDLE?

From John Salerno <johnjsal@gmail.com>
Newsgroups comp.lang.python
Subject Re: Is this the right location to launch IDLE?
Date 2012-03-04 21:00 -0800
Organization http://groups.google.com
Message-ID <23665576.3009.1330923650131.JavaMail.geo-discussion-forums@ynjd19> (permalink)
References <1902734.303.1330902461168.JavaMail.geo-discussion-forums@yncd8> <676893.2385.1330919478888.JavaMail.geo-discussion-forums@vbux23> <mailman.396.1330920442.3037.python-list@python.org>

Show all headers | View raw


> That would be a Notepad++ problem. That "" gibberish is what you
> get when a Unicode BOM (Byte Order Mark) character is encoded as UTF-8
> but decoded as ISO-8859-1 or CP-1252. A BOM is not recommended for
> UTF-8 text; there should be some setting in Notepad++ to suppress it.

You are my new hero! :) It works perfectly now!

I set the default for files to be UTF-8 without BOM, and I also checked the option that said "Apply to opened ANSI files." Is that okay?

Thank you!!!

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Is this the right location to launch IDLE? John Salerno <johnjsal@gmail.com> - 2012-03-04 15:07 -0800
  Re: Is this the right location to launch IDLE? Chris Rebert <clp2@rebertia.com> - 2012-03-04 18:53 -0800
  Re: Is this the right location to launch IDLE? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-03-04 22:33 -0500
  Re: Is this the right location to launch IDLE? John Salerno <johnjsal@gmail.com> - 2012-03-04 19:51 -0800
    Re: Is this the right location to launch IDLE? Chris Rebert <clp2@rebertia.com> - 2012-03-04 20:07 -0800
      Re: Is this the right location to launch IDLE? John Salerno <johnjsal@gmail.com> - 2012-03-04 21:00 -0800
      Re: Is this the right location to launch IDLE? John Salerno <johnjsal@gmail.com> - 2012-03-04 21:00 -0800

csiph-web