2009-11-10 15:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* src/codepage/cpes850c.c
  * src/codepage/cpnl850.c
  * src/codepage/cpde850.c
  * src/codepage/cpfi850.c
  * src/codepage/cpit850.c
    ! Wrong CP in descriptions.
This commit is contained in:
Viktor Szakats
2009-11-10 14:15:53 +00:00
parent 66468dc258
commit 6e88027684
6 changed files with 13 additions and 5 deletions

View File

@@ -17,6 +17,14 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-11-10 15:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/codepage/cpes850c.c
* src/codepage/cpnl850.c
* src/codepage/cpde850.c
* src/codepage/cpfi850.c
* src/codepage/cpit850.c
! Wrong CP in descriptions.
2009-11-10 15:05 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* codepage/Makefile
- codepage/cpesisoc.c

View File

@@ -23,7 +23,7 @@ static const unsigned char s_sort [ 256 ] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
static HB_CODEPAGE s_codePage =
{
"DE850",
"German CP-852 (ntxger.obj compatible)",
"German CP-850 (ntxger.obj compatible)",
HB_UNITB_850,
s_flags,
s_upper,

View File

@@ -23,7 +23,7 @@ static const unsigned char s_sort [ 256 ] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
static HB_CODEPAGE s_codePage =
{
"ES850",
"Spanish CP-852 (ntxspa.obj compatible)",
"Spanish CP-850 (ntxspa.obj compatible)",
HB_UNITB_850,
s_flags,
s_upper,

View File

@@ -23,7 +23,7 @@ static const unsigned char s_sort [ 256 ] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
static HB_CODEPAGE s_codePage =
{
"FI850",
"Finnish CP-852 (ntxfin.obj compatible)",
"Finnish CP-850 (ntxfin.obj compatible)",
HB_UNITB_850,
s_flags,
s_upper,

View File

@@ -23,7 +23,7 @@ static const unsigned char s_sort [ 256 ] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
static HB_CODEPAGE s_codePage =
{
"IT850",
"Italian CP-852 (ntxita.obj compatible)",
"Italian CP-850 (ntxita.obj compatible)",
HB_UNITB_850,
s_flags,
s_upper,

View File

@@ -23,7 +23,7 @@ static const unsigned char s_sort [ 256 ] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
static HB_CODEPAGE s_codePage =
{
"NL850",
"Dutch CP-852 (ntxdut.obj compatible)",
"Dutch CP-850 (ntxdut.obj compatible)",
HB_UNITB_850,
s_flags,
s_upper,