/* * Copyright (C) 2000 Ximian Inc. * * Authors: Michael Zucchi * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License * as published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef _CAMEL_CHARSET_MAP_H #define _CAMEL_CHARSET_MAP_H #include typedef struct _CamelCharset CamelCharset; struct _CamelCharset { unsigned int mask; int level; }; void camel_charset_init(CamelCharset *); void camel_charset_step(CamelCharset *, const char *in, int len); const char *camel_charset_best_name(CamelCharset *); /* helper function */ const char *camel_charset_best(const char *in, int len); #endif /* ! _CAMEL_CHARSET_MAP_H */ >
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
ome/commit/multimedia/rubygem-clutter-gstreamer?id=1769debda1eab2012e3b3175c0dfa814e87ce83b'>Update to 3.4.3
Commit message (Expand)AuthorAgeFilesLines
Sunpoet Po-Chuan Hsieh2020-05-132-4/+4
* Update to 3.4.2Sunpoet Po-Chuan Hsieh2020-05-042-4/+4
* Update to 3.4.1Sunpoet Po-Chuan Hsieh2019-10-292-4/+4
* Update to 3.3.8Sunpoet Po-Chuan Hsieh2019-09-292-4/+4
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2019-09-051-0/+1
* Update to 3.3.7Sunpoet Po-Chuan Hsieh2019-08-202-4/+4
* Update to 3.3.6Sunpoet Po-Chuan Hsieh2019-03-292-5/+5
* Update to 3.3.5Sunpoet Po-Chuan Hsieh2019-03-142-4/+4
* Update to 3.3.4Sunpoet Po-Chuan Hsieh2019-03-132-4/+4
* Update to 3.3.3Sunpoet Po-Chuan Hsieh2019-03-102-4/+4
* Update to 3.3.2Sunpoet Po-Chuan Hsieh2019-02-192-4/+4
* Update to 3.3.1Sunpoet Po-Chuan Hsieh2019-01-142-4/+4
* Update to 3.3.0Sunpoet Po-Chuan Hsieh2018-11-292-6/+7
* Update to 3.2.9Sunpoet Po-Chuan Hsieh2018-08-092-4/+4