summaryrefslogtreecommitdiff
path: root/projects/iconv/index.en
blob: 5d4ae1307aa45916a57fa8c88a126df2d6c4e4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Iconv for RISC OS</title>
<link rel="stylesheet" type="text/css" href="/projects/projects.css">
<link rel="icon" type="image/png" href="/webimages/favicon.png">
</head>
<body>

<div class="projects">
<ul>
<li><a href="/">NetSurf</a></li>
<li><a href="/projects/hubbub/">Hubbub</a></li>
<li><a href="/projects/libcss/">LibCSS</a></li>
<li><a href="/projects/libdom/">LibDOM</a></li>
<li><a href="/projects/libparserutils/">LibParserUtils</a></li>
<li><a href="/projects/libwapcaplet/">LibWapcaplet</a></li>
<li><a href="/projects/libsvgtiny/">Libsvgtiny</a></li>
<li><a href="/projects/libnsfb/">LibNSFB</a></li>
<li><a href="/projects/libnsbmp/">Libnsbmp</a></li>
<li><a href="/projects/libnsgif/">Libnsgif</a></li>
<li><a href="/projects/librosprite/">LibROSprite</a></li>
<li><strong>Iconv</strong></li>
<li><a href="/projects/rufl/">RUfl</a></li>
<li><a href="/projects/ttf2f/">TTF2f</a></li>
<li><a href="/projects/tinct/">Tinct</a></li>
<li><a href="/projects/libpencil/">Libpencil</a></li>
</ul>
</div>

<h1>Iconv for RISC OS</h1>

<h2>What is Iconv?</h2>

<p>Iconv is a module for RISC OS which provides character set conversion akin to that provided by the C iconv() function.</p>

<h2>Installation</h2>

<p><strong>You must</strong> follow these <strong>two steps</strong> carefully or <strong>installation will fail</strong>:</p>

<dl class="instructions">
<dt><span>1. </span><span>Merge !System directory</span></dt>
<dd>Use the <strong>System merge</strong> utility provided by Configure to merge the supplied !System directory with the one on your system.</dd>
<dt><span>2. </span><span>Merge !Boot directory</span></dt>
<dd><p>Use the <strong>Boot merge</strong> facility in Configure to merge the supplied !Boot directory with the one on your system.</p><p>If there is no Boot merge facility provided on your system, simply drag the supplied !Boot directory over your existing boot structure.</p></dd>
</dl>

<p><strong>Note:</strong> if you are unsure how to follow these steps, then please see the pictorial <a href="/documentation/resinstall">guide to resource installation</a> on the NetSurf site.</p>

<h2>Download</h2>

<p>Please <a href="http://download.netsurf-browser.org/other/iconv/iconv_latest.zip">download iconv</a> and follow the <strong>two</strong> installation steps above.</p>

<h2>Source code</h2>

<p>You can <a href="http://source.netsurf-browser.org/trunk/iconv/">browse the source code</a> via the online interface. Alternatively, you can check it out of SVN:</p>

<p class="svncommand">$ svn co svn://svn.netsurf-browser.org/trunk/iconv</p>

<p>Iconv is licensed under the <a href="http://opensource.org/licenses/mit-license.php">MIT Licence</a>.</p>

<h2>Contact</h2>

<p>Please report any problems with this module directly to <a href="mailto:jmb@netsurf-browser.org">John-Mark Bell</a>.</p>

</body>
</html>