Thanks, this seems fix \\ trains.

it raises index error on an empty string.
   evalbs ''
|index error: splitbs
|       evalbs''

or should it just return the empty string?

this seems correct,
   evalbs '\a\"'
\a"
but is the following expected?
   evalbs '\a\\'
\a\\

BTW json mandates strings should be enclosed by double quotes so that
literal true and false is different from "true" and "false", also the first
character is always ascii for auto-detecting character encoding.

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to