swig/Examples/ocaml/std_string
Art Yerkes a1fa5ec2c1 Added info about dynamic linking to doc
Added dynamic targets to example makefiles
Added ocaml_dynamic and ocaml_dynamic_cpp targets to Examples/Makefile.in
Added OCAMLFIND and OCAMLDLGEN AC_SUBST lines in configure.in
Currently, dynamic linking relies on ocamlfind and Gerd Stolpmann's Dl package,
as well as some tricky elf linking.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4413 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-27 09:25:00 +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 Added info about dynamic linking to doc 2003-02-27 09:25:00 +00:00
README std::string and std::wstring example. 2003-02-16 13:32:08 +00:00
runme.ml Added to typemaps: reference type in/out 2003-02-27 07:09:12 +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; ]