Sounds like you're having Unicode issues with your email too.

You might be able to see Oleg's post correctly here:
http://www.jsoftware.com/pipermail/programming/2009-March/014069.html



> From: Alexander Mikhailov
> 
> Sorry, I didn't get what UTF-8 verbatim means. I just got a
> bunch of question marks.
> 
> Alexander
> 
> -----
> 
> From: Oleg Kobchenko
> 
> It would be helpful, you explained what you are trying to do.
> 
> 
> > What do you mean by using UTF-8 verbatim?
> 
>    load 'regex'
>    T=: '? ??????? ??? ???????? ??????'  NB. test
>    V=: '?????'                          NB. some vowels
>    runs=: ;:^:_1@,@(rxmatches rxfrom])  NB. contigous runs
>    ('[^ ',V,']+') runs T
> ?? ??? ? ? ??? ? ? ? ?? ?

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to