Annotation of charlint/Overview.html, revision 1.12

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
1.12    ! duerst     34: Data File</A> | <A HREF="#How">How to use</A> | Future Plans | Background
        !            35: | Version History
1.4       duerst     36: <H3>
1.12    ! duerst     37:   <A NAME="Perl">Perl Source</A> and Installation
1.4       duerst     38: </H3>
1.3       duerst     39: <P>
1.4       duerst     40: Charlint is writen in Perl 5. You can get the source from
                     41: <A HREF="http://www.w3.org/International/charlint/charlint.pl">http://www.w3.org/International/charlint/charlint.pl</A>.
1.5       duerst     42: Charlint is covered by the
                     43: <A HREF="http://www.w3.org/Consortium/Legal/copyright-software.html">W3C
1.12    ! duerst     44: software licence</A>. To install charlint, please make sure you have installed
        !            45: Perl 5, you have downloaded an appropriate character data file, and you have
        !            46: downloaded the source.
1.6       duerst     47: <H3>
1.7       duerst     48:   <A NAME="Recommended">Recommended Character Data File</A>
1.6       duerst     49: </H3>
1.1       duerst     50: <P>
1.7       duerst     51: Charlint needs information on characters in order to work correctly. To indicate
                     52: the file you want to use, please use the -f option. The currently recommended
1.8       duerst     53: character data file is available from
                     54: <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     55: Additional information on this and other files can be found at
                     56: <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.10      duerst     57: Please note that this data file is a beta version; the beta test will last
                     58: up to 15 August 1999. Using charlint is one way to test this data file. Please
                     59: send any comments on <EM>the data file</EM> to
                     60: <A HREF="mailto:errata@unicode.org">errata@unicode.org</A>.
1.1       duerst     61: <H3>
1.12    ! duerst     62:   <A NAME="How">How to use charlint</A>
1.11      duerst     63: </H3>
                     64: <P>
1.12    ! duerst     65: Charlint
1.11      duerst     66: <H3>
1.1       duerst     67: </H3>
                     68: <P>
                     69:   <HR>
                     70: <ADDRESS>
                     71:   <A HREF="mailto:duerst@w3.org">Martin D&uuml;rst</A> <BR>
                     72:   <A HREF="../Help/Webmaster.html">Webmaster</A> <BR>
                     73:   last revised $Date: 1999/06/23 12:51:49 $ by $Author: connolly $
                     74: </ADDRESS>
                     75: <P class=policyfooter>
                     76: <SMALL><A href="/Consortium/Legal/ipr-notice.html#Copyright">Copyright</A>
                     77: &nbsp;&copy;&nbsp; 1997 <A href="http://www.w3.org">W3C</A>
                     78: (<A href="http://www.lcs.mit.edu">MIT</A>,
                     79: <A href="http://www.inria.fr/">INRIA</A>,
                     80: <A href="http://www.keio.ac.jp/">Keio</A> ), All Rights Reserved. W3C
                     81: <A href="/Consortium/Legal/ipr-notice.html#Legal Disclaimer">liability,</A>
                     82: <A href="/Consortium/Legal/ipr-notice.html#W3C Trademarks">trademark</A>,
                     83: <A href="/Consortium/Legal/copyright-documents.html">document use </A>and
                     84: <A href="/Consortium/Legal/copyright-software.html">software licensing
                     85: </A>rules apply. Your interactions with this site are in accordance with
                     86: our <A href="/Consortium/Legal/privacy-statement.html#Public">public</A>
                     87: and <A href="/Consortium/Legal/privacy-statement.html#Members">Member</A>
                     88: privacy statements.</SMALL>
                     89: </BODY></HTML>

Webmaster