Re: Tutorial
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmrZgfysEzG3Ar=nr9DP26CT3F7DYxFrgRvB2y7BO757mA@mail.gmail.com> |
On Fri, Dec 9, 2016 at 1:26 AM, Arie van Wingerden <[email protected]> wrote: > Hi Chris, > > the example with the webbrowser does not work as designed in Windows. > > When the URL is entered from Stdin it contains CRLF. > After doing this it works: > handle_url(String.trim_all_whites(url)); > Hmm, where's that example? That one's a pretty straight-forward fix. ChrisA