summaryrefslogtreecommitdiff
path: root/unicode/ReadMe
blob: 41e8069b6590236254e6a12c8fbe9ea06d333c9e (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
Unicode library
---------------

The contents of this directory must be obtained from RISC OS Open.

The include directory should contain the exported headers:

 + autojp.h
 + charsets.h
 + combine.h
 + encoding.h
 + iso10646.h
 + iso3166.h
 + languages.h
 + unictype.h
 + utf8.h
 + utf16.h

The lib directory should contain the library compiled for the host platform:

 + libunicode.a (renamed from ucodelib.a)

The libro directory should contain the library compiled for RISC OS:

 + libunicode.a (renamed from ucodelib.a)

If wanting to build the RISC OS module, ensure that the library was built with 
-mmodule. Otherwise, linking will fail with differing FP implementations.