Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
Lib
UnicodeLib
Commits
a3d2481a
Commit
a3d2481a
authored
19 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Added Latin10.
Version 0.55. Tagged as 'Unicode-0_55'
parent
4f101f04
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
10 deletions
+12
-10
VersionNum
VersionNum
+10
-10
c/encoding
c/encoding
+1
-0
h/charsets
h/charsets
+1
-0
No files found.
VersionNum
View file @
a3d2481a
/* (0.5
4
)
/* (0.5
5
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.2.
*
*/
#define Module_MajorVersion_CMHG 0.5
4
#define Module_MajorVersion_CMHG 0.5
5
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 2
5
Aug 2005
#define Module_Date_CMHG 2
6
Aug 2005
#define Module_MajorVersion "0.5
4
"
#define Module_Version 5
4
#define Module_MajorVersion "0.5
5
"
#define Module_Version 5
5
#define Module_MinorVersion ""
#define Module_Date "2
5
Aug 2005"
#define Module_Date "2
6
Aug 2005"
#define Module_ApplicationDate "2
5
-Aug-05"
#define Module_ApplicationDate "2
6
-Aug-05"
#define Module_ComponentName "Unicode"
#define Module_ComponentPath "RiscOS/Sources/Lib/Unicode"
#define Module_FullVersion "0.5
4
"
#define Module_HelpVersion "0.5
4
(2
5
Aug 2005)"
#define Module_LibraryVersionInfo "0:5
4
"
#define Module_FullVersion "0.5
5
"
#define Module_HelpVersion "0.5
5
(2
6
Aug 2005)"
#define Module_LibraryVersionInfo "0:5
5
"
This diff is collapsed.
Click to expand it.
c/encoding
View file @
a3d2481a
...
...
@@ -77,6 +77,7 @@ static EncList enclist[] =
{
csISOLatin7
,
1
,
"/ISO-8859-13/ISO-IR-179/"
,
lang_ENGLISH
,
&
enc_iso8859
,
"
\x1B\x2D\x59
"
,
NULL
},
/* Select Baltic Rim right half */
{
csISOLatin8
,
1
,
"/ISO-8859-14/ISO-IR-199/"
,
lang_IRISH
,
&
enc_iso8859
,
"
\x1B\x2D\x5F
"
,
NULL
},
/* Select Celtic right half */
{
csISOLatin9
,
1
,
"/ISO-8859-15/ISO-IR-203/"
,
lang_ENGLISH
,
&
enc_iso8859
,
"
\x1B\x2D\x62\x1B\x2E\x42\x1B\x2F\x50
"
,
NULL
},
/* Select G1 Latin-9, G2 Latin-2, G3 supplement */
{
csISOLatin10
,
1
,
"/ISO-8859-16/ISO-IR-226/"
,
lang_ENGLISH
,
&
enc_iso8859
,
"
\x1B\x2D\x66\x1B\x2E\x41\x1B\x2F\x50
"
,
NULL
},
/* Select G1 Latin-10, G2 Latin-1, G3 supplement */
{
csISO6937
,
2
,
"/ISO-IR-156/"
,
lang_ENGLISH
,
&
enc_iso6937
,
"
\x1B\x2D\x52
"
,
NULL
},
/* Select ISO6937 right half */
{
csISO6937DVB
,
2
,
"/X-ISO-6937-DVB/X-DVB/"
,
lang_ENGLISH
,
&
enc_iso6937
,
NULL
,
NULL
},
{
csShiftJIS
/* 17 */
,
2
,
"/SHIFT_JIS/X-SJIS/"
,
lang_JAPANESE
,
&
enc_shiftjis
,
NULL
,
NULL
},
...
...
This diff is collapsed.
Click to expand it.
h/charsets
View file @
a3d2481a
...
...
@@ -207,6 +207,7 @@
#define csISOLatin7 109
#define csISOLatin8 110
#define csISOLatin9 111
#define csISOLatin10 112
#define csJISEncoding 16
#define csShiftJIS 17
#define csEUCPkdFmtJapanese 18
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment