swig/Examples/ocaml/std_string
2005-11-27 02:17:20 +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 force examples to use preinst-swig, as is done in the test-suite 2005-11-27 02:17:20 +00:00
README std::string and std::wstring example. 2003-02-16 13:32:08 +00:00
runme.ml Removed useless C_list. 2003-11-12 04:33:18 +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; ]