utf8proc

diff utf8proc.h @ 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 82d33620bb8a
line diff
     1.1 --- a/utf8proc.h	Fri May 01 12:00:00 2009 +0200
     1.2 +++ b/utf8proc.h	Wed Aug 19 12:00:00 2009 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - *  Copyright (c) 2006-2007 Jan Behrens, FlexiGuided GmbH, Berlin
     1.6 + *  Copyright (c) 2009 Public Software Group e. V., Berlin, Germany
     1.7   *
     1.8   *  Permission is hereby granted, free of charge, to any person obtaining a
     1.9   *  copy of this software and associated documentation files (the "Software"),
    1.10 @@ -23,8 +23,6 @@
    1.11  
    1.12  /*
    1.13   *  File name:    utf8proc.h
    1.14 - *  Version:      1.1.1
    1.15 - *  Last changed: 2007-07-22
    1.16   *
    1.17   *  Description:
    1.18   *  Header files for libutf8proc, which is a mapping tool for UTF-8 strings
    1.19 @@ -61,7 +59,7 @@
    1.20  #include <limits.h>
    1.21  
    1.22  #ifndef SSIZE_MAX
    1.23 -#define SSIZE_MAX (SIZE_MAX/2)
    1.24 +#define SSIZE_MAX ((size_t)SIZE_MAX/2)
    1.25  #endif
    1.26  
    1.27  #define UTF8PROC_NULLTERM  (1<<0)

Impressum / About Us