Sha256: 81ac9f2e3c3bc0843e13e349b00d0a18d3dc6f01f813581f6f3ab3fb9ef6e292
Contents?: true
Size: 894 Bytes
Versions: 4
Compression:
Stored size: 894 Bytes
Contents
/* * Rjb - Ruby <-> Java Bridge * Copyright(c) 2004 Kuwashima * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library 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 * Lesser General Public License for more details. * * $Id: riconv.h 2 2006-04-11 19:04:40Z arton $ */ #ifndef _RICONV_H #define _RICONV_H extern VALUE exticonv_local_to_utf8(VALUE); extern VALUE exticonv_utf8_to_local(VALUE); extern VALUE exticonv_cc(VALUE, const char*, const char*); extern VALUE exticonv_vv(VALUE, VALUE, VALUE); #endif /* _RICONV_H */
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rjb-1.0.1-mswin32 | ext/riconv.h |
rjb-1.0.0-mswin32 | ext/riconv.h |
rjb-1.0.0 | ext/riconv.h |
rjb-1.0.1 | ext/riconv.h |