Annotation of charlint/Overview.html, revision 1.9

1.1       duerst      1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
                      2: "http://www.w3.org/TR/REC-html40/loose.dtd">
                      3: <HTML>
                      4: <HEAD>
                      5:   <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
                      6:   <META http-equiv="Content-Style-Type" content="text/css">
                      7:   <!--BASE href="http://www.w3.org/Consortium/Translation/"-->
                      8:   <!--LINK rel="stylesheet" href="../i18n.css"-->
                      9:   <STYLE type="text/css">
                     10:   <!--
                     11:     H1.title {text-align: center }
                     12:     P.toolbar { text-align: center }
                     13:     DIV.deliverable { margin-left: 2em;
                     14:                 margin-right: 2em }
                     15:     P.note { margin-left: 10%;
                     16:                 margin-right: 10%;
                     17:                 color: green }
                     18:     TH { text-align: left }
                     19:     TH, TD { padding: 2px }
                     20:     .external { font-style: italic }
                     21:   -->
                     22:   </STYLE>
                     23:   <TITLE>W3C Translations Overview</TITLE>
                     24:   <LINK rel="stylesheet" type="text/css" href="../../StyleSheets/base.css">
                     25: </HEAD>
                     26: <BODY bgcolor="#FFFFFF" text="#000000">
                     27: <P>
                     28: <A HREF="/"><IMG BORDER="0" ALT="W3C" WIDTH="72" HEIGHT="48" SRC="w3c_home"></A>
                     29: <H1>
1.3       duerst     30:   Charlint - A Character Normalization Tool
1.1       duerst     31: </H1>
1.3       duerst     32: <P>
1.7       duerst     33: <A href="#Perl">Perl source</A> | <A HREF="#Recommended">Recommended Character
                     34: Data File</A> | How to use | Future Plans | Background | Version History
1.4       duerst     35: <H3>
1.5       duerst     36:   <A NAME="Perl">Perl Source</A>
1.4       duerst     37: </H3>
1.3       duerst     38: <P>
1.4       duerst     39: Charlint is writen in Perl 5. You can get the source from
                     40: <A HREF="http://www.w3.org/International/charlint/charlint.pl">http://www.w3.org/International/charlint/charlint.pl</A>.
1.5       duerst     41: Charlint is covered by the
                     42: <A HREF="http://www.w3.org/Consortium/Legal/copyright-software.html">W3C
                     43: software licence</A>.
1.6       duerst     44: <H3>
1.7       duerst     45:   <A NAME="Recommended">Recommended Character Data File</A>
1.6       duerst     46: </H3>
1.1       duerst     47: <P>
1.7       duerst     48: Charlint needs information on characters in order to work correctly. To indicate
                     49: the file you want to use, please use the -f option. The currently recommended
1.8       duerst     50: character data file is available from
                     51: <A HREF="ftp://ftp.unicode.org/Public/3.0-Update/UnicodeData-3.0.0.beta.txt">ftp://ftp.unicode.org/Public/3.0-Update/UnicodeData-3.0.0.beta.txt</A>.
1.9     ! duerst     52: Additional information on this and other files can be found at
        !            53: <A HREF="http://www.unicode.org/unicode/standard/versions/Unicode3.0-beta.html">http://www.unicode.org/unicode/standard/versions/Unicode3.0-beta.html</A>.
1.1       duerst     54: <H3>
                     55: </H3>
                     56: <P>
                     57:   <HR>
                     58: <ADDRESS>
                     59:   <A HREF="mailto:duerst@w3.org">Martin D&uuml;rst</A> <BR>
                     60:   <A HREF="../Help/Webmaster.html">Webmaster</A> <BR>
                     61:   last revised $Date: 1999/06/23 12:51:49 $ by $Author: connolly $
                     62: </ADDRESS>
                     63: <P class=policyfooter>
                     64: <SMALL><A href="/Consortium/Legal/ipr-notice.html#Copyright">Copyright</A>
                     65: &nbsp;&copy;&nbsp; 1997 <A href="http://www.w3.org">W3C</A>
                     66: (<A href="http://www.lcs.mit.edu">MIT</A>,
                     67: <A href="http://www.inria.fr/">INRIA</A>,
                     68: <A href="http://www.keio.ac.jp/">Keio</A> ), All Rights Reserved. W3C
                     69: <A href="/Consortium/Legal/ipr-notice.html#Legal Disclaimer">liability,</A>
                     70: <A href="/Consortium/Legal/ipr-notice.html#W3C Trademarks">trademark</A>,
                     71: <A href="/Consortium/Legal/copyright-documents.html">document use </A>and
                     72: <A href="/Consortium/Legal/copyright-software.html">software licensing
                     73: </A>rules apply. Your interactions with this site are in accordance with
                     74: our <A href="/Consortium/Legal/privacy-statement.html#Public">public</A>
                     75: and <A href="/Consortium/Legal/privacy-statement.html#Members">Member</A>
                     76: privacy statements.</SMALL>
                     77: </BODY></HTML>

Webmaster