From 2a2acc3269e64a327f321b2e042fb03443d01bbd Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 14 Oct 2014 21:00:11 +0100 Subject: Complete en -> html rename --- projects/iconv/index.html | 68 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 projects/iconv/index.html (limited to 'projects/iconv/index.html') diff --git a/projects/iconv/index.html b/projects/iconv/index.html new file mode 100644 index 0000000..cd5b6b6 --- /dev/null +++ b/projects/iconv/index.html @@ -0,0 +1,68 @@ + + + +Iconv for RISC OS + + + + + +
+ +
+ +

Iconv for RISC OS

+ +

What is Iconv?

+ +

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

+ +

Installation

+ +

You must follow these two steps carefully or installation will fail:

+ +
+
1. Merge !System directory
+
Use the System merge utility provided by Configure to merge the supplied !System directory with the one on your system.
+
2. Merge !Boot directory
+

Use the Boot merge facility in Configure to merge the supplied !Boot directory with the one on your system.

If there is no Boot merge facility provided on your system, simply drag the supplied !Boot directory over your existing boot structure.

+
+ +

Note: if you are unsure how to follow these steps, then please see the pictorial guide to resource installation on the NetSurf site.

+ +

Download

+ +

Please download iconv and follow the two installation steps above.

+ +

Source code

+ +

You can browse the source code via the online interface. Alternatively, you can check it out with Git:

+ +

$ git clone git://git.netsurf-browser.org/iconv.git

+ +

Iconv is licensed under the MIT Licence.

+ +

Contact

+ +

Please report any problems with this module directly to John-Mark Bell.

+ + + -- cgit v1.2.3