I downloaded Camomile and installed it, and I am ready to go to use it.
The question is how to use it?
in ocaml, for the default string, I just do let s = "a string";;
but what about Camomile ?
for example, if I want to build a string utf8 こんにちは (Japanese greeting word copied from google translate), how can I do this with Camomile ?
Edit:
It's funny that it says ocaml cannot support utf8 , but I tried this code
let s = "你好";; let _ = print_string s;print_string "\n";;
he worked in okamla. But why ?? 你好 is Chinese, how can 你好 print and process it if everyone says ocaml 4.00.1 cannot handle utf8 ?
Jackson tale
source share