Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
a580cd33
Commit
a580cd33
authored
5 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
More codepages: CP866 (Modified), ISO-8859-9, ISO-8859-8, KOI8-U, ISO-8859-15,
ISO-8859-5, CP850, CP865
parent
2c6becf7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/conio/allfonts.c
+11
-11
11 additions, 11 deletions
src/conio/allfonts.c
src/conio/utf8_codepages.c
+542
-0
542 additions, 0 deletions
src/conio/utf8_codepages.c
src/conio/utf8_codepages.h
+8
-0
8 additions, 0 deletions
src/conio/utf8_codepages.h
with
561 additions
and
11 deletions
src/conio/allfonts.c
+
11
−
11
View file @
a580cd33
...
...
@@ -3083,7 +3083,7 @@ CIOLIBEXPORT struct conio_font_data_struct conio_fontdata[257] = {
"\x00\x70\xd8\x30\x60\xc8\xf8\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
, NULL, NULL, NULL, "Codepage 866 (c) Russian", CIOLIB_CP
437
}
, NULL, NULL, NULL, "Codepage 866 (c) Russian", CIOLIB_CP
866M
}
,{"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
...
...
@@ -3340,7 +3340,7 @@ CIOLIBEXPORT struct conio_font_data_struct conio_fontdata[257] = {
"\x00\x00\x00\x00\x00\x38\x18\x18\x18\x18\x18\x3c\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x7c\xc6\x60\x38\x0c\xc6\x7c\x18\x30\x00\x00"
"\x00\x00\x66\x66\x00\xee\x66\x66\x66\x66\x66\x3e\x06\x0c\x38\x00"
, NULL, NULL, NULL, "ISO-8859-9 Turkish", CIOLIB_
CP437
}
, NULL, NULL, NULL, "ISO-8859-9 Turkish", CIOLIB_
ISO_8859_9
}
,{"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
...
...
@@ -4878,7 +4878,7 @@ CIOLIBEXPORT struct conio_font_data_struct conio_fontdata[257] = {
"\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00"
, NULL, "ISO-8859-8 Hebrew", CIOLIB_
CP437
}
, NULL, "ISO-8859-8 Hebrew", CIOLIB_
ISO_8859_8
}
,{"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
...
...
@@ -5647,7 +5647,7 @@ CIOLIBEXPORT struct conio_font_data_struct conio_fontdata[257] = {
"\xdb\xdb\xdb\xdb\xdb\xdb\xff\x03"
"\x66\x66\x66\x3e\x06\x06\x06\x00"
"\xe0\x60\x60\x7c\x66\x66\x7c\x00"
, NULL, "Ukrainian font koi8-u", CIOLIB_
CP437
}
, NULL, "Ukrainian font koi8-u", CIOLIB_
KOI8_U
}
,{"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
...
...
@@ -5904,7 +5904,7 @@ CIOLIBEXPORT struct conio_font_data_struct conio_fontdata[257] = {
"\x00\x00\x04\x08\x10\x00\x42\x42\x42\x42\x42\x3e\x02\x02\x3c\x00"
"\x00\x20\x20\x20\x3e\x21\x21\x21\x21\x31\x2e\x20\x20\x20\x00\x00"
"\x00\x00\x24\x24\x00\x00\x42\x42\x42\x42\x42\x3e\x02\x02\x3c\x00"
, NULL, NULL, NULL, "ISO-8859-15 West European, (thin)", CIOLIB_
CP437
}
, NULL, NULL, NULL, "ISO-8859-15 West European, (thin)", CIOLIB_
ISO_8859_15
}
,{"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
...
...
@@ -7956,7 +7956,7 @@ CIOLIBEXPORT struct conio_font_data_struct conio_fontdata[257] = {
"\x7e\xc0\x7c\xc6\x7c\x06\xfc\x00"
"\x18\x00\x66\x66\x3e\x06\x3c\x00"
"\x00\x00\xc6\xc6\xfe\x38\x38\x00"
, NULL, "ISO-8859-5 Cyrillic", CIOLIB_
CP437
}
, NULL, "ISO-8859-5 Cyrillic", CIOLIB_
ISO_8859_5
}
,{"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
...
...
@@ -9494,7 +9494,7 @@ CIOLIBEXPORT struct conio_font_data_struct conio_fontdata[257] = {
"\x18\x30\xcc\xcc\xcc\x7c\x0c\xf8"
"\xe0\x78\x6c\x66\x6c\x78\xe0\x00"
"\xcc\x00\xcc\xcc\xcc\x7c\x0c\xf8"
, NULL, "ISO-8859-15 West European", CIOLIB_
CP437
}
, NULL, "ISO-8859-15 West European", CIOLIB_
ISO_8859_15
}
,{"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x7e\x81\xa5\x81\x81\xbd\x99\x81\x81\x7e\x00\x00\x00\x00"
"\x00\x00\x7e\xff\xdb\xff\xff\xc3\xe7\xff\xff\x7e\x00\x00\x00\x00"
...
...
@@ -10007,7 +10007,7 @@ CIOLIBEXPORT struct conio_font_data_struct conio_fontdata[257] = {
"\x30\x48\x10\x20\x78\x00\x00\x00"
"\x00\x00\x3c\x3c\x3c\x3c\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00"
, NULL, "Codepage 850 Multilingual Latin I, (thin)", CIOLIB_CP
437
}
, NULL, "Codepage 850 Multilingual Latin I, (thin)", CIOLIB_CP
850
}
,{"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x7e\x81\xa5\x81\x81\xbd\x99\x81\x81\x7e\x00\x00\x00\x00"
"\x00\x00\x7e\xff\xdb\xff\xff\xc3\xe7\xff\xff\x7e\x00\x00\x00\x00"
...
...
@@ -10776,7 +10776,7 @@ CIOLIBEXPORT struct conio_font_data_struct conio_fontdata[257] = {
"\x78\x0c\x18\x30\x7c\x00\x00\x00"
"\x00\x00\x3c\x3c\x3c\x3c\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00"
, NULL, "Codepage 850 Multilingual Latin I", CIOLIB_CP
437
}
, NULL, "Codepage 850 Multilingual Latin I", CIOLIB_CP
850
}
,{"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x7e\x81\xa5\x81\x81\xbd\x99\x81\x81\x7e\x00\x00\x00\x00"
"\x00\x00\x7e\xff\xdb\xff\xff\xc3\xe7\xff\xff\x7e\x00\x00\x00\x00"
...
...
@@ -11289,7 +11289,7 @@ CIOLIBEXPORT struct conio_font_data_struct conio_fontdata[257] = {
"\x30\x48\x10\x20\x78\x00\x00\x00"
"\x00\x00\x3c\x3c\x3c\x3c\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00"
, NULL, "Codepage 8
8
5 Norwegian, (thin)", CIOLIB_CP
437
}
, NULL, "Codepage 8
6
5 Norwegian, (thin)", CIOLIB_CP
865
}
,{"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
...
...
@@ -16930,7 +16930,7 @@ CIOLIBEXPORT struct conio_font_data_struct conio_fontdata[257] = {
"\x78\x0c\x18\x30\x7c\x00\x00\x00"
"\x00\x00\x3c\x3c\x3c\x3c\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00"
, NULL, "Codepage 8
8
5 Norwegian", CIOLIB_CP
437
}
, NULL, "Codepage 8
6
5 Norwegian", CIOLIB_CP
865
}
,{"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x7e\x81\xa5\x81\x81\xa5\x99\x81\x81\x7e\x00\x00\x00\x00"
"\x00\x00\x7e\xff\xdb\xff\xff\xdb\xe7\xff\xff\x7e\x00\x00\x00\x00"
This diff is collapsed.
Click to expand it.
src/conio/utf8_codepages.c
+
542
−
0
View file @
a580cd33
This diff is collapsed.
Click to expand it.
src/conio/utf8_codepages.h
+
8
−
0
View file @
a580cd33
...
...
@@ -7,6 +7,14 @@ enum ciolib_codepage {
CIOLIB_KOI8_R
,
CIOLIB_ISO_8859_2
,
CIOLIB_ISO_8859_4
,
CIOLIB_CP866M
,
CIOLIB_ISO_8859_9
,
CIOLIB_ISO_8859_8
,
CIOLIB_KOI8_U
,
CIOLIB_ISO_8859_15
,
CIOLIB_ISO_8859_5
,
CIOLIB_CP850
,
CIOLIB_CP865
,
CIOLIB_CP_COUNT
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment