/[svn]/misc/encodings.mli
ViewVC logotype

Contents of /misc/encodings.mli

Parent Directory Parent Directory | Revision Log Revision Log


Revision 79 - (show annotations)
Tue Jul 10 17:04:28 2007 UTC (5 years, 10 months ago) by abate
File size: 214 byte(s)
[r2002-11-06 10:10:54 by cvscast] Empty log message

Original author: cvscast
Date: 2002-11-06 10:11:15+00:00
1 type uchar = int
2
3 module type T =
4 sig
5 val get: string -> int -> uchar
6 val next: string -> int -> int
7
8 val put: string -> int -> uchar -> int
9 val bytes: uchar -> int
10 end
11
12 module Iso88591 : T
13 module Utf8 : T

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5