@@ -24,34 +24,34 @@ class SyntaxIdentifier(DataElement):
2424 title = "Syntax identifier"
2525 repr = "a4"
2626 codes = {
27- "UNOA" : (
28- "UN/ECE level A" ,
29- "Defined in ISO 646 basic code table with exceptions for lowercase "
30- "letters, alternative graphic character allocations, "
31- "and national/application-oriented allocations." ,
32- ) ,
33- "UNOB" : (
34- "UN/ECE level B" ,
35- "Defined in ISO 646 basic code table with exceptions for alternative "
36- "graphic character allocations and national/application-oriented "
37- "allocations." ,
38- ) ,
39- "UNOC" : (
40- "UN/ECE level C" ,
41- "Defined in ISO 8859-1: Information processing - Part 1: Latin alphabet No. 1." ,
42- ) ,
43- "UNOD" : (
44- "UN/ECE level D" ,
45- "Defined in ISO 8859-2: Information processing - Part 2: Latin alphabet No. 2." ,
46- ) ,
47- "UNOE" : (
48- "UN/ECE level E" ,
49- "Defined in ISO 8859-5: Information processing - Part 5: Latin/Cyrillic alphabet." ,
50- ) ,
51- "UNOF" : (
52- "UN/ECE level F" ,
53- "Defined in ISO 8859-7: Information processing - Part 7: Latin/Greek alphabet." ,
54- ) ,
27+ "UNOA" : {
28+ "name:" : " UN/ECE level A" ,
29+ "description" : " Defined in ISO 646 basic code table with ( exceptions) for "
30+ "lowercase letters, alternative graphic character allocations, and "
31+ "national/application-oriented allocations." ,
32+ } ,
33+ "UNOB" : {
34+ "name:" : " UN/ECE level B" ,
35+ "description" : " Defined in ISO 646 basic code table with exceptions for "
36+ "alternative graphic character allocations and "
37+ "national/application-oriented allocations." ,
38+ } ,
39+ "UNOC" : {
40+ "name" : " UN/ECE level C" ,
41+ "description" : " Defined in ISO 8859-1: Information processing - Part 1: Latin alphabet No. 1." ,
42+ } ,
43+ "UNOD" : {
44+ "name:" : " UN/ECE level D" ,
45+ "description" : " Defined in ISO 8859-2: Information processing - Part 2: Latin alphabet No. 2." ,
46+ } ,
47+ "UNOE" : {
48+ "name" : " UN/ECE level E" ,
49+ "description" : " Defined in ISO 8859-5: Information processing - Part 5: Latin/Cyrillic alphabet." ,
50+ } ,
51+ "UNOF" : {
52+ "name" : " UN/ECE level F" ,
53+ "description" : " Defined in ISO 8859-7: Information processing - Part 7: Latin/Greek alphabet." ,
54+ } ,
5555 }
5656
5757
0 commit comments