"The utility that formats data for display is octal_j_." http://jsoftware.com/pipermail/programming/2012-February/027016.html
-- Raul 2012/2/6 Brian Schott <schott.br...@gmail.com>: > Chris, > > I don't see how your verb octal_j_ relates to Fraser's issue. Could > you explain that please? Or did Fraser's post just prompt your > thoughts on a related issue? > > Thanks, > > On Mon, Feb 6, 2012 at 3:47 AM, chris burke <cbu...@jsoftware.com> wrote: >> Right, thanks. This is a better definition: >> >> octal_j_=: 3 : 0 >> t=. ,y >> if. LF e. t do. >> t=. octal each <;._2 t,LF >> }: ; t ,each LF return. >> end. >> u=. isutf8 t >> x=. a. i. t >> m=. x < 32 >> if. u > 1 e. m do. t return. end. >> m=. I. m +. u < x > 126 >> r=. t ,"0 1 [ 3 # EAV >> s=. '\',.}.1 ": 8 (#.^:_1) 255,m{x >> EAV -.~ , s m} r >> ) >> >> octal_j_ '時間',2 3 4 {a. >> 時間\002\003\004 >> > > -- > (B=) > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm