From 49c803af8a0ae4b5a71efe1a423de96647598989 Mon Sep 17 00:00:00 2001 From: PeiYong Zhang <peiyongz@apache.org> Date: Fri, 8 Nov 2002 17:06:15 +0000 Subject: [PATCH] to build -miconv on hpux git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174341 13f79535-47bb-0310-9956-ffa450edef68 --- .../MsgLoaders/MsgCatalog/XMLMsgCat_EN_US.Msg | 580 +++++++++--------- tools/NLS/Xlat/Xlat_MsgCatalog.cpp | 9 +- 2 files changed, 298 insertions(+), 291 deletions(-) diff --git a/src/xercesc/util/MsgLoaders/MsgCatalog/XMLMsgCat_EN_US.Msg b/src/xercesc/util/MsgLoaders/MsgCatalog/XMLMsgCat_EN_US.Msg index d7124df16..abeb19a06 100644 --- a/src/xercesc/util/MsgLoaders/MsgCatalog/XMLMsgCat_EN_US.Msg +++ b/src/xercesc/util/MsgLoaders/MsgCatalog/XMLMsgCat_EN_US.Msg @@ -1,101 +1,101 @@ $quote " $set 1 - 2 Notation '{0}' has already been declared - 3 Attribute '{0}' has already been declared for element '{1}' - 4 Encoding ({0}, from XMLDecl or manually set) contradicts the auto-sensed encoding, ignoring it - 5 Element '{0}' was referenced in a content model but never declared - 6 Element '{0}' was referenced in an attlist but never declared - 7 An exception occurred! Type:{0}, Message:{1} - 10 {0} is unsupported - 11 Error: Top level complexType has no name - declaration ignored - 12 Globally-declared attribute must have a name - attribute declaration ignored - 13 Attribute must have a name or a ref - attribute declaration ignored - 14 Globally-declared element must have a name - element declaration ignored - 15 Element must have a name or a ref attribute - element ignored - 16 <group> must have a name or a ref attribute - declaration ignored - 17 <attributeGroup> must have a name or a ref attribute - declaration ignored - 18 Anonymous complexType in element {0} has a name attribute - 19 Anonymous simpleType in element {0} has a name attribute - 20 The content of an element information item does not match (annotation?, (simpleType | complexType)?, (unique | key | keyref)*) - 21 Untyped element: {0} - 22 Error in content of simpleType - 23 Expected simpleType in 'list' declaration for {0} - 24 List | Union | Restriction content is invalid for type {0} - 25 Error in content of derivation by list for {0} - 26 Expected simpleType in 'restriction' declaration for {0} - 27 Facet {0} already defined - ignoring - 28 Expected simpleType in 'union' declaration for {0} - 29 SimpleType content is empty - 30 The content of the simpleContent element is invalid. The content must be RESTRICTION or EXTENSION - 31 The BASE attribute must be specified for the RESTRICTION or EXTENSION element - 32 The content of the complexContent element is invalid. The content must be RESTRICTION or EXTENSION - 33 Error in content of <schema> element information item - 34 Content (annotation?,..) is incorrect for type {0} - 35 Unknown simpleType: {0} - 36 Unknown complexType: {0} - 37 Prefix: '{0}' can not be resolved to a URI - 38 Ref element {0} not found in the Schema - 39 Type not found in {0}:{1} - 40 Could not find top level attribute: {0} - 41 Invalid child '{0}' in the complex type - 42 Base type could not be found: {0} - 43 No attribute '{0}' was defined in schema: {1} - 44 Error creating datatype validator: {0} - 45 Invalid child following the simpleContent child in the complexType - 46 Invalid child following the complexContent child in the complexType - 47 The 'block' attribute values of a complexType must be #all | list(restriction,extension); {0} was found - 48 The 'final' attribute values of a complexType must be #all | list(restriction,extension); {0} was found - 49 An attribute cannot have both 'fixed' and 'default' present at the same time - default used - 50 If default and use are both present, use must have the value 'optional'. - 51 Local attribute:{0} has also a ref defined - name ignored - 52 Global attribute:'{0}' cannot have a ref defined - 53 Error: Attribute '{0}' declared more than once in the same scope- ignoring - 54 Attribute declarations may not contain both a type and a simpleType declaration - 55 SimpleType ({0}:{1}) for attribute: {2} not found - 56 An element cannot have both 'fixed' and 'default' present at the same time - 57 {0}:'{1}' has also a ref defined - name ignored - 58 ref cannot appear with any of type, abstract, block, final, nillable, default or fixed - 59 Invalid {0} name:'{1}' - declaration ignored - 60 Globally-declared element {0} cannot have a ref attribute - ref ignored - 61 Element '{0}' cannot have both a type attribute and a simpleType/complexType type child - 62 Element {0} has a fixed or default value and must have a mixed simple or simple content model - 63 The simpleType {0} that {1} uses has a value of 'final' which does not permit extension - 64 The type '{0}' specified as the base in the simpleContent element must not have complexContent - 65 The type '{0}' is a simple type. It cannot be used in a derivation by RESTRICTION for a complexType - 66 Invalid child following the RESTRICTION or EXTENSION element in the simpleContent definition - 67 Invalid child following the RESTRICTION or EXTENSION element in the complexContent definition - 68 Annotation can only appear once: type {0} - 69 The base type {0} does not allow itself to be used as the base for a restriction and/or as a type in a list and/or union - 70 The value 'substitution' already in the list - 71 The value 'union' is already in the list - 72 The value 'extension' is already in the list - 73 The value 'list' is already in the list - 74 The value 'restriction' is already in the list - 75 Invalid block value: {0} - 76 Invalid final value: {0} - 77 Element {0} cannot be part of the substitution group headed by {1} - 78 Element {0} has a type which does not derive from the type of the element at the head of the substitution group - 79 Duplicate element decl in the same scope: {0} - 80 The 'block' attribute values of an element must be #all | list(substitution,restriction,extension); {0} was found - 81 The 'final' attribute values of an element must be #all | list(restriction,extension); {0} was found - 82 Invalid value '{0}' for attribute: '{1}'. - 83 Ref is present, and simpleType/form/type found - 84 Duplicate reference attribute {0}:{1} in complexType - 85 Derivation by restriction is forbidden by either the base type '{0}' or the schema - 86 Derivation by extension is forbidden by either the base type '{0}' or the schema - 87 The base type specified in the complexContent element must be a complexType - 88 Imported schema '{0}' has a different targetNameSpace '{1}' from what's declared '{2}' - 89 Could not get the doc root for imported Schema: {0} - 90 A schemaLocation attribute must be specified on '{0}' element. - 91 Included schema '{0}' has a different targetNameSpace '{1}' - 92 At most one <annotation> element is expected in the content. - 93 The content must be (annotation?, simpleType?) for attribute '{0}={1}' - 94 Attribute '{0}' must appear in {1} {2} declarations - 95 Attribute '{0}' cannot appear in {1} {2} declarations - 96 Value of minOccurs '{0}' must not be greater than value of maxOccurs '{1}' - 97 'anyAttribute' elements can contain at most one 'annotation' element in their children - 98 Global <{0}> must have a name - declaration ignored - 99 No circular definitions are allowed: '{0}' +2 Notation '{0}' has already been declared +3 Attribute '{0}' has already been declared for element '{1}' +4 Encoding ({0}, from XMLDecl or manually set) contradicts the auto-sensed encoding, ignoring it +5 Element '{0}' was referenced in a content model but never declared +6 Element '{0}' was referenced in an attlist but never declared +7 An exception occurred! Type:{0}, Message:{1} +10 {0} is unsupported +11 Error: Top level complexType has no name - declaration ignored +12 Globally-declared attribute must have a name - attribute declaration ignored +13 Attribute must have a name or a ref - attribute declaration ignored +14 Globally-declared element must have a name - element declaration ignored +15 Element must have a name or a ref attribute - element ignored +16 <group> must have a name or a ref attribute - declaration ignored +17 <attributeGroup> must have a name or a ref attribute - declaration ignored +18 Anonymous complexType in element {0} has a name attribute +19 Anonymous simpleType in element {0} has a name attribute +20 The content of an element information item does not match (annotation?, (simpleType | complexType)?, (unique | key | keyref)*) +21 Untyped element: {0} +22 Error in content of simpleType +23 Expected simpleType in 'list' declaration for {0} +24 List | Union | Restriction content is invalid for type {0} +25 Error in content of derivation by list for {0} +26 Expected simpleType in 'restriction' declaration for {0} +27 Facet {0} already defined - ignoring +28 Expected simpleType in 'union' declaration for {0} +29 SimpleType content is empty +30 The content of the simpleContent element is invalid. The content must be RESTRICTION or EXTENSION +31 The BASE attribute must be specified for the RESTRICTION or EXTENSION element +32 The content of the complexContent element is invalid. The content must be RESTRICTION or EXTENSION +33 Error in content of <schema> element information item +34 Content (annotation?,..) is incorrect for type {0} +35 Unknown simpleType: {0} +36 Unknown complexType: {0} +37 Prefix: '{0}' can not be resolved to a URI +38 Ref element {0} not found in the Schema +39 Type not found in {0}:{1} +40 Could not find top level attribute: {0} +41 Invalid child '{0}' in the complex type +42 Base type could not be found: {0} +43 No attribute '{0}' was defined in schema: {1} +44 Error creating datatype validator: {0} +45 Invalid child following the simpleContent child in the complexType +46 Invalid child following the complexContent child in the complexType +47 The 'block' attribute values of a complexType must be #all | list(restriction,extension); {0} was found +48 The 'final' attribute values of a complexType must be #all | list(restriction,extension); {0} was found +49 An attribute cannot have both 'fixed' and 'default' present at the same time - default used +50 If default and use are both present, use must have the value 'optional'. +51 Local attribute:{0} has also a ref defined - name ignored +52 Global attribute:'{0}' cannot have a ref defined +53 Error: Attribute '{0}' declared more than once in the same scope- ignoring +54 Attribute declarations may not contain both a type and a simpleType declaration +55 SimpleType ({0}:{1}) for attribute: {2} not found +56 An element cannot have both 'fixed' and 'default' present at the same time +57 {0}:'{1}' has also a ref defined - name ignored +58 ref cannot appear with any of type, abstract, block, final, nillable, default or fixed +59 Invalid {0} name:'{1}' - declaration ignored +60 Globally-declared element {0} cannot have a ref attribute - ref ignored +61 Element '{0}' cannot have both a type attribute and a simpleType/complexType type child +62 Element {0} has a fixed or default value and must have a mixed simple or simple content model +63 The simpleType {0} that {1} uses has a value of 'final' which does not permit extension +64 The type '{0}' specified as the base in the simpleContent element must not have complexContent +65 The type '{0}' is a simple type. It cannot be used in a derivation by RESTRICTION for a complexType +66 Invalid child following the RESTRICTION or EXTENSION element in the simpleContent definition +67 Invalid child following the RESTRICTION or EXTENSION element in the complexContent definition +68 Annotation can only appear once: type {0} +69 The base type {0} does not allow itself to be used as the base for a restriction and/or as a type in a list and/or union +70 The value 'substitution' already in the list +71 The value 'union' is already in the list +72 The value 'extension' is already in the list +73 The value 'list' is already in the list +74 The value 'restriction' is already in the list +75 Invalid block value: {0} +76 Invalid final value: {0} +77 Element {0} cannot be part of the substitution group headed by {1} +78 Element {0} has a type which does not derive from the type of the element at the head of the substitution group +79 Duplicate element decl in the same scope: {0} +80 The 'block' attribute values of an element must be #all | list(substitution,restriction,extension); {0} was found +81 The 'final' attribute values of an element must be #all | list(restriction,extension); {0} was found +82 Invalid value '{0}' for attribute: '{1}'. +83 Ref is present, and simpleType/form/type found +84 Duplicate reference attribute {0}:{1} in complexType +85 Derivation by restriction is forbidden by either the base type '{0}' or the schema +86 Derivation by extension is forbidden by either the base type '{0}' or the schema +87 The base type specified in the complexContent element must be a complexType +88 Imported schema '{0}' has a different targetNameSpace '{1}' from what's declared '{2}' +89 Could not get the doc root for imported Schema: {0} +90 A schemaLocation attribute must be specified on '{0}' element. +91 Included schema '{0}' has a different targetNameSpace '{1}' +92 At most one <annotation> element is expected in the content. +93 The content must be (annotation?, simpleType?) for attribute '{0}={1}' +94 Attribute '{0}' must appear in {1} {2} declarations +95 Attribute '{0}' cannot appear in {1} {2} declarations +96 Value of minOccurs '{0}' must not be greater than value of maxOccurs '{1}' +97 'anyAttribute' elements can contain at most one 'annotation' element in their children +98 Global <{0}> must have a name - declaration ignored +99 No circular definitions are allowed: '{0}' 100 Global {0}:'{1}' declared more than once or also declared as {2} 101 Global {0}:'{1}' declared more than once 102 Invalid value '{0}' for facet 'whiteSpace'. Value should be 'collapse'. @@ -289,104 +289,104 @@ $set 1 $set 2 - 2 Unknown element '{0}' - 3 Attribute '{0}' not defined - 4 Notation '{0}' was referenced but never declared - 5 Root element different from DOCTYPE - 6 Required attribute '{0}' was not provided - 7 Element '{0}' is not valid for content model: '{1}' - 8 ID attributes must be #IMPLIED or #REQUIRED - 9 This type of attribute cannot have an empty value - 10 Element '{0}' has already been declared - 11 Element '{0}' has more than one ID attribute - 12 ID '{0}' has already been used - 13 ID attribute '{0}' was referenced but never declared - 14 Attribute '{0}' refers to an unknown notation '{1}' - 15 Element '{0}' was used in the DOCTYPE but never declared - 16 Empty content not valid for content model: '{0}' - 17 Attribute '{0}' is not declared for element '{1}' - 18 Attributes of type ENTITY/ENTITIES must refer to an external, unparsed entity - 19 Attribute '{0}' refers to an unknown entity '{1}' - 20 Not enough elements to match content model : '{0}' - 21 No character data is allowed by content model - 22 Attribute '{0}' does not match its defined enumeration or notation list - 23 The values for attribute '{0}' must be names or name tokens - 24 Attribute '{0}' does not support multiple values - 25 Attribute '{0}' has a value, '{1}', that does not match its #FIXED value, '{2}' - 26 Element types cannot be duplicated in Mixed content models - 27 No validator for datatype {0} - 28 Incorrect datatype: {0} - 29 {0} is not a datatype. - 30 The content attribute must be 'textOnly' if you specify a type attribute. - 31 {0} is unsupported - 32 Nested Element decls only allowed in elementOnly content - 33 Element references only allowed in mixed or elementOnly content - 34 {0} only allowed in elementOnly content. - 35 {0} not allowed if the order is all. - 36 Datatype qualifiers can only be used if you specify a type attribute. - 37 The datatype qualifier {0} is not supported. - 38 Error: {0} content must be one of element, group, modelGroupRef. Saw {1} - 39 Unknown base type {0} for type {1}. - 40 Can only have one of type and ref attributes. - 41 A <{0}> declaration that has a ref attribute, cannot have child content. - 42 Incorrect type for {0}'s default value: {1} - 43 Illegal content {0} in attribute group - 44 Value of {0} is not an integer. - 45 Datatype error: Type:{0}, Message:{1}. - 46 Schema error: Type:{0}, Message:{1} - 47 The type of the element has already been declared. - 48 Prohibited Attribute is found. - 49 Illegal xml:space declaration. - 50 {0} is not a boolean. - 51 {0} is not a decimal. - 52 Facets are inconsistent with base type. - 53 Illegal value {0} for facet {1}. - 54 Illegal Facet for decimal type. - 55 Unknown Facet: {0}. - 56 Invalid value for Enum constant: {0}. - 57 {0} is out of bounds:[ {1} {3} X {4} {2} ]. - 58 {0} is not one of the specified enum values. - 59 {0} is not an integer. - 60 Illegal Facet for Integer type. - 61 {0} is not a double. - 62 Illegal Facet for Real type. - 63 Scale Facet must be less than or equal to Precision Facet - 64 {0} has exceeded the precision Facet {1} - 65 {0} has exceeded the scale Facet {1} - 66 {0} is not a float. - 67 Can't get back Schema document's root element {0}. - 68 Schema in {0} has a different target namespace from the one specified in the instance document {1}. - 69 In element {0}: Can not have element children within a simple type content. - 70 This element {0} has a simpletype but no datatype validator was found. - 71 There is no Grammar for uri: {0}. - 72 {0} - 73 xsi:nil must not be specified for the element {0} with nillable equals false - 74 Element {0} with attribute xsi:nil=true must be empty - 75 Content of element '{0}' is different from the fixed attribute value in the element's schema declaration. - 76 No datatype validator was found for this attribute {0}. - 77 Schema error during parsing - 78 Element '{0}' should be qualified - 79 Element '{0}' should be un-qualified - 80 Reference to external entity declaration '{0}' is not allowed in a standalone document. - 81 Attribute '{0}' for element '{1}' has a default value and must be specified in a standalone document. - 82 Attribute '{0}' must not be changed by normalization in a standalone document. - 83 White space must not occur between externally declared elements with element content in a standalone document. - 84 Entity '{0}' was not found - 85 Partial markup in parameter entity replacement text. - 86 Failed to validate '{0}' - 87 '{0}' and '{1}' violate the Unique Particle Attribution rule - 88 Abstract type '{0}' should not be used in xsi:type - 89 A member of abstract element {0} substitution group must be specified - 90 Element {0} is declared with a type that is abstract. Use xsi:type to specify a non-abstract type - 91 Unresolved type '{0}' found in xsi:type handling - 92 Type '{0}' that is used in xsi:type is not derived from the type of element '{1}' - 93 Element '{0}' has blocking constraint and does not permit substitution - 94 Attribute '{0}' should be qualified - 95 Attribute '{0}' should be un-qualified - 96 Field matches more than one value within the scope of its selector; fields must match unique values - 97 Internal identity constraint error; unknown field. - 98 Identity-constraint 4.2.1: element '{0}' has a key with no value. - 99 Not enough values specified for <unique> identity constraint for element '{0}'. +2 Unknown element '{0}' +3 Attribute '{0}' not defined +4 Notation '{0}' was referenced but never declared +5 Root element different from DOCTYPE +6 Required attribute '{0}' was not provided +7 Element '{0}' is not valid for content model: '{1}' +8 ID attributes must be #IMPLIED or #REQUIRED +9 This type of attribute cannot have an empty value +10 Element '{0}' has already been declared +11 Element '{0}' has more than one ID attribute +12 ID '{0}' has already been used +13 ID attribute '{0}' was referenced but never declared +14 Attribute '{0}' refers to an unknown notation '{1}' +15 Element '{0}' was used in the DOCTYPE but never declared +16 Empty content not valid for content model: '{0}' +17 Attribute '{0}' is not declared for element '{1}' +18 Attributes of type ENTITY/ENTITIES must refer to an external, unparsed entity +19 Attribute '{0}' refers to an unknown entity '{1}' +20 Not enough elements to match content model : '{0}' +21 No character data is allowed by content model +22 Attribute '{0}' does not match its defined enumeration or notation list +23 The values for attribute '{0}' must be names or name tokens +24 Attribute '{0}' does not support multiple values +25 Attribute '{0}' has a value, '{1}', that does not match its #FIXED value, '{2}' +26 Element types cannot be duplicated in Mixed content models +27 No validator for datatype {0} +28 Incorrect datatype: {0} +29 {0} is not a datatype. +30 The content attribute must be 'textOnly' if you specify a type attribute. +31 {0} is unsupported +32 Nested Element decls only allowed in elementOnly content +33 Element references only allowed in mixed or elementOnly content +34 {0} only allowed in elementOnly content. +35 {0} not allowed if the order is all. +36 Datatype qualifiers can only be used if you specify a type attribute. +37 The datatype qualifier {0} is not supported. +38 Error: {0} content must be one of element, group, modelGroupRef. Saw {1} +39 Unknown base type {0} for type {1}. +40 Can only have one of type and ref attributes. +41 A <{0}> declaration that has a ref attribute, cannot have child content. +42 Incorrect type for {0}'s default value: {1} +43 Illegal content {0} in attribute group +44 Value of {0} is not an integer. +45 Datatype error: Type:{0}, Message:{1}. +46 Schema error: Type:{0}, Message:{1} +47 The type of the element has already been declared. +48 Prohibited Attribute is found. +49 Illegal xml:space declaration. +50 {0} is not a boolean. +51 {0} is not a decimal. +52 Facets are inconsistent with base type. +53 Illegal value {0} for facet {1}. +54 Illegal Facet for decimal type. +55 Unknown Facet: {0}. +56 Invalid value for Enum constant: {0}. +57 {0} is out of bounds:[ {1} {3} X {4} {2} ]. +58 {0} is not one of the specified enum values. +59 {0} is not an integer. +60 Illegal Facet for Integer type. +61 {0} is not a double. +62 Illegal Facet for Real type. +63 Scale Facet must be less than or equal to Precision Facet +64 {0} has exceeded the precision Facet {1} +65 {0} has exceeded the scale Facet {1} +66 {0} is not a float. +67 Can't get back Schema document's root element {0}. +68 Schema in {0} has a different target namespace from the one specified in the instance document {1}. +69 In element {0}: Can not have element children within a simple type content. +70 This element {0} has a simpletype but no datatype validator was found. +71 There is no Grammar for uri: {0}. +72 {0} +73 xsi:nil must not be specified for the element {0} with nillable equals false +74 Element {0} with attribute xsi:nil=true must be empty +75 Content of element '{0}' is different from the fixed attribute value in the element's schema declaration. +76 No datatype validator was found for this attribute {0}. +77 Schema error during parsing +78 Element '{0}' should be qualified +79 Element '{0}' should be un-qualified +80 Reference to external entity declaration '{0}' is not allowed in a standalone document. +81 Attribute '{0}' for element '{1}' has a default value and must be specified in a standalone document. +82 Attribute '{0}' must not be changed by normalization in a standalone document. +83 White space must not occur between externally declared elements with element content in a standalone document. +84 Entity '{0}' was not found +85 Partial markup in parameter entity replacement text. +86 Failed to validate '{0}' +87 '{0}' and '{1}' violate the Unique Particle Attribution rule +88 Abstract type '{0}' should not be used in xsi:type +89 A member of abstract element {0} substitution group must be specified +90 Element {0} is declared with a type that is abstract. Use xsi:type to specify a non-abstract type +91 Unresolved type '{0}' found in xsi:type handling +92 Type '{0}' that is used in xsi:type is not derived from the type of element '{1}' +93 Element '{0}' has blocking constraint and does not permit substitution +94 Attribute '{0}' should be qualified +95 Attribute '{0}' should be un-qualified +96 Field matches more than one value within the scope of its selector; fields must match unique values +97 Internal identity constraint error; unknown field. +98 Identity-constraint 4.2.1: element '{0}' has a key with no value. +99 Not enough values specified for <unique> identity constraint for element '{0}'. 100 Not enough values specified for <key name={1}> identity constraint for element '{0}'. 101 Not enough values specified for <keyref name={1}> identity constraint for element '{0}'. 102 Identity-constraint 4.2.3: element '{0}' has a key that matches an element that has nillable set to true. @@ -397,102 +397,102 @@ $set 2 $set 3 - 2 Warning: The primary document entity could not be opened. Id={0} - 3 Warning: No caching of grammar set, a grammar with same key found in the cache pool. - 6 The index is beyond the array bounds - 7 The new size is less than the old one - 8 The index given was beyond the max attribute index - 9 The passed AttTypes value is not known - 10 The passed DefAttTypes value is not known - 11 The bit index was beyond the set size - 12 The bit sets are not of the same size - 13 The buffer manager cannot provide any more buffers - 14 The passed buffer was not found in this manager's pool - 15 The pointer has not been set - 16 The binary operation node had a unary node type - 17 The content type must be mixed or children - 18 PCDATA nodes are not valid here - 19 The {0} operation is invalid for the spec type - 20 The unary operation node had a binary node type - 21 Unknown content model type - 22 Unknown content spec type - 23 The parent element has no content spec node - 24 The spec type is not valid for {0} - 25 The creation reason enum has an unknown value - 26 The element stack is empty - 27 The element stack index given was beyond the stack top - 28 The element stack was already empty when a pop request occurred - 29 A parent operation was requested, but only one element is on the stack - 30 The enumerator contains no more elements - 31 Could not open file: {0} - 32 Could not query the current file position - 33 Could not close the file - 34 Could not seek to end of file - 35 Could not seek to required position in file - 36 Could not duplicate the handle - 37 Could not read data from file - 38 Could not write data to file - 39 Could not reset file to beginning - 40 Could not ascertain the file size - 41 Could not determine base pathname of the file - 42 The base path had too few levels to weave in relative part - 43 Parse may not be called while parsing - 44 A DOCTYPE was seen but the installed validator does not understand DTDs - 45 Could not open DTD file '{0}' - 46 Could not open external entity '{0}' - 47 The end of input was not expected - 48 The hash modulus cannot be zero - 49 Hashing the key returned an invalid bad hash value - 50 The key '{0}' could not be found in the hash table - 51 Could not create mutex - 52 Could not close mutex - 53 Could not lock mutex - 54 Could not unlock mutex - 55 Could not destroy mutex - 56 Error on {0} NetAccessor. Msg: {1} - 57 The NetAccessor could not be initialized. Error={0} - 58 The host/address '{0}' could not be resolved - 59 Could not create the socket for URL '{0}'. Error={1} - 60 Could not connect to the socket for URL '{0}'. Error={1} - 61 Could not write to the socket. Error={0} - 62 Could not read from the socket. Error={0} - 63 The element {0} already exists - 64 Hashing the key returned an invalid bad hash value - 65 The passed id is not valid for this pool - 66 The modulus value cannot be zero - 67 The indicated reader id was never found - 68 The auto encoding enum has an unknown value - 69 Could not decode first line of entity: {0} - 70 End of input was hit in the middle of a multibyte sequence - 71 The current transcoding service does not support source offset information - 72 EBCDIC files must provide an encoding= string - 73 The primary document entity could not be opened. Id={0} - 74 Unbalanced start/end tags found, cannot continue - 75 The call to scanNext() is illegal at this time - 76 The index is past the top of stack - 77 The stack is empty, cannot access members - 78 The target buffer cannot have a max size of zero - 79 The given radix is not supported. Use 2, 8, 10, or 16 - 80 The target buffer is too small to accept the results - 81 The start index is past the end of the string - 82 The represented value overflowed the output binary result - 83 Could not write to standard err - 84 Could not write to standard out - 85 Could not write to console - 86 String pool id was not legal - 87 Could not create a default transcoder - 88 The maximum size to xlat is larger than the declared block size - 89 Unicode char 0x{0} is not representable in encoding {1} - 90 Character {0} is not valid for encoding {1} - 91 The requested block size is not equal to the size set during construction - 92 An invalid multi-byte source text sequence was encountered - 93 {0} is not a valid value for encoding {1} - 94 Leading surrogate was not followed by trailing - 95 Could not create a converter for encoding: {0} - 96 The URL was not correctly formed - 97 The URL used an unsupported protocol - 98 Unsupported URL protocol: '{0}' - 99 Only localhost is supported at this time +2 Warning: The primary document entity could not be opened. Id={0} +3 Warning: No caching of grammar set, a grammar with same key found in the cache pool. +6 The index is beyond the array bounds +7 The new size is less than the old one +8 The index given was beyond the max attribute index +9 The passed AttTypes value is not known +10 The passed DefAttTypes value is not known +11 The bit index was beyond the set size +12 The bit sets are not of the same size +13 The buffer manager cannot provide any more buffers +14 The passed buffer was not found in this manager's pool +15 The pointer has not been set +16 The binary operation node had a unary node type +17 The content type must be mixed or children +18 PCDATA nodes are not valid here +19 The {0} operation is invalid for the spec type +20 The unary operation node had a binary node type +21 Unknown content model type +22 Unknown content spec type +23 The parent element has no content spec node +24 The spec type is not valid for {0} +25 The creation reason enum has an unknown value +26 The element stack is empty +27 The element stack index given was beyond the stack top +28 The element stack was already empty when a pop request occurred +29 A parent operation was requested, but only one element is on the stack +30 The enumerator contains no more elements +31 Could not open file: {0} +32 Could not query the current file position +33 Could not close the file +34 Could not seek to end of file +35 Could not seek to required position in file +36 Could not duplicate the handle +37 Could not read data from file +38 Could not write data to file +39 Could not reset file to beginning +40 Could not ascertain the file size +41 Could not determine base pathname of the file +42 The base path had too few levels to weave in relative part +43 Parse may not be called while parsing +44 A DOCTYPE was seen but the installed validator does not understand DTDs +45 Could not open DTD file '{0}' +46 Could not open external entity '{0}' +47 The end of input was not expected +48 The hash modulus cannot be zero +49 Hashing the key returned an invalid bad hash value +50 The key '{0}' could not be found in the hash table +51 Could not create mutex +52 Could not close mutex +53 Could not lock mutex +54 Could not unlock mutex +55 Could not destroy mutex +56 Error on {0} NetAccessor. Msg: {1} +57 The NetAccessor could not be initialized. Error={0} +58 The host/address '{0}' could not be resolved +59 Could not create the socket for URL '{0}'. Error={1} +60 Could not connect to the socket for URL '{0}'. Error={1} +61 Could not write to the socket. Error={0} +62 Could not read from the socket. Error={0} +63 The element {0} already exists +64 Hashing the key returned an invalid bad hash value +65 The passed id is not valid for this pool +66 The modulus value cannot be zero +67 The indicated reader id was never found +68 The auto encoding enum has an unknown value +69 Could not decode first line of entity: {0} +70 End of input was hit in the middle of a multibyte sequence +71 The current transcoding service does not support source offset information +72 EBCDIC files must provide an encoding= string +73 The primary document entity could not be opened. Id={0} +74 Unbalanced start/end tags found, cannot continue +75 The call to scanNext() is illegal at this time +76 The index is past the top of stack +77 The stack is empty, cannot access members +78 The target buffer cannot have a max size of zero +79 The given radix is not supported. Use 2, 8, 10, or 16 +80 The target buffer is too small to accept the results +81 The start index is past the end of the string +82 The represented value overflowed the output binary result +83 Could not write to standard err +84 Could not write to standard out +85 Could not write to console +86 String pool id was not legal +87 Could not create a default transcoder +88 The maximum size to xlat is larger than the declared block size +89 Unicode char 0x{0} is not representable in encoding {1} +90 Character {0} is not valid for encoding {1} +91 The requested block size is not equal to the size set during construction +92 An invalid multi-byte source text sequence was encountered +93 {0} is not a valid value for encoding {1} +94 Leading surrogate was not followed by trailing +95 Could not create a converter for encoding: {0} +96 The URL was not correctly formed +97 The URL used an unsupported protocol +98 Unsupported URL protocol: '{0}' +99 Only localhost is supported at this time 100 No protocol prefix present 101 Expected // after protocol 102 % must be followed by two hex digits diff --git a/tools/NLS/Xlat/Xlat_MsgCatalog.cpp b/tools/NLS/Xlat/Xlat_MsgCatalog.cpp index 1a33b075d..3bb04201c 100644 --- a/tools/NLS/Xlat/Xlat_MsgCatalog.cpp +++ b/tools/NLS/Xlat/Xlat_MsgCatalog.cpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.7 2002/11/08 17:06:15 peiyongz + * to build -miconv on hpux + * * Revision 1.6 2002/11/04 15:24:50 tng * C++ Namespace Support. * @@ -160,7 +163,11 @@ MsgCatFormatter::nextMessage(const XMLCh* const msgText // bother checking, just do it simple and stupid. // char* outData = fTranscoder->transcode(msgText); - fwprintf(fOutFl, L"%3d %S\n", curId, outData); + // + // on hp, it is required that message line shall start with number + // w/o leading space. + // + fwprintf(fOutFl, L"%d %S\n", curId, outData); delete [] outData; } -- GitLab