ObjFW  Diff

Differences From Artifact [124b72162e]:

To Artifact [35a23f64fe]:


63
64
65
66
67
68
69
70
71


72
73

74
75
76
77
78
79
80
81
63
64
65
66
67
68
69


70
71


72

73
74
75
76
77
78
79







-
-
+
+
-
-
+
-







		if ([splitted count] != 15) {
			[of_stderr writeFormat: @"Invalid line: %s\n",
						[line cString]];
			[OFApplication terminateWithStatus: 1];
		}
		splitted_carray = [splitted cArray];

		codep = [splitted_carray[0] hexadecimalValueAsInteger];
		upperTable[codep] =
		codep = [splitted_carray[0] hexadecimalValue];
		upperTable[codep] = [splitted_carray[12] hexadecimalValue];
		    [splitted_carray[12] hexadecimalValueAsInteger];
		lowerTable[codep] =
		lowerTable[codep] = [splitted_carray[13] hexadecimalValue];
		    [splitted_carray[13] hexadecimalValueAsInteger];

		[pool2 releaseObjects];
	}

	[pool release];
}

103
104
105
106
107
108
109
110
111


112
113
114
115
116
117
118
119
101
102
103
104
105
106
107


108
109

110
111
112
113
114
115
116







-
-
+
+
-







		}
		splitted_carray = [splitted cArray];

		if (![splitted_carray[1] isEqual: @"S"] &&
		    ![splitted_carray[1] isEqual: @"C"])
			continue;

		codep = [splitted_carray[0] hexadecimalValueAsInteger];
		casefoldingTable[codep] =
		codep = [splitted_carray[0] hexadecimalValue];
		casefoldingTable[codep] = [splitted_carray[2] hexadecimalValue];
		    [splitted_carray[2] hexadecimalValueAsInteger];

		[pool2 releaseObjects];
	}

	[pool release];
}