I hadn't created a framework before too.
I remember that Julia always support unicode.I got it running even
using Chinese(UTF-8) in it before.
The function "replace" doesn't support char anymore.It get char when
the length of string is 1.
I wrote follows in "julia_webserver_string.j" for support temporarily,
but that's not a good way:
function replace(str::ASCIIString, ch::Char, replacement::ASCIIString)
replace(str, Regex(UTF8String([uint8(ch)])), replacement)
end
about me,I working on web development.I used PHP before and now using
python.So, I'm a python guys too. ^_^
In part time, I wrote a android application for meizu(heard about it?)
I spend 3 days to learn julia and wrote juliawebserver.I use tornado
currently.
May be you see that, the routes of template engine in juliawebserver
like tornado more or less.
Tornado is a very cool framework, I think.
But juliawebserver is so weak that only for test.
I'm sorry that heard nothing about matlab or octave.
That's so cool by working with other guys in the internet to make a
framework.
BTW,I poor in English, so if there is something wrong with my word and
fortunately you understand me.Please tell me the right way to used.