> but in ANSI newline delimiter is translated as "j" ?
\n is ^J (ctrl-J) so there's some logic there, but I wonder if something has been lost in the message. I'd guess it either displays ^J or an inverse-colour J, rather than just a plain lowercase j. Also possible that the j is a red herring and just some random character that's always there. Pasting a URL containing a newline into most browsers just truncates it at the newline, regardless of how much text is after. I o…
A stray "j" ruined my evening
11–20 of 36 posts
Re: A stray "j" ruined my evening
#12> but in ANSI newline delimiter is translated as "j" ?
\n is ^J (ctrl-J) so there's some logic there, but I wonder if something has been lost in the message. I'd guess it either displays ^J or an inverse-colour J, rather than just a plain lowercase j. Also possible that the j is a red herring and just some random character that's always there. Pasting a URL containing a newline into most browsers just truncates it at the newline, regardless of how much text is after. I o…
The same 'j' as vi uses for 'hjkl'. https://vi.stackexchange.com/questions/42426/why-did-vi-use-...
Re: A stray "j" ruined my evening
#13 J
Which renders as a smiley face.Re: A stray "j" ruined my evening
#14> but in ANSI newline delimiter is translated as "j" ?
\message{before ^^J after}
prints the following message: before
after
This is common in other old software too [1] [2], but TeX is where I see it the most often these days.[0]: https://tex.stackexchange.com/a/64848/270600
Re: A stray "j" ruined my evening
#15Earlier quoted context omitted.
\n is ^J (ctrl-J) so there's some logic there, but I wonder if something has been lost in the message. I'd guess it either displays ^J or an inverse-colour J, rather than just a plain lowercase j. Also possible that the j is a red herring and just some random character that's always there. Pasting a URL containing a newline into most browsers just truncates it at the newline, regardless of how much text is after. I o…
> \n is ^J (ctrl-J) so there's some logic there The same 'j' as vi uses for 'hjkl'. https://vi.stackexchange.com/questions/42426/why-did-vi-use-...
But I suppose you're saying ASCII 10 was chosen as newly because it aligns with the down arrow on keyboards of the time. Maybe.
Re: A stray "j" ruined my evening
#16Re: A stray "j" ruined my evening
#17Re: A stray "j" ruined my evening
#18> but in ANSI newline delimiter is translated as "j" ?
Re: A stray "j" ruined my evening
#19A stray "J" I encountered years ago: a certain client's support tickets would often end with a single "J", which was a little confusing as it was not one of their name initials. After a brief investigation, the original email source contained this: J Which renders as a smiley face.
Re: A stray "j" ruined my evening
#20A stray "J" I encountered years ago: a certain client's support tickets would often end with a single "J", which was a little confusing as it was not one of their name initials. After a brief investigation, the original email source contained this: J Which renders as a smiley face.