(j3.2006) UK10 paper
Van Snyder
Van.Snyder
Tue Oct 1 20:54:59 EDT 2013
On Tue, 2013-10-01 at 17:53 -0600, Dan Nagle wrote:
> Hi,
>
> On Oct 1, 2013, at 16:39 , Van Snyder <Van.Snyder at jpl.nasa.gov> wrote:
>
> > Why not just silently eliminate characters < 0x20?
>
> Remove the esc and leave the escape codes?
Convert DOS -> Unix.
Then keep 0x0a and maybe 0x0c, complain about ESC (0x1b), and delete
everything else < 0x20.
>
> >
> > On Tue, 2013-10-01 at 15:23 -0600, Dan Nagle wrote:
> >> Hi,
> >>
> >> check_non_ascii: do i = 1, max_text_len
> >>
> >> found_non_ascii: if( .not. ( ichar( blank) <= ichar( line( i: i)) &
> >> .and. ( code_del > ichar( line( i: i)) )) )then
> >>
> >> stop 'ERROR: non-ASCII character'
> >>
> >> end if found_non_ascii
> >>
> >> end do check_non_ascii
> >>
> >>
> >> On Oct 1, 2013, at 10:42 , David Muxworthy <d.muxworthy at bcs.org.uk> wrote:
> >>
> >>> On 1 Oct 2013,Dan Nagle wrote:
> >>>
> >>>> It's in the edit at 440:15, between the ( and the "
> >>>
> >>> No wonder I couldn't find it. I was looking for codes
> >>> outside 00 to 7f and that is 0f. Which ASCII codes are
> >>> considered to be non-ASCII?
> >>>
> >>> David
> >>>
> >>>
> >>> _______________________________________________
> >>> J3 mailing list
> >>> J3 at mailman.j3-fortran.org
> >>> http://mailman.j3-fortran.org/mailman/listinfo/j3
> >>
> >> --
> >>
> >> Cheers!
> >> Dan Nagle
> >>
> >>
> >>
> >>
> >>
> >>
> >> _______________________________________________
> >> J3 mailing list
> >> J3 at mailman.j3-fortran.org
> >> http://mailman.j3-fortran.org/mailman/listinfo/j3
> >
> >
> > _______________________________________________
> > J3 mailing list
> > J3 at mailman.j3-fortran.org
> > http://mailman.j3-fortran.org/mailman/listinfo/j3
>
> --
>
> Cheers!
> Dan Nagle
>
>
>
>
>
>
> _______________________________________________
> J3 mailing list
> J3 at mailman.j3-fortran.org
> http://mailman.j3-fortran.org/mailman/listinfo/j3
More information about the J3
mailing list