-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(license): update to Unicode License v3
* See: unicode-org/.github#6
- Loading branch information
Showing
2 changed files
with
55 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Copyright (c) 1998-2009 IBM and Others. | ||
I C U - A P P S | ||
# icu-demos | ||
|
||
----------------- | ||
|
||
This package contains sample applications built using the ICU. For | ||
|
@@ -22,12 +22,12 @@ BUILDING | |
|
||
*** UNIX (or other command line platforms): | ||
|
||
1. Build and install the ICU ('make install'). Make note of the | ||
1. Build and install the ICU ('make install'). Make note of the | ||
prefix used to build the ICU, which can be set with the | ||
'--prefix=' option to it's ./configure. | ||
|
||
2. icu-config doesn't need to be on your PATH - just make sure the same --prefix is used as that which built ICU. | ||
|
||
3. Run the ./configure script in the icuapps directory. You will need | ||
to supply the same '--prefix=XXX' argument that was passed to the | ||
ICU. | ||
|
@@ -40,7 +40,7 @@ BUILDING | |
cd ...somewhere/icu | ||
./configure --prefix=/var/local | ||
make install | ||
|
||
ICUAPPS: | ||
cd ...somewhere/icuapps (THIS directory) | ||
./configure --prefix=/var/local | ||
|
@@ -56,13 +56,13 @@ BUILDING | |
RUNNING CGIS | ||
------------ | ||
|
||
Windows systems: | ||
Windows systems: | ||
Put the CGIs and ICU DLLs in the CGI-BIN directory. | ||
|
||
UNIX type systems: | ||
You will need to make sure ICU libraries are on the path, if ICU was not built statically. | ||
One option is to populate the cgi-bin directory with 'wrapper' scripts. Create copies or | ||
symlinks of this script with the name of the cgis (locexp, ubrowse, etc). Change the 'ICU' | ||
One option is to populate the cgi-bin directory with 'wrapper' scripts. Create copies or | ||
symlinks of this script with the name of the cgis (locexp, ubrowse, etc). Change the 'ICU' | ||
variable to point at the base of the installed ICU. (the prefix). | ||
|
||
---------------------------- | ||
|
@@ -81,13 +81,13 @@ exec ${ICU}/bin/${ME} | |
THE APPS | ||
|
||
|
||
- uconv From : Jonas Utterstrom | ||
- uconv From : Jonas Utterstrom | ||
<[email protected]> | ||
Uses : Conversion | ||
|
||
This program will convert data file(s) from one encoding to another | ||
via Unicode. | ||
|
||
As of ICU 1.9, this program is now part of the main ICU build. Though | ||
it is still not supported it is more convenient there. | ||
|
||
|
@@ -102,7 +102,7 @@ THE APPS | |
of text. | ||
|
||
* a command line example program (usort) which will sort lines | ||
from the console or the file, similar to UNIX 'sort'. | ||
from the console or the file, similar to UNIX 'sort'. | ||
|
||
- locexp From : Steven R. Loomis | ||
<srl [at] icu-project.org> | ||
|
@@ -136,20 +136,23 @@ THE APPS | |
|
||
- xlitomatic From: Steven R. Loomis | ||
<srl [at] icu-project.org> | ||
|
||
Uses: transliteration | ||
Depends on: locexp/util, etc. | ||
|
||
* Transliterates HTML files using any transliterator. C++. | ||
|
||
- calexpo From: Steven R. Loomis [NOT CHECKED IN] | ||
<srl [at] icu-project.org> | ||
|
||
Uses: Date/Time formatting, Calendar | ||
|
||
* Demonstrates the flexibility of the Calendar class. | ||
|
||
- Your contribution could be here too! Write: <[email protected]> | ||
### Copyright & Licenses | ||
|
||
----------------- | ||
(c) 1999, 2000 IBM, Inc. and others | ||
Copyright © 2001-2023 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries. | ||
|
||
The project is released under [LICENSE](./LICENSE). | ||
|
||
A CLA is required to contribute to this project - please refer to the [CONTRIBUTING.md](https://github.com/unicode-org/.github/blob/main/.github/CONTRIBUTING.md) file (or start a Pull Request) for more information. |