Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 874255f3b26b44feb57fbe38a7384518 > files > 141

gmerlin-0.4.1-2mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>gmerlin: /home/mandrake/rpm/BUILD/gmerlin-0.4.1/include/gmerlin/charset.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="dir_9de5cad15617e449f29680677e022ed8.html">include</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_4a3f2046eda2c9424010fb7393a61021.html">gmerlin</a>
  </div>
</div>
<div class="contents">
<h1>charset.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*****************************************************************</span>
<a name="l00002"></a>00002 <span class="comment"> * gmerlin - a general purpose multimedia framework and applications</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * Copyright (c) 2001 - 2008 Members of the Gmerlin project</span>
<a name="l00005"></a>00005 <span class="comment"> * gmerlin-general@lists.sourceforge.net</span>
<a name="l00006"></a>00006 <span class="comment"> * http://gmerlin.sourceforge.net</span>
<a name="l00007"></a>00007 <span class="comment"> *</span>
<a name="l00008"></a>00008 <span class="comment"> * This program is free software: you can redistribute it and/or modify</span>
<a name="l00009"></a>00009 <span class="comment"> * it under the terms of the GNU General Public License as published by</span>
<a name="l00010"></a>00010 <span class="comment"> * the Free Software Foundation, either version 2 of the License, or</span>
<a name="l00011"></a>00011 <span class="comment"> * (at your option) any later version.</span>
<a name="l00012"></a>00012 <span class="comment"> *</span>
<a name="l00013"></a>00013 <span class="comment"> * This program is distributed in the hope that it will be useful,</span>
<a name="l00014"></a>00014 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00015"></a>00015 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span>
<a name="l00016"></a>00016 <span class="comment"> * GNU General Public License for more details.</span>
<a name="l00017"></a>00017 <span class="comment"> *</span>
<a name="l00018"></a>00018 <span class="comment"> * You should have received a copy of the GNU General Public License</span>
<a name="l00019"></a>00019 <span class="comment"> * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.</span>
<a name="l00020"></a>00020 <span class="comment"> * *****************************************************************/</span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 
<a name="l00023"></a>00023 <span class="comment">/* Charset utilities (charset.c) */</span>
<a name="l00024"></a>00024 
<a name="l00036"></a><a class="code" href="group__charset.html#g9786f1766907036a26ef2ef83f943149">00036</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>bg_charset_converter_s <a class="code" href="group__charset.html#g9786f1766907036a26ef2ef83f943149" title="Opaque charset converter.">bg_charset_converter_t</a>;
<a name="l00037"></a>00037 
<a name="l00047"></a>00047 <a class="code" href="group__charset.html#g9786f1766907036a26ef2ef83f943149" title="Opaque charset converter.">bg_charset_converter_t</a> *
<a name="l00048"></a>00048 <a class="code" href="group__charset.html#g309bb85bc49a4fdb841e4fc82838932c" title="Create a charset converter.">bg_charset_converter_create</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * in_charset,
<a name="l00049"></a>00049                             <span class="keyword">const</span> <span class="keywordtype">char</span> * out_charset);
<a name="l00050"></a>00050 
<a name="l00055"></a>00055 <span class="keywordtype">void</span> <a class="code" href="group__charset.html#g0c62cbadb0919013fa9a1db77fe71321" title="Destroy a charset converter.">bg_charset_converter_destroy</a>(<a class="code" href="group__charset.html#g9786f1766907036a26ef2ef83f943149" title="Opaque charset converter.">bg_charset_converter_t</a> * cnv);
<a name="l00056"></a>00056 
<a name="l00065"></a>00065 <span class="keywordtype">char</span> * <a class="code" href="group__charset.html#gfe2c40356e2f1a3910ca13fba68c8d74" title="Convert a string.">bg_convert_string</a>(<a class="code" href="group__charset.html#g9786f1766907036a26ef2ef83f943149" title="Opaque charset converter.">bg_charset_converter_t</a> * cnv,
<a name="l00066"></a>00066                            <span class="keyword">const</span> <span class="keywordtype">char</span> * in_string, <span class="keywordtype">int</span> in_len,
<a name="l00067"></a>00067                            <span class="keywordtype">int</span> * out_len);
<a name="l00068"></a>00068 
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 22 01:28:04 2009 for gmerlin by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>