Better to change to UTF-8 We are gradually going over to Unicode
2011/11/27 Kip Murray <[email protected]> > Linda, something strange is happening between my email program and yours. > > The SECOND display in my message below, under "jbd 1", has gone from me > to you and returned to me unchanged: the boxing is made up entirely of > pluses, minuses, and vertical bars that I can type using my keyboard. > > The FIRST display, under "jbd 0", has changed. The boxing in the > version I sent was made entirely of characters I cannot type using my > keyboard, but in the version that came back to me, the bottom row of > boxing characters consists of the letter L followed by a minus and a > plus, then four minuses, a plus, two minuses, a plus, and six minuses. > There are other changes in the boxing characters, for example the > letter T appears three times in the top row. > > I report the symptoms hoping someone else can help. For what it is > worth, the default character encoding for my email program, Thunderbird, > is Western (ISO-8859-1). > > On 11/26/2011 6:19 PM, Linda Alvord wrote: > > My problem is not with my output in jijx. The problem occurs when I past > > into a new e-mail message. > > > > Linda > > > > -----Original Message----- > > From: [email protected] > > [mailto:[email protected]] On Behalf Of Kip Murray > > Sent: Saturday, November 26, 2011 1:21 PM > > To: Programming forum > > Subject: Re: [Jprogramming] FW: Copying a result > > > > Linda, in JHS jbd 0 selects "solid line" boxes and jbd 1 selects "plus > > and minus" boxes: > > > > jbd 0 > > ;: 'a list of boxes' > > --T----T--T-----┐ > > │a│list│of│boxes│ > > L-+----+--+------ > > jbd 1 > > ;: 'a list of boxes' > > +-+----+--+-----+ > > |a|list|of|boxes| > > +-+----+--+-----+ > > > > > > On 11/26/2011 8:58 AM, Henry Rich wrote: > >> I use the following verb (two lines, watch line wrap): > >> > >> NB. Set box characters for email. y is 1 to go to email, _1 to come out > >> of email > >> setboxforemail =: 3 : 0 > >> y =. {.y,1 > >> 9!:7 a. {~ (y=1){:: 16 17 18 19 20 21 22 23 24 25 26;43 43 43 43 43 43 > >> 43 43 43 124 45 > >> ) > >> > >> > >> ;: 'a list of boxes' > >> --T----T--T-----┐ > >> │a│list│of│boxes│ > >> L-+----+--+------ > >> setboxforemail 1 > >> > >> ;: 'a list of boxes' > >> +-+----+--+-----+ > >> |a|list|of|boxes| > >> +-+----+--+-----+ > >> > >> Then you have to hope the reader is using a fixed-width font. > >> > >> Henry Rich > >> > >> > >> On 11/26/2011 4:56 AM, Linda Alvord wrote: > >>> > >>> > >>> _____________________________________________ > >>> From: Linda Alvord [mailto:[email protected]] > >>> Sent: Saturday, November 26, 2011 4:53 AM > >>> To: 'Linda Alvord' > >>> Subject: Copying a result > >>> > >>> > >>> dice > >>> ----T---T---T---T---T---┐ > >>> │ │o │o │o o│o o│o o│ > >>> │ o │ │ o │ │ o │o o│ > >>> │ │ o│ o│o o│o o│o o│ > >>> L---+---+---+---+---+---- > >>> > >>> dice > >>> ----T---T---T---T---T---┐ > >>> │ │o │o │o o│o o│o o│ > >>> │ o │ │ o │ │ o │o o│ > >>> │ │ o │ o│o o│o o│o o│ > >>> L---+---+---+---+-- +--- - > >>> > >>> I want this to look right in an e-mail > >>> > >>> Linda > >>> ---------------------------------------------------------------------- > >>> For information about J forums see http://www.jsoftware.com/forums.htm > >> ---------------------------------------------------------------------- > >> For information about J forums see http://www.jsoftware.com/forums.htm > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > -- Björn Helgason, Verkfræðingur Fornustekkum II 781 Hornafirði, t-póst: [email protected] gsm: +3546985532 twitter: @flugfiskur http://groups.google.com/group/J-Programming Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans góður kennari getur stigið á tær án þess að glansinn fari af skónum /|_ .-----------------------------------. ,' .\ / | Með léttri lund verður | ,--' _,' | Dagurinn í dag | / / | Enn betri en gærdagurinn | ( -. | `-----------------------------------' | ) | (\_ _/) (`-. '--.) (='.'=) ♖♘♗♕♔♙ `. )----' (")_(") ☃☠ ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
