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

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

For the timebeing, it is necessary to apply the supplied patch to the
UnicodeLib source tree. Something like:

  patch -p0 -i unicode.jmb1.p

should do the trick.

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.