swig/Examples/ocaml/std_string
2003-02-25 01:19:25 +00:00
..
example.h std::string and std::wstring example. 2003-02-16 13:32:08 +00:00
example.i std::string and std::wstring example. 2003-02-16 13:32:08 +00:00
Makefile Fixed example makefiles and put extra -gs in the Examples Makefile.in 2003-02-25 01:19:25 +00:00
README std::string and std::wstring example. 2003-02-16 13:32:08 +00:00
runme.ml std::string and std::wstring example. 2003-02-16 13:32:08 +00:00

This example shows how to use both std::string and std::wstring in Ocaml,
and also demonstrates that one might use this to make a locale-obedient
Ocaml program.

These are two sample runs; note that the output is different based on the 
locale chosen to perform the conversion to wchar_t.

bash-2.05a$ ./example ja_JP.EUC-JP
the original string contains 2              
the new string contains 1 : [ 29494; ]
bash-2.05a$ ./example en_US
the original string contains 2
the new string contains 2 : [ 205; 177; ]