utf8proc

diff README @ 10:00d2bcbdc945

Version 1.1.4

- replaced C++ style comments for compatibility reasons
- added typecasts to suppress compiler warnings
- removed redundant source files for ruby-gemfile generation
- Changed copyright notice for Public Software Group e. V.
- Minor changes in the README file
author jbe
date Wed Aug 19 12:00:00 2009 +0200 (2009-08-19)
parents 951e73a98021
children
line diff
     1.1 --- a/README	Fri May 01 12:00:00 2009 +0200
     1.2 +++ b/README	Wed Aug 19 12:00:00 2009 +0200
     1.3 @@ -8,18 +8,19 @@
     1.4  the ruby library call "make ruby-library" and for compilation of the
     1.5  PostgreSQL extension call "make pgsql-library".
     1.6  
     1.7 +For ruby you can also create a gem-file by calling "make ruby-gem".
     1.8 +
     1.9  "make all" can be used to build everything, but both ruby and PostgreSQL
    1.10  installations are required in this case.
    1.11  
    1.12 -For ruby there is alternatively provided a gem-file "utf8proc-1.1.3.gem".
    1.13 -
    1.14  
    1.15  *** GENERAL INFORMATION ***
    1.16  
    1.17  The C library is found in this directory after successful compilation and
    1.18  is named "libutf8proc.a" and "libutf8proc.so". The ruby library consists of
    1.19  the files "utf8proc.rb" and "utf8proc_native.so", which are found in the
    1.20 -subdirectory "ruby/". The PostgreSQL extension is named "utf8proc_pgsql.so"
    1.21 +subdirectory "ruby/". If you chose to create a gem-file it is placed in the
    1.22 +"ruby/gem" directory. The PostgreSQL extension is named "utf8proc_pgsql.so"
    1.23  and resides in the "pgsql/" directory.
    1.24  
    1.25  Both the ruby library and the PostgreSQL extension are built as stand-alone
    1.26 @@ -28,7 +29,7 @@
    1.27  
    1.28  The Unicode version being supported is 5.0.0.
    1.29  Note: Version 4.1.0 of Unicode Standard Annex #29 was used, as
    1.30 -      version 5.0.0 had not been available yet.
    1.31 +      version 5.0.0 had not been available at the time of implementation.
    1.32  
    1.33  For Unicode normalizations, the following options have to be used:
    1.34  Normalization Form C:  STABLE, COMPOSE
    1.35 @@ -108,10 +109,8 @@
    1.36  *** CONTACT ***
    1.37  
    1.38  If you find any bugs or experience difficulties in compiling this software,
    1.39 -please contact me:
    1.40 +please contact us:
    1.41  
    1.42 -Project page: http://www.flexiguided.de/publications.utf8proc.en.html
    1.43 -Contact form: http://www.flexiguided.de/contactform.en.html
    1.44 +Project page: http://www.public-software-group.org/utf8proc
    1.45  
    1.46 -Jan Behrens
    1.47  

Impressum / About Us