]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/letest/readme.html
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / test / letest / readme.html
index 8181c1b0cc646dcf8f33f1c2c400fcf26c81acd0..2acdfd3fb9f849a37d72f87fe1bf9c156798eed6 100644 (file)
@@ -4,7 +4,7 @@
   <meta http-equiv="Content-Type"
  content="text/html; charset=iso-8859-1">
   <meta name="Copyright"
- content="Copyright (c) 2001-2003, International Business Machines Corporation and others. All Rights Reserved.">
+ content="Copyright (c) 2001-2005, International Business Machines Corporation and others. All Rights Reserved.">
   <meta name="Author" content="Eric Mader">
   <meta name="GENERATOR"
  content="Mozilla/4.72 [en] (Windows NT 5.0; U) [Netscape]">
 <body>
 <h2> What are letest and gendata?</h2>
 letest is a program you can use to verify that you have built and
-installed the ICU LayoutEngine correctly. The test is not comprehensive,
+installed the ICU LayoutEngine correctly. The test is not
+comprehensive,
 it just verifies that the results of laying out some Devanagari, Arabic
 and Thai text are as expected. Once this test has passed, you can use
 the ICU LayoutEngine in your application knowing that it has been
 correctly installed and that the basic functionality is in place.
 <p>gendata is a program that is used by the ICU team to build the
-source file testdata.cpp, which contains the expected results of running
+source file testdata.cpp, which contains the expected results of
+running
 letest. Unless you have changed your copy of the LayoutEngine and want
 to validate the changes on other platforms, there's no reason for you
 to run this program. </p>
 <p>(The ICU team first runs a Windows application which uses the ICU
 LayoutEngine to display the text that letest uses. Once it has been
-verified that the text is displayed correctly, gendata is run to produce
+verified that the text is displayed correctly, gendata is run to
+produce
 testdata.cpp, and then letest is run on Windows to verify that letest
 still works with the new data.) <br>
 &nbsp; </p>
@@ -39,33 +42,41 @@ it. </p>
 when you invoke the runConfigureICU script. When you've done that,
 layout should build when you do "make all install" </p>
 <p>To build letest on Windows, just open the letest project in
-&lt;icu&gt;\source\test\letest and build it. On UNIX systems, connect to
+&lt;icu&gt;\source\test\letest and build it. On UNIX systems, connect
+to
 &lt;top-build-dir&gt;/test/letest and do "make all" <br>
 &nbsp; </p>
 <h2> How do I run letest?</h2>
 Before you can run letest, you'll need to get the fonts it uses. For
-legal reasons, we can't include them with ICU, but you can download them
+legal reasons, we can't include them with ICU, but you can download
+them
 from the web. To do this, you'll need access to a computer running
 Windows. Here's how to get the fonts:
-<p>Download the 1.3 version of the JDK from the<a
- href="http://www.ibm.com/java"> IBM developerWorks Java technology zone</a>
-page. From this page, follow the "Tools and products" link on the left
-hand side, and then the link for the "IBM Developer Kit for Linux", or
-the "IBM Developer Kit for Windows(R), Release 1.3.0". You'll need to
-register with them if you haven't downloaded before. Download and
-install the "Runtime Environment Package." You'll need two fonts from
-this package. If you've let the installer use it's defaults, the fonts
-will be in C:\Program Files\IBM\Java13\jre\lib\fonts. The files you want
-are "LucidaSansRegular.ttf" and "Thonburi.ttf" Copy these font files to
-the directory from which you'll run letest.<br>
+<p>Download a recent version of the Java 2 Platform, Standard Edition
+(J2SE) from <a href="http://java.sun.com/j2se.index.jsp">java.sun.com</a>.
+From this page, follow the link for the version you want to download,
+and then select the "Downloads" link on the left side of the page.
+Select either the SDK or the JRE. (The JRE is sufficient for letest.)
+Read the license agreement and click on "Accept" if you agree. This
+will take you to the actual download page. Download the package and
+install it. You'll need one font. On Windows, it will be in, for
+example, "C:\j2sdk1.4.2_06/jre/lib/fonts. The file you want is
+"LucidaSansRegular.ttf". Copy this file into the directory from which
+you'll run letest.<br>
 </p>
 <p>Next is the Hindi font. Go to the&nbsp; NCST site and download&nbsp;<a
  href="http://rohini.ncst.ernet.in/indix/download/font/raghu.ttf">
-raghu.ttf</a>. Be sure to look at the&nbsp;<a
- href="http://rohini.ncst.ernet.in/indix/download/font/README"> README</a>
+raghu.ttf</a>. Be sure to look at the <a
+ href="http://rohini.ncst.ernet.in/indix/download/font/README">README</a>
 file before you download the font. You can download raghu.ttf into the
 directory from which you'll run letest.<br>
 </p>
+<p>Then download the Thai font. Go to <a
+ href="http://www.into-asia.com/thai_language/thaifont/">into-asia.com</a>
+and click on the link for the Angsana font. This will download a .ZIP
+file. Extract the font file, angsd___.ttf, into the directory from
+which you will run letest.<br>
+</p>
 <p>There's still one more font to get, the Code2000 Unicode font.Go to
 James Kass' &nbsp;<a href="http://home.att.net/%7Ejameskass/">Unicode
 Support In Your Browser</a> page and click on the link that says "Click
@@ -84,6 +95,6 @@ something like this: </p>
 <blockquote><tt>Test 0, font = raghu.ttf... passed.</tt> <br>
   <tt>Test 1, font = CODE2000.TTF... passed.</tt> <br>
   <tt>Test 2, font = LucidaSansRegular.ttf... passed.</tt> <br>
-  <tt>Test 3, font = Thonburi.ttf... passed.</tt></blockquote>
+  <tt>Test 3, font = angsd___.ttf... passed.</tt></blockquote>
 </body>
 </html>