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

Reply via email to