1219019Sgabor# $FreeBSD: releng/10.2/share/i18n/csmapper/MISC/RISCOS-LATIN1%UCS.src 219019 2011-02-25 00:04:39Z gabor $ 
2219019Sgabor# $NetBSD: RISCOS-LATIN1%UCS.src,v 1.1 2007/04/01 18:52:29 tnozaki Exp $
3219019Sgabor
4219019SgaborTYPE		ROWCOL
5219019SgaborNAME		"RISCOS-LATIN1/UCS"
6219019SgaborSRC_ZONE	0x00-0xFF
7219019SgaborOOB_MODE	ILSEQ
8219019SgaborDST_ILSEQ	0xFFFE
9219019SgaborDST_UNIT_BITS	16
10219019Sgabor
11219019SgaborBEGIN_MAP
12219019Sgabor#
13219019Sgabor# Id: RISCOS.TXT,v 1.1 2003/05/19 20:26:32 mleisher Exp
14219019Sgabor#
15219019Sgabor# The charset used on RISC OS ('Acorn RISC OS').  The same as Latin-1,
16219019Sgabor# except for extra printable characters from 0x80 until 0xA0.
17219019Sgabor#
18219019Sgabor# -- Ed Avis, <ed@membled.com>, 2001-03-08
19219019Sgabor#
20219019Sgabor# First everything from Latin-1 outside 0x80 -| 0xA0.
21219019Sgabor# Now the RISC OS specific characters.  This is from RISC OS 3.11.  In
22219019Sgabor# earlier versions of RISC OS, some of these were used for drawing
23219019Sgabor# window icons such as close and resize.  They're no longer used for
24219019Sgabor# that purpose, but remain in the character set.
25219019Sgabor#
26219019Sgabor# The Unicode value in each line, and the first comment, reflect the
27219019Sgabor# 8x8 'system font'.  The second comment shows how the character looks
28219019Sgabor# in Homerton, one of the outline fonts that comes with RISC OS.  The
29219019Sgabor# third comment shows the character for that position in fonts
30219019Sgabor# supplied by EFF, a third-party supplier of RISC OS outline fonts.
31219019Sgabor#
32219019Sgabor# A hollow square box with a hollow square box in its top left-hand
33219019Sgabor# corner.  (Imagine a square clock showing nine o'clock.)  It means
34219019Sgabor# 'resize window' and doesn't seem to have a Unicode equivalent.
35219019Sgabor#
36219019Sgabor# A 'bubble-writing' X, meaning 'close window'.  I have picked a
37219019Sgabor# Unicode character which will hopefully look similar, though the
38219019Sgabor# special meaning is not preserved.
39219019Sgabor#
40219019Sgabor# This character is very odd.  It looks like '8 to the power 7' - the
41219019Sgabor# 7 is to the right of and above the 8, so it's not 'seven eigths'.
42219019Sgabor# It might originally have been the 'maximize' button on windows.
43219019Sgabor#
44219019Sgabor# Four arrows for window scrollbars.  These appear as 'bubble' or
45219019Sgabor# hollow arrows.  Again, Unicode doesn't have characters with this
46219019Sgabor# meaning, but they should look about the same.
47219019Sgabor#
48219019Sgabor0x00 - 0x7F = 0x0000 -
49219019Sgabor0x80 = 0x221A
50219019Sgabor0x81 = 0x0174
51219019Sgabor0x82 = 0x0175
52219019Sgabor0x83 = 0x0083
53219019Sgabor0x84 = 0x2573
54219019Sgabor0x85 = 0x0176
55219019Sgabor0x86 = 0x0177
56219019Sgabor0x87 = 0x0087
57219019Sgabor0x88 = 0x21E6
58219019Sgabor0x89 = 0x21E8
59219019Sgabor0x8A = 0x21E9
60219019Sgabor0x8B = 0x21E7
61219019Sgabor0x8C = 0x2026
62219019Sgabor0x8D = 0x2122
63219019Sgabor0x8E = 0x2030
64219019Sgabor0x8F = 0x2022
65219019Sgabor0x90 = 0x2018
66219019Sgabor0x91 = 0x2019
67219019Sgabor0x92 = 0x2039
68219019Sgabor0x93 = 0x203A
69219019Sgabor0x94 = 0x201C
70219019Sgabor0x95 = 0x201D
71219019Sgabor0x96 = 0x201E
72219019Sgabor0x97 = 0x2013
73219019Sgabor0x98 = 0x2014
74219019Sgabor0x99 = 0x2212
75219019Sgabor0x9A = 0x0152
76219019Sgabor0x9B = 0x0153
77219019Sgabor0x9C = 0x2020
78219019Sgabor0x9D = 0x2021
79219019Sgabor0x9E = 0xFB01
80219019Sgabor0x9F = 0xFB02
81219019Sgabor0xA0 - 0xFF = 0x00A0 -
82219019SgaborEND_MAP
83