You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The NuGet package provides support for a wide range of .NET versions including m
22
22
23
23
### Using the Library
24
24
25
-
The Parser class provides a simple API for parsing data containing a sequence of elements. Each element string in the sequence has an Application Identifier (AI) between 2-4 digits in length and a numeric or alphanumeric data value of fixed or variable length, depending on the AI’s definition.
25
+
The Parser class provides a simple API for parsing data containing a sequence of elements. Each element string in the sequence has an Application Identifier (AI) between 2-4 digits in length and a numeric or alphanumeric data value of fixed or variable length, depending on the AI�s definition.
26
26
27
27
28
28
@@ -143,7 +143,7 @@ Each time the Parser calls back to the client code, it provides a ResolvedApplic
143
143
***Inverse Exponent**: the implied decimal point position specified in the AI, if supported. Otherwise, null.
144
144
***Sequence**: the sequence within a real-world process represented by the data element, if supported. Otherwise, null.
145
145
***Exceptions**: a collection of exceptions that occurred, if any, when resolving the data element.
146
-
***'Is Error' indicator**: True, if any exceptions where detected when resolving the data element.Otherwise, false.
146
+
***'Is Error' indicator**: True, if any exceptions where detected when resolving the data element.�Otherwise, false.
147
147
***'Is Fatal' indicator**: True, if any exceptions prevented the GS1 Parser from representing a parsed data element that conforms to, or is known to conform to, the GS1 specification for that data element. Otherwise, false.
148
148
***'Is Fixed Width' indicator**: True if the value of the data element is specified as a fixed-width value. This does not imply that the data element has a predefined length specified in Figure 7.8.5-2 in GS1 General Specifications. However, all AIs with a predefined length have fixed-width values.
149
149
***Index**: The index of the element string sequence containing the resolved data element in the list of sequences passed to the Parse() method.
const wchar\_t\*\*, // GCP list(UTF-16 on Windows)
300
+
const wchar\_t\*\*, // GCP list�(UTF-16 on Windows)
301
301
302
302
int) // Count of GCPs in list
303
303
@@ -519,7 +519,7 @@ Fatal: No
519
519
520
520
Message: The value{0} is not a recognised UN/ECE or GS1 package type code.
521
521
522
-
Reason: The value of the package type code does not conform to UN/CEFACT Recommendation No. 21 – Codes for Types of Cargo, Packages and Packaging Materials. In addition, it is not defined in the GS1 Packaging Type Code List.
522
+
Reason: The value of the package type code does not conform to UN/CEFACT Recommendation No. 21 � Codes for Types of Cargo, Packages and Packaging Materials. In addition, it is not defined in the GS1 Packaging Type Code List.
0 commit comments