X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fpxp%2Ftools%2Fucs2_to_utf8%2FREADME;fp=helm%2FDEVEL%2Fpxp%2Fpxp%2Ftools%2Fucs2_to_utf8%2FREADME;h=0000000000000000000000000000000000000000;hb=e108abe5c0b4eb841c4ad332229a6c0e57e70079;hp=d02ae8cf57a266ae316450015ecca0dd4f5edffa;hpb=1456c337a60f6677ee742ff7891d43fc382359a9;p=helm.git diff --git a/helm/DEVEL/pxp/pxp/tools/ucs2_to_utf8/README b/helm/DEVEL/pxp/pxp/tools/ucs2_to_utf8/README deleted file mode 100644 index d02ae8cf5..000000000 --- a/helm/DEVEL/pxp/pxp/tools/ucs2_to_utf8/README +++ /dev/null @@ -1,15 +0,0 @@ -(******************************************************) -(* Claudio Sacerdoti Coen *) -(* 14/05/2000 *) -(******************************************************) - -How to compile: "make clean && make depend && make && make opt" - -Usage: "cat input.mll | ./ucs2_to_utf8 > output.mll" - where in input.mll there are definitions of ucs2 regular expressions - and in output.mll there are the same utf8 regular expressions in the - format expected by ocamllex - - See input/input.mll for an example (the definitions are taken from the - appendix B of the XML reccomendation) and input/example.mll for a - smaller one.