Re: [Kicad-developers] Cryptic characters in source

2020-02-08 Thread Kevin Cozens
On 2020-02-08 4:32 p.m., ja...@veith.net wrote: My editor shows non ascii cryptic characters in master cpp source what I cannot see in the browser. Here it is underscore M [snip] Can anybody confirm this ? Yes, I can confirm them. They are carriage return (ctrl-M) characters in the file. -

Re: [Kicad-developers] Cryptic characters in source

2020-02-08 Thread Christoph Moench-Tegeder
## Brian Piccioni (br...@documenteddesigns.com): > Perhaps I misunderstand but I don't see anything (screen grab from > notepad++ on Windows 10) Windows Line Endings, aka CR-LF. Unix-like systems use LF (line feed) only, while Windows uses carriage return+line feed. The usual representation on Li

Re: [Kicad-developers] Cryptic characters in source

2020-02-08 Thread ja...@veith.net
On 08.02.20 22:39, Brian Piccioni wrote: Perhaps I misunderstand but I don't see anything (screen grab from notepad++ on Windows 10) Sorry - did not recognize that its always EOL - somebody simply opened in a Windows editor ... ___ Mailing list: ht

Re: [Kicad-developers] Cryptic characters in source

2020-02-08 Thread Brian Piccioni
Perhaps I misunderstand but I don't see anything (screen grab from notepad++ on Windows 10) On 2020-02-08 4:32 p.m., ja...@veith.net wrote: My editor shows non ascii cryptic characters in master cpp source what I cannot see in the browser. Here it is underscore M and I tried using Emacs what s