Commit 24102f09 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Merged some updated constants off Kevin's local copy.

Changed (C) message ready for release with C tools.
Module form renamed to "unicodelibm".

Version 0.51. Tagged as 'Unicode-0_51'
parent 098e3087
...@@ -70,7 +70,7 @@ DFLAGS = ...@@ -70,7 +70,7 @@ DFLAGS =
# Program specific options: # Program specific options:
# #
COMPONENT = ucodelib COMPONENT = ucodelib
COMPONENTZ = ucodelibz COMPONENTZ = ucodelibm
COMPONENTD = ucodelibd COMPONENTD = ucodelibd
TARGET = ${COMPONENT} TARGET = ${COMPONENT}
TARGETZ = ${COMPONENTZ} TARGETZ = ${COMPONENTZ}
......
/* (0.50) /* (0.51)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.64. * Last processed by srccommit version: 1.68.
* *
*/ */
#define Module_MajorVersion_CMHG 0.50 #define Module_MajorVersion_CMHG 0.51
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 23 Jul 2002 #define Module_Date_CMHG 02 Jul 2003
#define Module_MajorVersion "0.50" #define Module_MajorVersion "0.51"
#define Module_Version 50 #define Module_Version 51
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "23 Jul 2002" #define Module_Date "02 Jul 2003"
#define Module_ApplicationDate2 "23-Jul-02" #define Module_ApplicationDate "02-Jul-03"
#define Module_ApplicationDate4 "23-Jul-2002"
#define Module_ComponentName "Unicode" #define Module_ComponentName "Unicode"
#define Module_ComponentPath "RiscOS/Sources/Lib/Unicode" #define Module_ComponentPath "RiscOS/Sources/Lib/Unicode"
#define Module_FullVersion "0.50" #define Module_FullVersion "0.51"
#define Module_HelpVersion "0.50 (23 Jul 2002)" #define Module_HelpVersion "0.51 (02 Jul 2003)"
#define Module_LibraryVersionInfo "0:50" #define Module_LibraryVersionInfo "0:51"
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
extern EncodingPriv enc_acorn; extern EncodingPriv enc_acorn;
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
/* /*
......
...@@ -12,15 +12,17 @@ ...@@ -12,15 +12,17 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
extern EncodingPriv enc_bigfive; extern EncodingPriv enc_bigfive;
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
/* /*
...@@ -200,8 +201,12 @@ ...@@ -200,8 +201,12 @@
#define csVIQR 2083 #define csVIQR 2083
#define csKOI8R 2084 #define csKOI8R 2084
#define csUnicode11 1010 #define csUnicode11 1010
#define csSCSU 1011
#define csUnicode11UTF7 103 #define csUnicode11UTF7 103
#define csUTF8 106 #define csUTF8 106
#define csISOLatin7 109
#define csISOLatin8 110
#define csISOLatin9 111
#define csJISEncoding 16 #define csJISEncoding 16
#define csShiftJIS 17 #define csShiftJIS 17
#define csEUCPkdFmtJapanese 18 #define csEUCPkdFmtJapanese 18
...@@ -250,17 +255,13 @@ ...@@ -250,17 +255,13 @@
#define csWelsh 4000 #define csWelsh 4000
#define csSami 4002 #define csSami 4002
#define csISOLatin7 4003
#define csAutodetectJP 4004 #define csAutodetectJP 4004
#define csEUCorShiftJIS 4005 #define csEUCorShiftJIS 4005
#define csISOLatin8 4006
#define csISOLatin9 4007
#define csISO2022JP1 4008 #define csISO2022JP1 4008
#define csMacCyrillic 4009 #define csMacCyrillic 4009
#define csMacUkrainian 4010 #define csMacUkrainian 4010
#define csMacCentEuro 4011 #define csMacCentEuro 4011
#define csJohab 4012 #define csJohab 4012
#define csSCSU 4013
#define csISOLatinThai 4014 #define csISOLatinThai 4014
#define csCurrent 4999 /* Special for current system charset */ #define csCurrent 4999 /* Special for current system charset */
......
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
/* /*
......
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
extern EncodingPriv enc_eightbit; extern EncodingPriv enc_eightbit;
......
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
extern EncodingPriv enc_ascii; extern EncodingPriv enc_ascii;
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
extern EncodingPriv enc_scsu; extern EncodingPriv enc_scsu;
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
extern EncodingPriv enc_system; extern EncodingPriv enc_system;
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
extern EncodingPriv enc_ucs4; extern EncodingPriv enc_ucs4;
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
extern EncodingPriv enc_utf16; extern EncodingPriv enc_utf16;
......
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
extern EncodingPriv enc_utf7; extern EncodingPriv enc_utf7;
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
typedef struct UTF8_Encoding typedef struct UTF8_Encoding
......
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
#ifndef unicode_encoding_h #ifndef unicode_encoding_h
......
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
#ifndef unicode_encpriv_h #ifndef unicode_encpriv_h
......
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
#ifndef unicode_iso10646_h #ifndef unicode_iso10646_h
......
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
#ifndef unicode_iso2022_h #ifndef unicode_iso2022_h
......
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
/**************************************************************************/ /**************************************************************************/
/* */ /* */
/* Copyright [1997-2000] Pace Micro Technology PLC. All rights reserved. */ /* Copyright [1997-2003] All rights reserved. */
/* */ /* */
/* The copyright in this material is owned by Pace Micro Technology PLC */ /* This file may be included in profit making or non profit making */
/* ("Pace"). This material is regarded as a highly confidential trade */ /* software on any system running any version of RISC OS, provided it was */
/* secret of Pace. It may not be reproduced, used, sold or in any */ /* used along with a licensed binary of Unicode Lib */
/* other way exploited or transferred to any third party without the */ /* It is supplied "as is" without warranty, express or implied, of */
/* prior written permission of Pace. */ /* merchantability for any purpose. */
/* No liability can be claimed for any direct or indirect loss */
/**************************************************************************/ /**************************************************************************/
extern EncodingPriv enc_johab; extern EncodingPriv enc_johab;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment