gnu: biber: Update to 2.12.
[jackhill/guix/guix.git] / gnu / packages / patches / biber-sortinithash.patch
1 This is a backport of this upstream commit to Biber 2.12:
2
3 From 6b61b4c13778cf638f82569ab9e413f09f111ba5 Mon Sep 17 00:00:00 2001
4 From: Philip Kime <Philip@kime.org.uk>
5 Date: Sat, 12 Jan 2019 17:19:51 +0100
6 Subject: [PATCH] Updated tests after U::C upgrade changed sortinit hashes
7
8 It addresses test failures found with recent versions of the
9 Biber dependencies.
10
11 diff --git a/t/annotations.t b/t/annotations.t
12 index b4f641e..c6f86c7 100644
13 --- a/t/annotations.t
14 +++ b/t/annotations.t
15 @@ -73,7 +73,7 @@ my $ann1 = q| \entry{ann1}{misc}{}
16 \strng{authorfullhash}{90ae96c82de92e36949bc64254bbde0c}
17 \field{extraname}{1}
18 \field{sortinit}{L}
19 - \field{sortinithash}{2c7981aaabc885868aba60f0c09ee20f}
20 + \field{sortinithash}{dad3efd0836470093a7b4a7bb756eb8c}
21 \field{labelnamesource}{author}
22 \field{labeltitlesource}{title}
23 \field{title}{The Title}
24 @@ -116,7 +116,7 @@ my $ann2 = q| \entry{ann2}{misc}{}
25 \strng{authorfullhash}{90ae96c82de92e36949bc64254bbde0c}
26 \field{extraname}{2}
27 \field{sortinit}{L}
28 - \field{sortinithash}{2c7981aaabc885868aba60f0c09ee20f}
29 + \field{sortinithash}{dad3efd0836470093a7b4a7bb756eb8c}
30 \field{labelnamesource}{author}
31 \field{labeltitlesource}{title}
32 \field{title}{The Title}
33 diff --git a/t/basic-misc.t b/t/basic-misc.t
34 index d4664b1..a9168cc 100644
35 --- a/t/basic-misc.t
36 +++ b/t/basic-misc.t
37 @@ -97,7 +97,7 @@ my $u1 = q| \entry{u1}{misc}{}
38 \strng{authorfullhash}{b78abdc838d79b6576f2ed0021642766}
39 \field{labelalpha}{AAA\textbf{+}00}
40 \field{sortinit}{A}
41 - \field{sortinithash}{d77c7cdd82ff690d4c3ef13216f92f0b}
42 + \field{sortinithash}{a3dcedd53b04d1adfd5ac303ecd5e6fa}
43 \true{singletitle}
44 \true{uniquework}
45 \field{labelnamesource}{author}
46 @@ -231,7 +231,7 @@ my $murray1 = q| \entry{murray}{article}{}
47 \strng{authorfullhash}{1572cc3fd324f560e5e71d041a6bd764}
48 \field{labelalpha}{Hos\textbf{+}98}
49 \field{sortinit}{H}
50 - \field{sortinithash}{5f15a7bc777ad49ff15aa4d2831b1681}
51 + \field{sortinithash}{6db6145dae8dc9e1271a8d556090b50a}
52 \true{singletitle}
53 \true{uniquework}
54 \field{labelnamesource}{author}
55 @@ -348,7 +348,7 @@ my $murray2 = q| \entry{murray}{article}{}
56 \strng{authorfullhash}{1572cc3fd324f560e5e71d041a6bd764}
57 \field{labelalpha}{Hos98}
58 \field{sortinit}{H}
59 - \field{sortinithash}{5f15a7bc777ad49ff15aa4d2831b1681}
60 + \field{sortinithash}{6db6145dae8dc9e1271a8d556090b50a}
61 \true{singletitle}
62 \true{uniquework}
63 \field{labelnamesource}{author}
64 @@ -389,7 +389,7 @@ my $t1 = q+ \entry{t1}{misc}{}
65 \field{extraname}{1}
66 \field{labelalpha}{Bro92}
67 \field{sortinit}{B}
68 - \field{sortinithash}{276475738cc058478c1677046f857703}
69 + \field{sortinithash}{8de16967003c7207dae369d874f1456e}
70 \true{uniquework}
71 \field{labelnamesource}{author}
72 \field{labeltitlesource}{title}
73 @@ -419,7 +419,7 @@ my $t2 = q| \entry{t2}{misc}{}
74 \field{extraname}{2}
75 \field{labelalpha}{Bro94}
76 \field{sortinit}{B}
77 - \field{sortinithash}{276475738cc058478c1677046f857703}
78 + \field{sortinithash}{8de16967003c7207dae369d874f1456e}
79 \true{uniquework}
80 \field{labelnamesource}{author}
81 \field{labeltitlesource}{title}
82 @@ -452,7 +452,7 @@ my $anon1 = q| \entry{anon1}{unpublished}{}
83 \strng{shortauthorfullhash}{9873a6cc65c553faa2b21aaad626fe4b}
84 \field{labelalpha}{XAn35}
85 \field{sortinit}{A}
86 - \field{sortinithash}{d77c7cdd82ff690d4c3ef13216f92f0b}
87 + \field{sortinithash}{a3dcedd53b04d1adfd5ac303ecd5e6fa}
88 \true{singletitle}
89 \true{uniquework}
90 \field{labelnamesource}{shortauthor}
91 @@ -491,7 +491,7 @@ my $anon2 = q| \entry{anon2}{unpublished}{}
92 \strng{shortauthorfullhash}{f64c29e89ea49402b997956610b58ef6}
93 \field{labelalpha}{YAn39}
94 \field{sortinit}{A}
95 - \field{sortinithash}{d77c7cdd82ff690d4c3ef13216f92f0b}
96 + \field{sortinithash}{a3dcedd53b04d1adfd5ac303ecd5e6fa}
97 \true{singletitle}
98 \true{uniquework}
99 \field{labelnamesource}{shortauthor}
100 @@ -526,7 +526,7 @@ my $url1 = q| \entry{url1}{misc}{}
101 \field{extraname}{4}
102 \field{labelalpha}{Ali05}
103 \field{sortinit}{A}
104 - \field{sortinithash}{d77c7cdd82ff690d4c3ef13216f92f0b}
105 + \field{sortinithash}{a3dcedd53b04d1adfd5ac303ecd5e6fa}
106 \field{extraalpha}{4}
107 \field{labelnamesource}{author}
108 \field{year}{2005}
109 @@ -710,7 +710,7 @@ my $isbn1 = q| \entry{isbn1}{misc}{}
110 \field{extraname}{1}
111 \field{labelalpha}{Flu}
112 \field{sortinit}{F}
113 - \field{sortinithash}{669c706c6f1fbf3b5a83d26f1d9e9e72}
114 + \field{sortinithash}{fb0c0faa89eb6abae8213bf60e6799ea}
115 \field{extraalpha}{1}
116 \field{labelnamesource}{author}
117 \field{isbn}{978-0-8165-2066-4}
118 @@ -735,7 +735,7 @@ my $isbn2 = q| \entry{isbn2}{misc}{}
119 \field{extraname}{2}
120 \field{labelalpha}{Flu}
121 \field{sortinit}{F}
122 - \field{sortinithash}{669c706c6f1fbf3b5a83d26f1d9e9e72}
123 + \field{sortinithash}{fb0c0faa89eb6abae8213bf60e6799ea}
124 \field{extraalpha}{2}
125 \field{labelnamesource}{author}
126 \field{isbn}{978-0-8165-2066-4}
127 @@ -778,7 +778,7 @@ my $clone1 = q| \entry{snk1}{book}{}
128 \field{extraname}{2}
129 \field{labelalpha}{vDoe}
130 \field{sortinit}{v}
131 - \field{sortinithash}{75dd7385c90b2252c3ae853a80ca853b}
132 + \field{sortinithash}{02432525618c08e2b03cac47c19764af}
133 \field{extraalpha}{2}
134 \field{labelnamesource}{author}
135 \endentry
136 @@ -807,7 +807,7 @@ my $clone2 = q| \entry{clone-snk1}{book}{}
137 \field{extraname}{1}
138 \field{labelalpha}{vDoe}
139 \field{sortinit}{v}
140 - \field{sortinithash}{75dd7385c90b2252c3ae853a80ca853b}
141 + \field{sortinithash}{02432525618c08e2b03cac47c19764af}
142 \field{extraalpha}{1}
143 \field{labelnamesource}{author}
144 \field{addendum}{add}
145 @@ -839,7 +839,7 @@ my $ent1 = q| \entry{ent1}{book}{}
146 \strng{authorfullhash}{b2536a425d549b46de5f21c4d468050a}
147 \field{labelalpha}{SdB}
148 \field{sortinit}{S}
149 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
150 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
151 \true{singletitle}
152 \field{labelnamesource}{author}
153 \endentry
154 @@ -862,7 +862,7 @@ my $verb1 = q| \entry{verb1}{book}{}
155 \strng{authorfullhash}{cac5a25f503e71f5ef28f474e14007b6}
156 \field{labelalpha}{All}
157 \field{sortinit}{A}
158 - \field{sortinithash}{d77c7cdd82ff690d4c3ef13216f92f0b}
159 + \field{sortinithash}{a3dcedd53b04d1adfd5ac303ecd5e6fa}
160 \true{singletitle}
161 \field{labelnamesource}{author}
162 \verb{verba}
163 diff --git a/t/biblatexml.t b/t/biblatexml.t
164 index ad9ad25..0959bfa 100644
165 --- a/t/biblatexml.t
166 +++ b/t/biblatexml.t
167 @@ -111,7 +111,7 @@ my $l1 = q| \entry{bltx1}{misc}{useprefix=false}
168 \strng{translatornamehash}{b44eba830fe9817fbe8e53c82f1cbe04}
169 \strng{translatorfullhash}{b44eba830fe9817fbe8e53c82f1cbe04}
170 \field{sortinit}{v}
171 - \field{sortinithash}{75dd7385c90b2252c3ae853a80ca853b}
172 + \field{sortinithash}{02432525618c08e2b03cac47c19764af}
173 \field{extradatescope}{labelyear}
174 \field{labeldatesource}{}
175 \field{labelnamesource}{author}
176 @@ -158,7 +158,7 @@ my $l1 = q| \entry{bltx1}{misc}{useprefix=false}
177
178 my $l2 = q| \entry{loopkey:a}{book}{}
179 \field{sortinit}{0}
180 - \field{sortinithash}{168ad0c7c5ed09f1d28c6675717b5b03}
181 + \field{sortinithash}{bcf7a1f4afb88b7299f988caccb80d1c}
182 \endentry
183 |;
184
185 diff --git a/t/crossrefs.t b/t/crossrefs.t
186 index 915b52b..b6191c6 100644
187 --- a/t/crossrefs.t
188 +++ b/t/crossrefs.t
189 @@ -82,7 +82,7 @@ my $cr1 = q| \entry{cr1}{inbook}{}
190 \strng{editornamehash}{c129df5593fdaa7475548811bfbb227d}
191 \strng{editorfullhash}{c129df5593fdaa7475548811bfbb227d}
192 \field{sortinit}{G}
193 - \field{sortinithash}{5e8d2bf9d38de41b1528bd307546008f}
194 + \field{sortinithash}{62eb2aa29549e4fdbd3cb154ec5711cb}
195 \true{singletitle}
196 \true{uniquetitle}
197 \true{uniquework}
198 @@ -131,7 +131,7 @@ my $cr2 = q| \entry{cr2}{inbook}{}
199 \strng{editornamehash}{c129df5593fdaa7475548811bfbb227d}
200 \strng{editorfullhash}{c129df5593fdaa7475548811bfbb227d}
201 \field{sortinit}{F}
202 - \field{sortinithash}{669c706c6f1fbf3b5a83d26f1d9e9e72}
203 + \field{sortinithash}{fb0c0faa89eb6abae8213bf60e6799ea}
204 \true{singletitle}
205 \true{uniquetitle}
206 \true{uniquework}
207 @@ -165,7 +165,7 @@ my $cr_m = q| \entry{cr_m}{book}{}
208 \strng{editornamehash}{c129df5593fdaa7475548811bfbb227d}
209 \strng{editorfullhash}{c129df5593fdaa7475548811bfbb227d}
210 \field{sortinit}{G}
211 - \field{sortinithash}{5e8d2bf9d38de41b1528bd307546008f}
212 + \field{sortinithash}{62eb2aa29549e4fdbd3cb154ec5711cb}
213 \true{crossrefsource}
214 \true{uniquetitle}
215 \field{labeltitlesource}{title}
216 @@ -203,7 +203,7 @@ my $cr3 = q| \entry{cr3}{inbook}{}
217 \strng{editornamehash}{a1f5c22413396d599ec766725b226735}
218 \strng{editorfullhash}{a1f5c22413396d599ec766725b226735}
219 \field{sortinit}{A}
220 - \field{sortinithash}{d77c7cdd82ff690d4c3ef13216f92f0b}
221 + \field{sortinithash}{a3dcedd53b04d1adfd5ac303ecd5e6fa}
222 \true{singletitle}
223 \true{uniquetitle}
224 \true{uniquework}
225 @@ -248,7 +248,7 @@ my $cr4 = q| \entry{cr4}{inbook}{}
226 \strng{editornamehash}{6ea89bd4958743a20b70fe17647d6af5}
227 \strng{editorfullhash}{6ea89bd4958743a20b70fe17647d6af5}
228 \field{sortinit}{M}
229 - \field{sortinithash}{cfd219b90152c06204fab207bc6c7cab}
230 + \field{sortinithash}{2e5c2f51f7fa2d957f3206819bf86dc3}
231 \true{singletitle}
232 \true{uniquetitle}
233 \true{uniquework}
234 @@ -279,7 +279,7 @@ my $crt = q| \entry{crt}{book}{}
235 \strng{editornamehash}{a1f5c22413396d599ec766725b226735}
236 \strng{editorfullhash}{a1f5c22413396d599ec766725b226735}
237 \field{sortinit}{B}
238 - \field{sortinithash}{276475738cc058478c1677046f857703}
239 + \field{sortinithash}{8de16967003c7207dae369d874f1456e}
240 \true{uniquetitle}
241 \field{labeltitlesource}{title}
242 \field{title}{Beasts of the Burbling Burns}
243 @@ -315,7 +315,7 @@ my $cr6 = q| \entry{cr6}{inproceedings}{}
244 \strng{editorfullhash}{344a7f427fb765610ef96eb7bce95257}
245 \field{extraname}{2}
246 \field{sortinit}{A}
247 - \field{sortinithash}{d77c7cdd82ff690d4c3ef13216f92f0b}
248 + \field{sortinithash}{a3dcedd53b04d1adfd5ac303ecd5e6fa}
249 \true{uniquetitle}
250 \true{uniquework}
251 \field{labelnamesource}{author}
252 @@ -366,7 +366,7 @@ my $cr7 = q| \entry{cr7}{inbook}{}
253 \strng{bookauthorfullhash}{91a1dd4aeed3c4ec29ca74c4e778be5f}
254 \field{extraname}{1}
255 \field{sortinit}{A}
256 - \field{sortinithash}{d77c7cdd82ff690d4c3ef13216f92f0b}
257 + \field{sortinithash}{a3dcedd53b04d1adfd5ac303ecd5e6fa}
258 \true{uniquetitle}
259 \true{uniquework}
260 \field{labelnamesource}{author}
261 @@ -401,7 +401,7 @@ my $cr8 = q| \entry{cr8}{incollection}{}
262 \strng{authorfullhash}{3d449e56eb3ca1ae80dc99a18d689795}
263 \field{extraname}{4}
264 \field{sortinit}{S}
265 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
266 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
267 \true{singletitle}
268 \true{uniquetitle}
269 \true{uniquework}
270 @@ -431,7 +431,7 @@ my $xr1 = q| \entry{xr1}{inbook}{}
271 \strng{authornamehash}{e0ecc4fc668ee499d1afba44e1ac064d}
272 \strng{authorfullhash}{e0ecc4fc668ee499d1afba44e1ac064d}
273 \field{sortinit}{Z}
274 - \field{sortinithash}{156173bd08b075d7295bc3e0f4735a04}
275 + \field{sortinithash}{8f7b480688e809b50b6f6577b16f3db5}
276 \true{singletitle}
277 \true{uniquetitle}
278 \true{uniquework}
279 @@ -460,7 +460,7 @@ my $xr2 = q| \entry{xr2}{inbook}{}
280 \strng{authornamehash}{6afa09374ecfd6b394ce714d2d9709c7}
281 \strng{authorfullhash}{6afa09374ecfd6b394ce714d2d9709c7}
282 \field{sortinit}{I}
283 - \field{sortinithash}{320bc8fe8101b9376f9f21cd507de0e8}
284 + \field{sortinithash}{9417e9a1288a9371e2691d999083ed39}
285 \true{singletitle}
286 \true{uniquetitle}
287 \true{uniquework}
288 @@ -491,7 +491,7 @@ my $xrm = q| \entry{xrm}{book}{}
289 \strng{editornamehash}{809950f9b59ae207092b909a19dcb27b}
290 \strng{editorfullhash}{809950f9b59ae207092b909a19dcb27b}
291 \field{sortinit}{C}
292 - \field{sortinithash}{963e9d84a3da2344e8833203de5aed05}
293 + \field{sortinithash}{4c244ceae61406cdc0cc2ce1cb1ff703}
294 \true{xrefsource}
295 \true{uniquetitle}
296 \field{labeltitlesource}{title}
297 @@ -516,7 +516,7 @@ my $xr3 = q| \entry{xr3}{inbook}{}
298 \strng{authornamehash}{9788055665b9bb4b37c776c3f6b74f16}
299 \strng{authorfullhash}{9788055665b9bb4b37c776c3f6b74f16}
300 \field{sortinit}{N}
301 - \field{sortinithash}{f7242c3ed3dc50029fca1be76c497c7c}
302 + \field{sortinithash}{98cf339a479c0454fe09153a08675a15}
303 \true{singletitle}
304 \true{uniquetitle}
305 \true{uniquework}
306 @@ -546,7 +546,7 @@ my $xrt = q| \entry{xrt}{book}{}
307 \strng{editornamehash}{bf7d6b02f3e073913e5bfe5059508dd5}
308 \strng{editorfullhash}{bf7d6b02f3e073913e5bfe5059508dd5}
309 \field{sortinit}{K}
310 - \field{sortinithash}{9fd838a31ba64d981e8f44562bd33f89}
311 + \field{sortinithash}{d3edc18d54b9438a72c24c925bfb38f4}
312 \true{uniquetitle}
313 \field{labeltitlesource}{title}
314 \field{title}{Kings, Cork and Calculation}
315 @@ -572,7 +572,7 @@ my $xr4 = q| \entry{xr4}{inbook}{}
316 \strng{authorfullhash}{7804ffef086c0c4686c235807f5cb502}
317 \field{extraname}{1}
318 \field{sortinit}{M}
319 - \field{sortinithash}{cfd219b90152c06204fab207bc6c7cab}
320 + \field{sortinithash}{2e5c2f51f7fa2d957f3206819bf86dc3}
321 \field{labelnamesource}{author}
322 \field{labeltitlesource}{title}
323 \field{origyear}{1933}
324 @@ -600,7 +600,7 @@ my $mxr = q| \entry{mxr}{inbook}{}
325 \strng{authorfullhash}{7804ffef086c0c4686c235807f5cb502}
326 \field{extraname}{2}
327 \field{sortinit}{M}
328 - \field{sortinithash}{cfd219b90152c06204fab207bc6c7cab}
329 + \field{sortinithash}{2e5c2f51f7fa2d957f3206819bf86dc3}
330 \field{labelnamesource}{author}
331 \field{labeltitlesource}{title}
332 \field{origyear}{1933}
333 @@ -625,7 +625,7 @@ my $mcr = q| \entry{mcr}{inbook}{}
334 \strng{authorfullhash}{7804ffef086c0c4686c235807f5cb502}
335 \field{extraname}{3}
336 \field{sortinit}{M}
337 - \field{sortinithash}{cfd219b90152c06204fab207bc6c7cab}
338 + \field{sortinithash}{2e5c2f51f7fa2d957f3206819bf86dc3}
339 \field{labelnamesource}{author}
340 \field{labeltitlesource}{title}
341 \field{origyear}{1933}
342 @@ -660,7 +660,7 @@ my $ccr1 = q| \entry{ccr2}{book}{}
343 \strng{editorfullhash}{cfee758a1c82df2e26af1985e061bb0a}
344 \field{extraname}{1}
345 \field{sortinit}{V}
346 - \field{sortinithash}{75dd7385c90b2252c3ae853a80ca853b}
347 + \field{sortinithash}{02432525618c08e2b03cac47c19764af}
348 \true{uniquetitle}
349 \true{uniquework}
350 \field{labelnamesource}{author}
351 @@ -694,7 +694,7 @@ my $ccr2 = q| \entry{ccr3}{inbook}{}
352 \strng{editornamehash}{cfee758a1c82df2e26af1985e061bb0a}
353 \strng{editorfullhash}{cfee758a1c82df2e26af1985e061bb0a}
354 \field{sortinit}{P}
355 - \field{sortinithash}{8d51b3d5b78d75b54308d706b9bbe285}
356 + \field{sortinithash}{bb5b15f2db90f7aef79bb9e83defefcb}
357 \true{uniquetitle}
358 \field{labeltitlesource}{title}
359 \field{booktitle}{Misc etc.}
360 @@ -726,7 +726,7 @@ my $ccr3 = q| \entry{ccr4}{inbook}{}
361
362 my $s1 = q| \entry{s1}{inbook}{}
363 \field{sortinit}{S}
364 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
365 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
366 \true{uniquetitle}
367 \field{labeltitlesource}{title}
368 \strng{crossref}{s2}
369 @@ -760,7 +760,7 @@ my $xc2 = q| \entry{xc2}{inbook}{}
370 \strng{bookauthorfullhash}{1a0f7d518cccdad859a74412ef956474}
371 \field{extraname}{2}
372 \field{sortinit}{C}
373 - \field{sortinithash}{963e9d84a3da2344e8833203de5aed05}
374 + \field{sortinithash}{4c244ceae61406cdc0cc2ce1cb1ff703}
375 \true{xrefsource}
376 \field{labelnamesource}{author}
377 \field{booktitle}{Title}
378 @@ -769,7 +769,7 @@ my $xc2 = q| \entry{xc2}{inbook}{}
379
380 my $b1 = q| \entry{b1}{inbook}{}
381 \field{sortinit}{2}
382 - \field{sortinithash}{cbff857e587bcb4635511624d773949e}
383 + \field{sortinithash}{ed39bb39cf854d5250e95b1c1f94f4ed}
384 \strng{crossref}{b2}
385 \field{day}{3}
386 \field{month}{3}
387 @@ -803,7 +803,7 @@ my $sup1 = q| \entry{sup1}{mvbook}{}
388 \strng{authorfullhash}{556c8dba145b472e6a8598d506f7cbe2}
389 \field{extraname}{3}
390 \field{sortinit}{S}
391 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
392 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
393 \true{crossrefsource}
394 \true{singletitle}
395 \field{labelnamesource}{author}
396 @@ -828,7 +828,7 @@ my $sup2 = q| \entry{sup2}{book}{}
397 \strng{authorfullhash}{556c8dba145b472e6a8598d506f7cbe2}
398 \field{extraname}{1}
399 \field{sortinit}{S}
400 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
401 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
402 \true{singletitle}
403 \field{labelnamesource}{author}
404 \field{labeltitlesource}{title}
405 diff --git a/t/datalists.t b/t/datalists.t
406 index 3081cc4..4855e3d 100644
407 --- a/t/datalists.t
408 +++ b/t/datalists.t
409 @@ -187,7 +187,7 @@ my $K11 = q| \entry{K11}{book}{}
410 \strng{authornamehash}{4edc280a0ef229f9c061e3b121b17482}
411 \strng{authorfullhash}{4edc280a0ef229f9c061e3b121b17482}
412 \field{sortinit}{a}
413 - \field{sortinithash}{d77c7cdd82ff690d4c3ef13216f92f0b}
414 + \field{sortinithash}{a3dcedd53b04d1adfd5ac303ecd5e6fa}
415 \field{extradatescope}{labelyear}
416 \field{labeldatesource}{}
417 \field{labelnamesource}{author}
418 @@ -219,7 +219,7 @@ my $K12 = q| \entry{K12}{book}{}
419 \strng{authornamehash}{a846a485fc9cbb59b0ebeedd6ac637e4}
420 \strng{authorfullhash}{a846a485fc9cbb59b0ebeedd6ac637e4}
421 \field{sortinit}{Z}
422 - \field{sortinithash}{156173bd08b075d7295bc3e0f4735a04}
423 + \field{sortinithash}{8f7b480688e809b50b6f6577b16f3db5}
424 \field{extradatescope}{labelyear}
425 \field{labeldatesource}{}
426 \field{labelnamesource}{author}
427 diff --git a/t/dateformats.t b/t/dateformats.t
428 index 6beb567..0d5072a 100644
429 --- a/t/dateformats.t
430 +++ b/t/dateformats.t
431 @@ -88,7 +88,7 @@ my $l13c = q| \entry{L13}{book}{}
432 \strng{authorfullhash}{8c77336299b25bdada7bf8038f46722f}
433 \field{extraname}{3}
434 \field{sortinit}{D}
435 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
436 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
437 \field{extradatescope}{labelyear}
438 \field{labeldatesource}{}
439 \field{labelnamesource}{author}
440 @@ -126,7 +126,7 @@ my $l14 = q| \entry{L14}{book}{}
441 \strng{authorfullhash}{8c77336299b25bdada7bf8038f46722f}
442 \field{extraname}{4}
443 \field{sortinit}{D}
444 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
445 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
446 \field{extradate}{3}
447 \field{extradatescope}{labelyear}
448 \field{labeldatesource}{}
449 @@ -168,7 +168,7 @@ my $l15 = q| \entry{L15}{book}{}
450 \strng{authorfullhash}{8c77336299b25bdada7bf8038f46722f}
451 \field{extraname}{12}
452 \field{sortinit}{D}
453 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
454 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
455 \field{extradate}{4}
456 \field{labelnamesource}{author}
457 \field{labeltitlesource}{title}
458 @@ -201,7 +201,7 @@ my $l16 = q| \entry{L16}{proceedings}{}
459 \strng{editorfullhash}{8c77336299b25bdada7bf8038f46722f}
460 \field{extraname}{13}
461 \field{sortinit}{D}
462 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
463 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
464 \field{extradate}{7}
465 \field{extradatescope}{labelyear}
466 \field{labeldatesource}{event}
467 @@ -240,7 +240,7 @@ my $l17 = q| \entry{L17}{proceedings}{}
468 \strng{editorfullhash}{8c77336299b25bdada7bf8038f46722f}
469 \field{extraname}{5}
470 \field{sortinit}{D}
471 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
472 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
473 \field{extradate}{4}
474 \field{extradatescope}{labelyear}
475 \field{labeldatesource}{}
476 @@ -299,7 +299,7 @@ my $l17c = q| \entry{L17}{proceedings}{}
477 \strng{editorfullhash}{8c77336299b25bdada7bf8038f46722f}
478 \field{extraname}{5}
479 \field{sortinit}{D}
480 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
481 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
482 \field{extradatescope}{labelyear}
483 \field{labeldatesource}{orig}
484 \field{labelnamesource}{editor}
485 @@ -357,7 +357,7 @@ my $l17e = q| \entry{L17}{proceedings}{}
486 \strng{editorfullhash}{8c77336299b25bdada7bf8038f46722f}
487 \field{extraname}{5}
488 \field{sortinit}{D}
489 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
490 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
491 \field{extradatescope}{labelyear}
492 \field{labeldatesource}{event}
493 \field{labelnamesource}{editor}
494 @@ -479,7 +479,7 @@ my $era1 = q| \entry{era1}{article}{}
495 \strng{authorfullhash}{556c8dba145b472e6a8598d506f7cbe2}
496 \field{extraname}{9}
497 \field{sortinit}{S}
498 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
499 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
500 \field{extradatescope}{labelyear}
501 \field{labeldatesource}{}
502 \field{labelnamesource}{author}
503 @@ -512,7 +512,7 @@ my $era2 = q| \entry{era2}{inproceedings}{}
504 \strng{authorfullhash}{556c8dba145b472e6a8598d506f7cbe2}
505 \field{extraname}{10}
506 \field{sortinit}{S}
507 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
508 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
509 \field{extradatescope}{labelyear}
510 \field{labeldatesource}{}
511 \field{labelnamesource}{author}
512 @@ -546,7 +546,7 @@ my $era3 = q| \entry{era3}{inproceedings}{}
513 \strng{authorfullhash}{556c8dba145b472e6a8598d506f7cbe2}
514 \field{extraname}{11}
515 \field{sortinit}{S}
516 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
517 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
518 \field{extradatescope}{labelyear}
519 \field{labeldatesource}{}
520 \field{labelnamesource}{author}
521 @@ -580,7 +580,7 @@ my $era4 = q| \entry{era4}{inproceedings}{}
522 \strng{authorfullhash}{556c8dba145b472e6a8598d506f7cbe2}
523 \field{extraname}{6}
524 \field{sortinit}{S}
525 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
526 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
527 \field{extradatescope}{labelyear}
528 \field{labeldatesource}{}
529 \field{labelnamesource}{author}
530 @@ -622,7 +622,7 @@ my $time1 = q| \entry{time1}{article}{}
531 \strng{authorfullhash}{556c8dba145b472e6a8598d506f7cbe2}
532 \field{extraname}{2}
533 \field{sortinit}{S}
534 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
535 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
536 \field{extradatescope}{labelyear}
537 \field{labeldatesource}{}
538 \field{labelnamesource}{author}
539 @@ -671,7 +671,7 @@ my $range1 = q| \entry{range1}{inproceedings}{}
540 \strng{authorfullhash}{556c8dba145b472e6a8598d506f7cbe2}
541 \field{extraname}{7}
542 \field{sortinit}{S}
543 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
544 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
545 \field{extradate}{1}
546 \field{extradatescope}{labelyear}
547 \field{labeldatesource}{}
548 @@ -712,7 +712,7 @@ my $range2 = q| \entry{range2}{inproceedings}{}
549 \strng{authorfullhash}{556c8dba145b472e6a8598d506f7cbe2}
550 \field{extraname}{8}
551 \field{sortinit}{S}
552 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
553 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
554 \field{extradate}{2}
555 \field{extradatescope}{labelyear}
556 \field{labeldatesource}{}
557 @@ -753,7 +753,7 @@ my $season1 = q| \entry{season1}{inproceedings}{}
558 \strng{authorfullhash}{556c8dba145b472e6a8598d506f7cbe2}
559 \field{extraname}{1}
560 \field{sortinit}{S}
561 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
562 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
563 \field{extradatescope}{labelyear}
564 \field{labeldatesource}{}
565 \field{labelnamesource}{author}
566 @@ -785,7 +785,7 @@ my $unspec1 = q| \entry{unspec1}{inproceedings}{}
567 \strng{authorfullhash}{556c8dba145b472e6a8598d506f7cbe2}
568 \field{extraname}{4}
569 \field{sortinit}{S}
570 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
571 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
572 \field{extradatescope}{labelyear}
573 \field{labeldatesource}{}
574 \field{labelnamesource}{author}
575 @@ -838,7 +838,7 @@ my $unspec2 = q| \entry{unspec2}{article}{}
576 \strng{authorfullhash}{556c8dba145b472e6a8598d506f7cbe2}
577 \field{extraname}{3}
578 \field{sortinit}{S}
579 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
580 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
581 \field{extradatescope}{labelyear}
582 \field{labeldatesource}{}
583 \field{labelnamesource}{author}
584 diff --git a/t/encoding.t b/t/encoding.t
585 index a150b4f..36d9955 100644
586 --- a/t/encoding.t
587 +++ b/t/encoding.t
588 @@ -52,7 +52,7 @@ my $encode1 = q| \entry{testÅ }{book}{}
589 \strng{authorfullhash}{06a47edae2e847800cfd78323a0e6be8}
590 \field{labelalpha}{Enc99}
591 \field{sortinit}{E}
592 - \field{sortinithash}{f615fb9c6fba11c6f962fb3fd599810e}
593 + \field{sortinithash}{c554bd1a0b76ea92b9f105fe36d9c7b0}
594 \field{labeldatesource}{year}
595 \true{singletitle}
596 \field{labelnamesource}{author}
597 @@ -82,7 +82,7 @@ my $encode2 = q| \entry{test1}{book}{}
598 \strng{authorfullhash}{06a47edae2e847800cfd78323a0e6be8}
599 \field{labelalpha}{Enc99}
600 \field{sortinit}{E}
601 - \field{sortinithash}{f615fb9c6fba11c6f962fb3fd599810e}
602 + \field{sortinithash}{c554bd1a0b76ea92b9f105fe36d9c7b0}
603 \field{labeldatesource}{year}
604 \true{singletitle}
605 \field{labelnamesource}{author}
606 @@ -112,7 +112,7 @@ my $encode3 = q| \entry{test1}{book}{}
607 \strng{authorfullhash}{06a47edae2e847800cfd78323a0e6be8}
608 \field{labelalpha}{Enc99}
609 \field{sortinit}{E}
610 - \field{sortinithash}{f615fb9c6fba11c6f962fb3fd599810e}
611 + \field{sortinithash}{c554bd1a0b76ea92b9f105fe36d9c7b0}
612 \field{labeldatesource}{year}
613 \true{singletitle}
614 \field{labelnamesource}{author}
615 @@ -142,7 +142,7 @@ my $encode5 = q| \entry{test}{book}{}
616 \strng{authorfullhash}{06a47edae2e847800cfd78323a0e6be8}
617 \field{labelalpha}{Enc99}
618 \field{sortinit}{E}
619 - \field{sortinithash}{f615fb9c6fba11c6f962fb3fd599810e}
620 + \field{sortinithash}{c554bd1a0b76ea92b9f105fe36d9c7b0}
621 \field{labeldatesource}{year}
622 \true{singletitle}
623 \field{labelnamesource}{author}
624 @@ -172,7 +172,7 @@ my $encode6 = q| \entry{test}{book}{}
625 \strng{authorfullhash}{06a47edae2e847800cfd78323a0e6be8}
626 \field{labelalpha}{Enc99}
627 \field{sortinit}{E}
628 - \field{sortinithash}{f615fb9c6fba11c6f962fb3fd599810e}
629 + \field{sortinithash}{c554bd1a0b76ea92b9f105fe36d9c7b0}
630 \field{labeldatesource}{year}
631 \true{singletitle}
632 \field{labelnamesource}{author}
633 @@ -202,7 +202,7 @@ my $encode7 = q| \entry{test}{book}{}
634 \strng{authorfullhash}{06a47edae2e847800cfd78323a0e6be8}
635 \field{labelalpha}{Enc99}
636 \field{sortinit}{E}
637 - \field{sortinithash}{f615fb9c6fba11c6f962fb3fd599810e}
638 + \field{sortinithash}{c554bd1a0b76ea92b9f105fe36d9c7b0}
639 \field{labeldatesource}{year}
640 \true{singletitle}
641 \field{labelnamesource}{author}
642 diff --git a/t/names.t b/t/names.t
643 index 7228042..b73f2ed 100644
644 --- a/t/names.t
645 +++ b/t/names.t
646 @@ -188,7 +188,7 @@ my $l1 = q| \entry{L1}{book}{}
647 \strng{authornamehash}{72287a68c1714cb1b9f4ab9e03a88b96}
648 \strng{authorfullhash}{72287a68c1714cb1b9f4ab9e03a88b96}
649 \field{sortinit}{A}
650 - \field{sortinithash}{d77c7cdd82ff690d4c3ef13216f92f0b}
651 + \field{sortinithash}{a3dcedd53b04d1adfd5ac303ecd5e6fa}
652 \field{labelnamesource}{author}
653 \endentry
654 |;
655 @@ -208,7 +208,7 @@ my $l2 = q| \entry{L2}{book}{}
656 \strng{authornamehash}{2098d59d0f19a2e003ee06c1aa750d57}
657 \strng{authorfullhash}{2098d59d0f19a2e003ee06c1aa750d57}
658 \field{sortinit}{B}
659 - \field{sortinithash}{276475738cc058478c1677046f857703}
660 + \field{sortinithash}{8de16967003c7207dae369d874f1456e}
661 \field{labelnamesource}{author}
662 \endentry
663 |;
664 @@ -228,7 +228,7 @@ my $l3 = q| \entry{L3}{book}{}
665 \strng{authornamehash}{c8b06fe88bde128b25eb0b3b1cc5837c}
666 \strng{authorfullhash}{c8b06fe88bde128b25eb0b3b1cc5837c}
667 \field{sortinit}{C}
668 - \field{sortinithash}{963e9d84a3da2344e8833203de5aed05}
669 + \field{sortinithash}{4c244ceae61406cdc0cc2ce1cb1ff703}
670 \field{labelnamesource}{author}
671 \endentry
672 |;
673 @@ -248,7 +248,7 @@ my $l4 = q| \entry{L4}{book}{}
674 \strng{authornamehash}{5ec958b850c0c2de7de7c42c84b9c419}
675 \strng{authorfullhash}{5ec958b850c0c2de7de7c42c84b9c419}
676 \field{sortinit}{D}
677 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
678 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
679 \field{labelnamesource}{author}
680 \endentry
681 |;
682 @@ -270,7 +270,7 @@ my $l5 = q| \entry{L5}{book}{}
683 \strng{authornamehash}{c6b9d281cc1ff3f35570f76f463d4244}
684 \strng{authorfullhash}{c6b9d281cc1ff3f35570f76f463d4244}
685 \field{sortinit}{v}
686 - \field{sortinithash}{75dd7385c90b2252c3ae853a80ca853b}
687 + \field{sortinithash}{02432525618c08e2b03cac47c19764af}
688 \field{labelnamesource}{author}
689 \endentry
690 |;
691 @@ -292,7 +292,7 @@ my $l6 = q| \entry{L6}{book}{}
692 \strng{authornamehash}{5fd24d3d1608a310ec205a6b201a5495}
693 \strng{authorfullhash}{5fd24d3d1608a310ec205a6b201a5495}
694 \field{sortinit}{v}
695 - \field{sortinithash}{75dd7385c90b2252c3ae853a80ca853b}
696 + \field{sortinithash}{02432525618c08e2b03cac47c19764af}
697 \field{labelnamesource}{author}
698 \endentry
699 |;
700 @@ -314,7 +314,7 @@ my $l7 = q| \entry{L7}{book}{}
701 \strng{authornamehash}{98edb0b90251df22b74328d9227eceb7}
702 \strng{authorfullhash}{98edb0b90251df22b74328d9227eceb7}
703 \field{sortinit}{v}
704 - \field{sortinithash}{75dd7385c90b2252c3ae853a80ca853b}
705 + \field{sortinithash}{02432525618c08e2b03cac47c19764af}
706 \field{labelnamesource}{author}
707 \endentry
708 |;
709 @@ -336,7 +336,7 @@ my $l8 = q| \entry{L8}{book}{}
710 \strng{authornamehash}{1211dc8dbbc191cbcab4da3c3c1fc48a}
711 \strng{authorfullhash}{1211dc8dbbc191cbcab4da3c3c1fc48a}
712 \field{sortinit}{v}
713 - \field{sortinithash}{75dd7385c90b2252c3ae853a80ca853b}
714 + \field{sortinithash}{02432525618c08e2b03cac47c19764af}
715 \field{labelnamesource}{author}
716 \endentry
717 |;
718 @@ -356,7 +356,7 @@ my $l9 = q| \entry{L9}{book}{}
719 \strng{authornamehash}{bae61a889ab149a6deafe45333204cf0}
720 \strng{authorfullhash}{bae61a889ab149a6deafe45333204cf0}
721 \field{sortinit}{I}
722 - \field{sortinithash}{320bc8fe8101b9376f9f21cd507de0e8}
723 + \field{sortinithash}{9417e9a1288a9371e2691d999083ed39}
724 \field{labelnamesource}{author}
725 \endentry
726 |;
727 @@ -379,7 +379,7 @@ my $l10 = q| \entry{L10}{book}{}
728 \strng{authornamehash}{37b4325752e394ddfb2fc810f6c88e27}
729 \strng{authorfullhash}{37b4325752e394ddfb2fc810f6c88e27}
730 \field{sortinit}{J}
731 - \field{sortinithash}{fce5f8d0bd05e8d93f3dbe21c78897ca}
732 + \field{sortinithash}{c45040a764d616897e7f5b30174d7b92}
733 \field{labelnamesource}{author}
734 \endentry
735 |;
736 @@ -402,7 +402,7 @@ my $l10a = q| \entry{L10a}{book}{}
737 \strng{authornamehash}{7bf2c9d8b89a1930ee91bfddcaf20c9c}
738 \strng{authorfullhash}{7bf2c9d8b89a1930ee91bfddcaf20c9c}
739 \field{sortinit}{P}
740 - \field{sortinithash}{8d51b3d5b78d75b54308d706b9bbe285}
741 + \field{sortinithash}{bb5b15f2db90f7aef79bb9e83defefcb}
742 \field{labelnamesource}{author}
743 \endentry
744 |;
745 @@ -427,7 +427,7 @@ my $l11 = q| \entry{L11}{book}{}
746 \strng{authornamehash}{9f48d231be68c9435fab4faca55a5caf}
747 \strng{authorfullhash}{9f48d231be68c9435fab4faca55a5caf}
748 \field{sortinit}{v}
749 - \field{sortinithash}{75dd7385c90b2252c3ae853a80ca853b}
750 + \field{sortinithash}{02432525618c08e2b03cac47c19764af}
751 \field{labelnamesource}{author}
752 \endentry
753 |;
754 @@ -449,7 +449,7 @@ my $l12 = q| \entry{L12}{book}{}
755 \strng{authornamehash}{d7ca88c13a8f7ce1c23e920010a31f83}
756 \strng{authorfullhash}{d7ca88c13a8f7ce1c23e920010a31f83}
757 \field{sortinit}{d}
758 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
759 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
760 \true{uniqueprimaryauthor}
761 \field{labelnamesource}{author}
762 \endentry
763 @@ -470,7 +470,7 @@ my $l13 = q| \entry{L13}{book}{}
764 \strng{authornamehash}{227ac48bb788a658cfaa4eefc71ff0cc}
765 \strng{authorfullhash}{227ac48bb788a658cfaa4eefc71ff0cc}
766 \field{sortinit}{V}
767 - \field{sortinithash}{75dd7385c90b2252c3ae853a80ca853b}
768 + \field{sortinithash}{02432525618c08e2b03cac47c19764af}
769 \field{labelnamesource}{author}
770 \endentry
771 |;
772 @@ -490,7 +490,7 @@ my $l14 = q| \entry{L14}{book}{}
773 \strng{authornamehash}{779475052c17ed56dc3be900d0dfdf87}
774 \strng{authorfullhash}{779475052c17ed56dc3be900d0dfdf87}
775 \field{sortinit}{S}
776 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
777 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
778 \field{labelnamesource}{author}
779 \endentry
780 |;
781 @@ -513,7 +513,7 @@ my $l15 = q| \entry{L15}{book}{}
782 \strng{authorfullhash}{783c636e853e47a854ae034ebe9dde62}
783 \field{extraname}{1}
784 \field{sortinit}{v}
785 - \field{sortinithash}{75dd7385c90b2252c3ae853a80ca853b}
786 + \field{sortinithash}{02432525618c08e2b03cac47c19764af}
787 \field{labelnamesource}{author}
788 \endentry
789 |;
790 @@ -536,7 +536,7 @@ my $l16 = q| \entry{L16}{book}{}
791 \strng{authorfullhash}{783c636e853e47a854ae034ebe9dde62}
792 \field{extraname}{2}
793 \field{sortinit}{v}
794 - \field{sortinithash}{75dd7385c90b2252c3ae853a80ca853b}
795 + \field{sortinithash}{02432525618c08e2b03cac47c19764af}
796 \field{labelnamesource}{author}
797 \endentry
798 |;
799 @@ -557,7 +557,7 @@ my $l17 = q| \entry{L17}{book}{}
800 \strng{authorfullhash}{b51f667a3384d92ea5458ba80716bff7}
801 \field{extraname}{1}
802 \field{sortinit}{L}
803 - \field{sortinithash}{2c7981aaabc885868aba60f0c09ee20f}
804 + \field{sortinithash}{dad3efd0836470093a7b4a7bb756eb8c}
805 \field{labelnamesource}{author}
806 \endentry
807 |;
808 @@ -578,7 +578,7 @@ my $l18 = q| \entry{L18}{book}{}
809 \strng{authorfullhash}{b51f667a3384d92ea5458ba80716bff7}
810 \field{extraname}{2}
811 \field{sortinit}{L}
812 - \field{sortinithash}{2c7981aaabc885868aba60f0c09ee20f}
813 + \field{sortinithash}{dad3efd0836470093a7b4a7bb756eb8c}
814 \field{labelnamesource}{author}
815 \endentry
816 |;
817 @@ -598,7 +598,7 @@ my $l19 = q| \entry{L19}{book}{}
818 \strng{authornamehash}{83caa52f21f97e572dd3267bdf62978a}
819 \strng{authorfullhash}{83caa52f21f97e572dd3267bdf62978a}
820 \field{sortinit}{M}
821 - \field{sortinithash}{cfd219b90152c06204fab207bc6c7cab}
822 + \field{sortinithash}{2e5c2f51f7fa2d957f3206819bf86dc3}
823 \field{labelnamesource}{author}
824 \endentry
825 |;
826 @@ -618,7 +618,7 @@ my $l19a = q| \entry{L19a}{book}{}
827 \strng{authornamehash}{0963f6904ccfeaac2770c5882a587001}
828 \strng{authorfullhash}{0963f6904ccfeaac2770c5882a587001}
829 \field{sortinit}{L}
830 - \field{sortinithash}{2c7981aaabc885868aba60f0c09ee20f}
831 + \field{sortinithash}{dad3efd0836470093a7b4a7bb756eb8c}
832 \field{labelnamesource}{author}
833 \endentry
834 |;
835 @@ -639,7 +639,7 @@ my $l20 = q| \entry{L20}{book}{}
836 \strng{authornamehash}{5f26c2f3b33095d5b005714893f4d698}
837 \strng{authorfullhash}{5f26c2f3b33095d5b005714893f4d698}
838 \field{sortinit}{F}
839 - \field{sortinithash}{669c706c6f1fbf3b5a83d26f1d9e9e72}
840 + \field{sortinithash}{fb0c0faa89eb6abae8213bf60e6799ea}
841 \field{labelnamesource}{author}
842 \endentry
843 |;
844 @@ -660,7 +660,7 @@ my $l21 = q| \entry{L21}{book}{}
845 \strng{authorfullhash}{4389a3c0dc7da74487b50808ba9436ad}
846 \field{extraname}{1}
847 \field{sortinit}{S}
848 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
849 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
850 \field{labelnamesource}{author}
851 \endentry
852 |;
853 @@ -681,7 +681,7 @@ my $l22u = q| \entry{L22}{book}{}
854 \strng{authorfullhash}{e58b861545799d0eaf883402a882126e}
855 \field{extraname}{1}
856 \field{sortinit}{Å }
857 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
858 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
859 \field{labelnamesource}{author}
860 \endentry
861 |;
862 @@ -703,7 +703,7 @@ my $l22 = q| \entry{L22}{book}{}
863 \strng{authorfullhash}{e58b861545799d0eaf883402a882126e}
864 \field{extraname}{1}
865 \field{sortinit}{\v{S}}
866 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
867 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
868 \true{uniqueprimaryauthor}
869 \field{labelnamesource}{author}
870 \endentry
871 @@ -726,7 +726,7 @@ my $l23 = q| \entry{L23}{book}{}
872 \strng{authorfullhash}{4389a3c0dc7da74487b50808ba9436ad}
873 \field{extraname}{3}
874 \field{sortinit}{S}
875 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
876 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
877 \field{labelnamesource}{author}
878 \endentry
879 |;
880 @@ -747,7 +747,7 @@ my $l24 = q| \entry{L24}{book}{}
881 \strng{authorfullhash}{e58b861545799d0eaf883402a882126e}
882 \field{extraname}{2}
883 \field{sortinit}{Å }
884 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
885 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
886 \field{labelnamesource}{author}
887 \endentry
888 |;
889 @@ -765,7 +765,7 @@ my $l25 = q| \entry{L25}{book}{}
890 \strng{authornamehash}{d7cd2c5ea0848abc3e90609558b84a45}
891 \strng{authorfullhash}{d7cd2c5ea0848abc3e90609558b84a45}
892 \field{sortinit}{A}
893 - \field{sortinithash}{d77c7cdd82ff690d4c3ef13216f92f0b}
894 + \field{sortinithash}{a3dcedd53b04d1adfd5ac303ecd5e6fa}
895 \field{labelnamesource}{author}
896 \endentry
897 |;
898 @@ -783,7 +783,7 @@ my $l26 = q| \entry{L26}{book}{}
899 \strng{authornamehash}{8eee1dbafdbd0a4b73157e60f18b4784}
900 \strng{authorfullhash}{8eee1dbafdbd0a4b73157e60f18b4784}
901 \field{sortinit}{S}
902 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
903 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
904 \field{labelnamesource}{author}
905 \endentry
906 |;
907 @@ -791,7 +791,7 @@ my $l26 = q| \entry{L26}{book}{}
908 # Malformed anyway but a decent test
909 my $l28 = q| \entry{L28}{book}{}
910 \field{sortinit}{0}
911 - \field{sortinithash}{168ad0c7c5ed09f1d28c6675717b5b03}
912 + \field{sortinithash}{bcf7a1f4afb88b7299f988caccb80d1c}
913 \warn{\item Name "Deux et al.,, O." is malformed (consecutive commas): skipping name}
914 \endentry
915 |;
916 @@ -810,7 +810,7 @@ my $l29 = q| \entry{L29}{book}{}
917 \strng{authornamehash}{27ad192a3a715aa89152b2a4ee392e8c}
918 \strng{authorfullhash}{27ad192a3a715aa89152b2a4ee392e8c}
919 \field{sortinit}{U}
920 - \field{sortinithash}{36a2444f5238e0dcf4bb59704df6624d}
921 + \field{sortinithash}{77a6935510e008adcf5b555e7b4f0711}
922 \field{labelnamesource}{author}
923 \endentry
924 |;
925 @@ -850,7 +850,7 @@ my $l31 = q| \entry{L31}{book}{}
926 \strng{translatornamehash}{29c3ff92fff79d09a8b44d2f775de0b1}
927 \strng{translatorfullhash}{29c3ff92fff79d09a8b44d2f775de0b1}
928 \field{sortinit}{\~{Z}}
929 - \field{sortinithash}{156173bd08b075d7295bc3e0f4735a04}
930 + \field{sortinithash}{8f7b480688e809b50b6f6577b16f3db5}
931 \true{uniqueprimaryauthor}
932 \field{labelnamesource}{author}
933 \endentry
934 diff --git a/t/options.t b/t/options.t
935 index 940a282..c14d694 100644
936 --- a/t/options.t
937 +++ b/t/options.t
938 @@ -100,7 +100,7 @@ my $l1 = q| \entry{L1}{book}{}
939 \strng{authornamehash}{bd051a2f7a5f377e3a62581b0e0f8577}
940 \strng{authorfullhash}{bd051a2f7a5f377e3a62581b0e0f8577}
941 \field{sortinit}{D}
942 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
943 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
944 \field{extradatescope}{labelyear}
945 \field{labeldatesource}{}
946 \field{labelnamesource}{author}
947 @@ -137,7 +137,7 @@ my $l2 = q| \entry{L2}{book}{maxcitenames=3,maxbibnames=3,maxsortnames=3,maxi
948 \strng{authornamehash}{19eec87c959944d6d9c72434a42856ba}
949 \strng{authorfullhash}{19eec87c959944d6d9c72434a42856ba}
950 \field{sortinit}{E}
951 - \field{sortinithash}{f615fb9c6fba11c6f962fb3fd599810e}
952 + \field{sortinithash}{c554bd1a0b76ea92b9f105fe36d9c7b0}
953 \field{extradatescope}{labelyear}
954 \field{labeldatesource}{}
955 \field{labelnamesource}{author}
956 @@ -169,7 +169,7 @@ my $l3 = q| \entry{L3}{book}{blah=10}
957 \strng{authornamehash}{490250da1f3b92580d97563dc96c6c84}
958 \strng{authorfullhash}{490250da1f3b92580d97563dc96c6c84}
959 \field{sortinit}{B}
960 - \field{sortinithash}{276475738cc058478c1677046f857703}
961 + \field{sortinithash}{8de16967003c7207dae369d874f1456e}
962 \field{extradatescope}{labelyear}
963 \field{labeldatesource}{}
964 \field{labelnamesource}{author}
965 diff --git a/t/related-entries.t b/t/related-entries.t
966 index 53dce64..b38ac79 100644
967 --- a/t/related-entries.t
968 +++ b/t/related-entries.t
969 @@ -56,7 +56,7 @@ my $k1 = q| \entry{key1}{article}{}
970 \strng{authorfullhash}{a517747c3d12f99244ae598910d979c5}
971 \field{extraname}{1}
972 \field{sortinit}{1}
973 - \field{sortinithash}{2174f786c6195e7fe2ee1c229b416e29}
974 + \field{sortinithash}{50c6687d7fc80f50136d75228e3c59ba}
975 \field{extradatescope}{labelyear}
976 \field{labeldatesource}{}
977 \field{labelnamesource}{author}
978 @@ -95,7 +95,7 @@ my $k2 = q| \entry{key2}{inbook}{}
979 \strng{authorfullhash}{a517747c3d12f99244ae598910d979c5}
980 \field{extraname}{2}
981 \field{sortinit}{2}
982 - \field{sortinithash}{cbff857e587bcb4635511624d773949e}
983 + \field{sortinithash}{ed39bb39cf854d5250e95b1c1f94f4ed}
984 \field{extradatescope}{labelyear}
985 \field{labeldatesource}{}
986 \field{labelnamesource}{author}
987 @@ -243,7 +243,7 @@ my $kck4 = q| \entry{caf8e34be07426ae7127c1b4829983c1}{inbook}{dataonly,useed
988
989 my $c1 = q| \entry{c1}{book}{}
990 \field{sortinit}{3}
991 - \field{sortinithash}{a4b52e5432884761f50fb9571273b93e}
992 + \field{sortinithash}{a37a8ef248a93c322189792c34fc68c9}
993 \field{related}{9ab62b5ef34a985438bfdf7ee0102229}
994 \endentry
995 |;
996 @@ -330,7 +330,7 @@ my $un1 = q| \entry{kullback}{book}{}
997 \strng{authorfullhash}{34c5bbf9876c37127c3abe4e7d7a7198}
998 \field{extraname}{1}
999 \field{sortinit}{5}
1000 - \field{sortinithash}{3c19c3776b658b3558e9e2e4840c01e2}
1001 + \field{sortinithash}{5dd416adbafacc8226114bc0202d5fdd}
1002 \field{extradatescope}{year}
1003 \field{labelnamesource}{author}
1004 \field{labeltitlesource}{title}
1005 @@ -364,7 +364,7 @@ my $un2 = q| \entry{kullback:related}{book}{}
1006 \strng{authorfullhash}{34c5bbf9876c37127c3abe4e7d7a7198}
1007 \field{extraname}{2}
1008 \field{sortinit}{6}
1009 - \field{sortinithash}{57e57fb8451e7fcfa45d1e069f6d3136}
1010 + \field{sortinithash}{7851c86048328b027313775d8fbd2131}
1011 \field{extradatescope}{year}
1012 \field{labelnamesource}{author}
1013 \field{labeltitlesource}{title}
1014 diff --git a/t/remote-files.t b/t/remote-files.t
1015 index c747dcd..6f4cf4d 100644
1016 --- a/t/remote-files.t
1017 +++ b/t/remote-files.t
1018 @@ -86,7 +86,7 @@ my $cu1 = q| \entry{citeulike:8283461}{article}{}
1019 \strng{authornamehash}{a700cc0bdce78f5a1f50ff6314ff6f2a}
1020 \strng{authorfullhash}{094b095bbb7ac93fdd3e2eafdcec0cac}
1021 \field{sortinit}{M}
1022 - \field{sortinithash}{cfd219b90152c06204fab207bc6c7cab}
1023 + \field{sortinithash}{2e5c2f51f7fa2d957f3206819bf86dc3}
1024 \field{extradatescope}{labelyear}
1025 \field{labeldatesource}{year}
1026 \field{labelnamesource}{author}
1027 @@ -133,7 +133,7 @@ my $dl1 = q| \entry{AbdelbarH98}{article}{}
1028 \strng{authornamehash}{bb887c5d0458bfb1f3f7e6afc8d1def4}
1029 \strng{authorfullhash}{bb887c5d0458bfb1f3f7e6afc8d1def4}
1030 \field{sortinit}{A}
1031 - \field{sortinithash}{d77c7cdd82ff690d4c3ef13216f92f0b}
1032 + \field{sortinithash}{a3dcedd53b04d1adfd5ac303ecd5e6fa}
1033 \field{extradatescope}{labelyear}
1034 \field{labeldatesource}{year}
1035 \field{labelnamesource}{author}
1036 diff --git a/t/set-dynamic.t b/t/set-dynamic.t
1037 index 9ab5fdd..0846f8a 100644
1038 --- a/t/set-dynamic.t
1039 +++ b/t/set-dynamic.t
1040 @@ -51,7 +51,7 @@ my $out = $biber->get_output_obj;
1041 my $string1 = q| \entry{DynSet}{set}{}
1042 \set{Dynamic1,Dynamic2,Dynamic3}
1043 \field{sortinit}{1}
1044 - \field{sortinithash}{2174f786c6195e7fe2ee1c229b416e29}
1045 + \field{sortinithash}{50c6687d7fc80f50136d75228e3c59ba}
1046 \endentry
1047 |;
1048
1049 @@ -71,7 +71,7 @@ my $string2 = q| \entry{Dynamic1}{book}{}
1050 \strng{authornamehash}{252caa7921a061ca92087a1a52f15b78}
1051 \strng{authorfullhash}{252caa7921a061ca92087a1a52f15b78}
1052 \field{sortinit}{8}
1053 - \field{sortinithash}{07edf88d4ea82509b9c4b4d13f41c452}
1054 + \field{sortinithash}{1b24cab5087933ef0826a7cd3b99e994}
1055 \field{labeldatesource}{year}
1056 \field{labelnamesource}{author}
1057 \field{labeltitlesource}{title}
1058 @@ -98,7 +98,7 @@ my $string3 = q| \entry{Dynamic2}{book}{}
1059 \strng{authornamehash}{894a5fe6de820f5dcce84a65581667f4}
1060 \strng{authorfullhash}{894a5fe6de820f5dcce84a65581667f4}
1061 \field{sortinit}{9}
1062 - \field{sortinithash}{1dd72ab054147731c9d824b49aba0534}
1063 + \field{sortinithash}{54047ffb55bdefa0694bbd554c1b11a0}
1064 \field{labeldatesource}{year}
1065 \field{labelnamesource}{author}
1066 \field{labeltitlesource}{title}
1067 @@ -124,7 +124,7 @@ my $string4 = q| \entry{Dynamic3}{book}{}
1068 \strng{authornamehash}{fc3cc97631ceaecdde2aee6cc60ab42b}
1069 \strng{authorfullhash}{fc3cc97631ceaecdde2aee6cc60ab42b}
1070 \field{sortinit}{1}
1071 - \field{sortinithash}{2174f786c6195e7fe2ee1c229b416e29}
1072 + \field{sortinithash}{50c6687d7fc80f50136d75228e3c59ba}
1073 \field{labeldatesource}{year}
1074 \field{labelnamesource}{author}
1075 \field{labeltitlesource}{title}
1076 @@ -151,7 +151,7 @@ my $string5 = q| \entry{Dynamic3}{book}{}
1077 \strng{authornamehash}{fc3cc97631ceaecdde2aee6cc60ab42b}
1078 \strng{authorfullhash}{fc3cc97631ceaecdde2aee6cc60ab42b}
1079 \field{sortinit}{1}
1080 - \field{sortinithash}{2174f786c6195e7fe2ee1c229b416e29}
1081 + \field{sortinithash}{50c6687d7fc80f50136d75228e3c59ba}
1082 \field{labeldatesource}{year}
1083 \field{labelnamesource}{author}
1084 \field{labeltitlesource}{title}
1085 diff --git a/t/set-legacy.t b/t/set-legacy.t
1086 index 4e56991..9d40acb 100644
1087 --- a/t/set-legacy.t
1088 +++ b/t/set-legacy.t
1089 @@ -45,7 +45,7 @@ my $out = $biber->get_output_obj;
1090 my $string1 = q| \entry{Elias1955}{set}{}
1091 \set{Elias1955a,Elias1955b}
1092 \field{sortinit}{1}
1093 - \field{sortinithash}{2174f786c6195e7fe2ee1c229b416e29}
1094 + \field{sortinithash}{50c6687d7fc80f50136d75228e3c59ba}
1095 \endentry
1096 |;
1097
1098 diff --git a/t/set-static.t b/t/set-static.t
1099 index 1e45d4d..a6cbe73 100644
1100 --- a/t/set-static.t
1101 +++ b/t/set-static.t
1102 @@ -47,7 +47,7 @@ my $out = $biber->get_output_obj;
1103 my $string1 = q| \entry{Static1}{set}{}
1104 \set{Static2,Static4,Static3}
1105 \field{sortinit}{B}
1106 - \field{sortinithash}{276475738cc058478c1677046f857703}
1107 + \field{sortinithash}{8de16967003c7207dae369d874f1456e}
1108 \field{annotation}{Some notes}
1109 \endentry
1110 |;
1111 @@ -68,7 +68,7 @@ my $string2 = q| \entry{Static2}{book}{}
1112 \strng{authornamehash}{43874d80d7ce68027102819f16c47df1}
1113 \strng{authorfullhash}{43874d80d7ce68027102819f16c47df1}
1114 \field{sortinit}{B}
1115 - \field{sortinithash}{276475738cc058478c1677046f857703}
1116 + \field{sortinithash}{8de16967003c7207dae369d874f1456e}
1117 \field{labeldatesource}{year}
1118 \field{labelnamesource}{author}
1119 \field{labeltitlesource}{title}
1120 @@ -94,7 +94,7 @@ my $string3 = q| \entry{Static3}{book}{}
1121 \strng{authornamehash}{22dafa5cd57bb5dd7f3e3bab98fd539c}
1122 \strng{authorfullhash}{22dafa5cd57bb5dd7f3e3bab98fd539c}
1123 \field{sortinit}{D}
1124 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
1125 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
1126 \field{labeldatesource}{year}
1127 \field{labelnamesource}{author}
1128 \field{labeltitlesource}{title}
1129 @@ -119,7 +119,7 @@ my $string4 = q| \entry{Static4}{book}{}
1130 \strng{authornamehash}{da80091c8cd89e5269bd55af1bd5d2fa}
1131 \strng{authorfullhash}{da80091c8cd89e5269bd55af1bd5d2fa}
1132 \field{sortinit}{C}
1133 - \field{sortinithash}{963e9d84a3da2344e8833203de5aed05}
1134 + \field{sortinithash}{4c244ceae61406cdc0cc2ce1cb1ff703}
1135 \field{labeldatesource}{year}
1136 \field{labelnamesource}{author}
1137 \field{labeltitlesource}{title}
1138 @@ -145,7 +145,7 @@ my $string5 = q| \entry{Static2}{book}{}
1139 \strng{authornamehash}{43874d80d7ce68027102819f16c47df1}
1140 \strng{authorfullhash}{43874d80d7ce68027102819f16c47df1}
1141 \field{sortinit}{1}
1142 - \field{sortinithash}{2174f786c6195e7fe2ee1c229b416e29}
1143 + \field{sortinithash}{50c6687d7fc80f50136d75228e3c59ba}
1144 \field{labeldatesource}{year}
1145 \field{labelnamesource}{author}
1146 \field{labeltitlesource}{title}
1147 diff --git a/t/skips.t b/t/skips.t
1148 index 7c80d39..caa835f 100644
1149 --- a/t/skips.t
1150 +++ b/t/skips.t
1151 @@ -50,7 +50,7 @@ my $set1 = q| \entry{seta}{set}{}
1152 \field{labelalpha}{Doe10}
1153 \field{extraalpha}{1}
1154 \field{sortinit}{D}
1155 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
1156 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
1157 \endentry
1158 |;
1159
1160 @@ -70,7 +70,7 @@ my $set2 = q| \entry{set:membera}{book}{}
1161 \strng{authornamehash}{bd051a2f7a5f377e3a62581b0e0f8577}
1162 \strng{authorfullhash}{bd051a2f7a5f377e3a62581b0e0f8577}
1163 \field{sortinit}{D}
1164 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
1165 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
1166 \field{labeldatesource}{}
1167 \field{labelnamesource}{author}
1168 \field{labeltitlesource}{title}
1169 @@ -97,7 +97,7 @@ my $set3 = q| \entry{set:memberb}{book}{}
1170 \strng{authornamehash}{bd051a2f7a5f377e3a62581b0e0f8577}
1171 \strng{authorfullhash}{bd051a2f7a5f377e3a62581b0e0f8577}
1172 \field{sortinit}{D}
1173 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
1174 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
1175 \field{labeldatesource}{}
1176 \field{labelnamesource}{author}
1177 \field{labeltitlesource}{title}
1178 @@ -123,7 +123,7 @@ my $set4 = q| \entry{set:memberc}{book}{}
1179 \strng{authornamehash}{bd051a2f7a5f377e3a62581b0e0f8577}
1180 \strng{authorfullhash}{bd051a2f7a5f377e3a62581b0e0f8577}
1181 \field{sortinit}{D}
1182 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
1183 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
1184 \field{labeldatesource}{}
1185 \field{labelnamesource}{author}
1186 \field{labeltitlesource}{title}
1187 @@ -150,7 +150,7 @@ my $noset1 = q| \entry{noseta}{book}{}
1188 \field{extraname}{3}
1189 \field{labelalpha}{Doe10}
1190 \field{sortinit}{D}
1191 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
1192 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
1193 \field{extradate}{2}
1194 \field{extradatescope}{labelyear}
1195 \field{labeldatesource}{}
1196 @@ -180,7 +180,7 @@ my $noset2 = q| \entry{nosetb}{book}{}
1197 \field{extraname}{4}
1198 \field{labelalpha}{Doe10}
1199 \field{sortinit}{D}
1200 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
1201 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
1202 \field{extradate}{3}
1203 \field{extradatescope}{labelyear}
1204 \field{labeldatesource}{}
1205 @@ -210,7 +210,7 @@ my $noset3 = q| \entry{nosetc}{book}{}
1206 \field{extraname}{5}
1207 \field{labelalpha}{Doe10}
1208 \field{sortinit}{D}
1209 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
1210 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
1211 \field{extradate}{4}
1212 \field{extradatescope}{labelyear}
1213 \field{labeldatesource}{}
1214 @@ -244,7 +244,7 @@ my $sk4 = q| \entry{skip4}{article}{dataonly}
1215 \strng{authornamehash}{bd051a2f7a5f377e3a62581b0e0f8577}
1216 \strng{authorfullhash}{bd051a2f7a5f377e3a62581b0e0f8577}
1217 \field{sortinit}{D}
1218 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
1219 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
1220 \field{labeldatesource}{year}
1221 \field{labelnamesource}{author}
1222 \field{labeltitlesource}{title}
1223 diff --git a/t/sort-complex.t b/t/sort-complex.t
1224 index aa3e564..d52db08 100644
1225 --- a/t/sort-complex.t
1226 +++ b/t/sort-complex.t
1227 @@ -123,7 +123,7 @@ my $l4 = q| \entry{L4}{book}{}
1228 \field{extraname}{2}
1229 \field{labelalpha}{Doe\textbf{+}95}
1230 \field{sortinit}{D}
1231 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
1232 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
1233 \field{extraalpha}{2}
1234 \field{labelnamesource}{author}
1235 \field{labeltitlesource}{title}
1236 @@ -155,7 +155,7 @@ my $l1 = q| \entry{L1}{book}{}
1237 \field{extraname}{1}
1238 \field{labelalpha}{Doe95}
1239 \field{sortinit}{D}
1240 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
1241 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
1242 \field{extraalpha}{1}
1243 \field{labelnamesource}{author}
1244 \field{labeltitlesource}{title}
1245 @@ -187,7 +187,7 @@ my $l2 = q| \entry{L2}{book}{}
1246 \field{extraname}{3}
1247 \field{labelalpha}{Doe95}
1248 \field{sortinit}{D}
1249 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
1250 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
1251 \field{extraalpha}{3}
1252 \field{labelnamesource}{author}
1253 \field{labeltitlesource}{title}
1254 @@ -219,7 +219,7 @@ my $l3 = q| \entry{L3}{book}{}
1255 \field{extraname}{2}
1256 \field{labelalpha}{Doe95}
1257 \field{sortinit}{D}
1258 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
1259 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
1260 \field{extraalpha}{2}
1261 \field{labelnamesource}{author}
1262 \field{labeltitlesource}{title}
1263 @@ -253,7 +253,7 @@ my $l5 = q| \entry{L5}{book}{}
1264 \field{extraname}{1}
1265 \field{labelalpha}{Doe\textbf{+}95}
1266 \field{sortinit}{D}
1267 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
1268 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
1269 \field{extraalpha}{1}
1270 \field{labelnamesource}{author}
1271 \field{labeltitlesource}{title}
1272 diff --git a/t/tdata/full-bbl.bbl b/t/tdata/full-bbl.bbl
1273 index 4f168de..07c2fab 100644
1274 --- a/t/tdata/full-bbl.bbl
1275 +++ b/t/tdata/full-bbl.bbl
1276 @@ -36,7 +36,7 @@
1277 \strng{authorfullhash}{bd051a2f7a5f377e3a62581b0e0f8577}
1278 \field{labelalpha}{\emph{A}}
1279 \field{sortinit}{A}
1280 - \field{sortinithash}{d77c7cdd82ff690d4c3ef13216f92f0b}
1281 + \field{sortinithash}{a3dcedd53b04d1adfd5ac303ecd5e6fa}
1282 \true{singletitle}
1283 \field{labelnamesource}{author}
1284 \field{labeltitlesource}{title}
1285 @@ -63,7 +63,7 @@
1286 \strng{authorfullhash}{bd051a2f7a5f377e3a62581b0e0f8577}
1287 \field{labelalpha}{\emph{A}}
1288 \field{sortinit}{A}
1289 - \field{sortinithash}{d77c7cdd82ff690d4c3ef13216f92f0b}
1290 + \field{sortinithash}{a3dcedd53b04d1adfd5ac303ecd5e6fa}
1291 \true{singletitle}
1292 \field{labelnamesource}{author}
1293 \field{labeltitlesource}{title}
1294 @@ -90,7 +90,7 @@
1295 \strng{authorfullhash}{bd051a2f7a5f377e3a62581b0e0f8577}
1296 \field{labelalpha}{\emph{A}}
1297 \field{sortinit}{D}
1298 - \field{sortinithash}{2ef1bd9a78cc71eb74d7231c635177b8}
1299 + \field{sortinithash}{c438b3d5d027251ba63f5ed538d98af5}
1300 \true{singletitle}
1301 \field{labelnamesource}{author}
1302 \field{labeltitlesource}{title}
1303 diff --git a/t/tdata/full-bblxml.bblxml b/t/tdata/full-bblxml.bblxml
1304 index 9eea7d1..a39a787 100644
1305 --- a/t/tdata/full-bblxml.bblxml
1306 +++ b/t/tdata/full-bblxml.bblxml
1307 @@ -47,7 +47,7 @@
1308 <bbl:field name="authorbibnamehash">860705eb8ffac6e40507746c7ede79ca</bbl:field>
1309 <bbl:field name="labelalpha">Aks\textbf{+}06</bbl:field>
1310 <bbl:field name="sortinit">A</bbl:field>
1311 - <bbl:field name="sortinithash">d77c7cdd82ff690d4c3ef13216f92f0b</bbl:field>
1312 + <bbl:field name="sortinithash">a3dcedd53b04d1adfd5ac303ecd5e6fa</bbl:field>
1313 <bbl:field name="labelnamesource">author</bbl:field>
1314 <bbl:field name="labeltitlesource">title</bbl:field>
1315 <bbl:field name="indextitle">Effect of immobilization on catalytic characteristics</bbl:field>
1316 @@ -79,7 +79,7 @@
1317 <bbl:field name="authorbibnamehash">9717d2d959a4b18727868ca7928c34b4</bbl:field>
1318 <bbl:field name="labelalpha">Ang02</bbl:field>
1319 <bbl:field name="sortinit">A</bbl:field>
1320 - <bbl:field name="sortinithash">d77c7cdd82ff690d4c3ef13216f92f0b</bbl:field>
1321 + <bbl:field name="sortinithash">a3dcedd53b04d1adfd5ac303ecd5e6fa</bbl:field>
1322 <bbl:field name="labelnamesource">author</bbl:field>
1323 <bbl:field name="labeltitlesource">shorttitle</bbl:field>
1324 <bbl:field name="annotation">A German article in a French journal. Apart from that, a typical article entry. Note the indextitle field</bbl:field>
1325 @@ -109,7 +109,7 @@
1326 </bbl:set>
1327 <bbl:field name="labelalpha">Gla61</bbl:field>
1328 <bbl:field name="sortinit">G</bbl:field>
1329 - <bbl:field name="sortinithash">5e8d2bf9d38de41b1528bd307546008f</bbl:field>
1330 + <bbl:field name="sortinithash">62eb2aa29549e4fdbd3cb154ec5711cb</bbl:field>
1331 <bbl:field name="annotation">A set entry with three members discussing the standard model of particle physics.</bbl:field>
1332 </bbl:entry>
1333 <bbl:entry key="stdmodel:glashow" type="article">
1334 @@ -129,7 +129,7 @@
1335 <bbl:field name="authorfullhash">eb3f242602109f5bdbeb41fdd990fcc0</bbl:field>
1336 <bbl:field name="authorbibnamehash">eb3f242602109f5bdbeb41fdd990fcc0</bbl:field>
1337 <bbl:field name="sortinit">G</bbl:field>
1338 - <bbl:field name="sortinithash">5e8d2bf9d38de41b1528bd307546008f</bbl:field>
1339 + <bbl:field name="sortinithash">62eb2aa29549e4fdbd3cb154ec5711cb</bbl:field>
1340 <bbl:field name="labelnamesource">author</bbl:field>
1341 <bbl:field name="labeltitlesource">title</bbl:field>
1342 <bbl:field name="journaltitle">Nucl. Phys.</bbl:field>
1343 @@ -168,7 +168,7 @@
1344 <bbl:field name="extraname">1</bbl:field>
1345 <bbl:field name="labelalpha">Knu86</bbl:field>
1346 <bbl:field name="sortinit">K</bbl:field>
1347 - <bbl:field name="sortinithash">9fd838a31ba64d981e8f44562bd33f89</bbl:field>
1348 + <bbl:field name="sortinithash">d3edc18d54b9438a72c24c925bfb38f4</bbl:field>
1349 <bbl:field name="extraalpha">1</bbl:field>
1350 <bbl:field name="labelnamesource">author</bbl:field>
1351 <bbl:field name="labeltitlesource">shorttitle</bbl:field>
1352 @@ -207,7 +207,7 @@
1353 <bbl:field name="extraname">2</bbl:field>
1354 <bbl:field name="labelalpha">Knu86</bbl:field>
1355 <bbl:field name="sortinit">K</bbl:field>
1356 - <bbl:field name="sortinithash">9fd838a31ba64d981e8f44562bd33f89</bbl:field>
1357 + <bbl:field name="sortinithash">d3edc18d54b9438a72c24c925bfb38f4</bbl:field>
1358 <bbl:field name="extraalpha">2</bbl:field>
1359 <bbl:field name="labelnamesource">author</bbl:field>
1360 <bbl:field name="labeltitlesource">shorttitle</bbl:field>
1361 @@ -236,7 +236,7 @@
1362 <bbl:field name="authorbibnamehash">d52f05e0199eae563725b4165f4b2520</bbl:field>
1363 <bbl:field name="labelalpha">Ree58</bbl:field>
1364 <bbl:field name="sortinit">R</bbl:field>
1365 - <bbl:field name="sortinithash">da6b42bd3ab22fee61abed031ee405f7</bbl:field>
1366 + <bbl:field name="sortinithash">b9c68a358aea118dfa887b6e902414a7</bbl:field>
1367 <bbl:field name="labelnamesource">author</bbl:field>
1368 <bbl:field name="labeltitlesource">title</bbl:field>
1369 <bbl:field name="annotation">An article entry with a series and a volume field. Note the format of the series. If the value of the series field is an integer, this number is printed as an ordinal and the string *series is appended automatically</bbl:field>
1370 @@ -286,7 +286,7 @@
1371 <bbl:field name="editorfullhash">d0ec890e59163c24c111a08d2a4be982</bbl:field>
1372 <bbl:field name="editorbibnamehash">d0ec890e59163c24c111a08d2a4be982</bbl:field>
1373 <bbl:field name="sortinit">S</bbl:field>
1374 - <bbl:field name="sortinithash">322b1d5276f2f6c1bccdcd15920dbee6</bbl:field>
1375 + <bbl:field name="sortinithash">c319cff79d99c853d775f88277d4e45f</bbl:field>
1376 <bbl:field name="labelnamesource">author</bbl:field>
1377 <bbl:field name="labeltitlesource">title</bbl:field>
1378 <bbl:field name="booksubtitle">Relativistic groups and analyticity</bbl:field>
1379 @@ -317,7 +317,7 @@
1380 <bbl:field name="authorbibnamehash">93f17724cbd884231ef39a73755ef5bb</bbl:field>
1381 <bbl:field name="labelalpha">Sho91</bbl:field>
1382 <bbl:field name="sortinit">S</bbl:field>
1383 - <bbl:field name="sortinithash">322b1d5276f2f6c1bccdcd15920dbee6</bbl:field>
1384 + <bbl:field name="sortinithash">c319cff79d99c853d775f88277d4e45f</bbl:field>
1385 <bbl:field name="labelnamesource">author</bbl:field>
1386 <bbl:field name="labeltitlesource">title</bbl:field>
1387 <bbl:field name="annotation">An article entry with series, volume, and number fields. Note the format of the series which is a localization key</bbl:field>
1388 @@ -353,7 +353,7 @@
1389 <bbl:field name="authorfullhash">15e144c72b0b9d10db00ddc6d37a19e6</bbl:field>
1390 <bbl:field name="authorbibnamehash">15e144c72b0b9d10db00ddc6d37a19e6</bbl:field>
1391 <bbl:field name="sortinit">W</bbl:field>
1392 - <bbl:field name="sortinithash">ecb89ff85896a47dc313960773ac311d</bbl:field>
1393 + <bbl:field name="sortinithash">1af34bd8c148ffb32de1494636b49713</bbl:field>
1394 <bbl:field name="labelnamesource">author</bbl:field>
1395 <bbl:field name="labeltitlesource">title</bbl:field>
1396 <bbl:field name="journaltitle">Phys. Rev. Lett.</bbl:field>
1397 @@ -411,7 +411,7 @@
1398 <bbl:field name="authorbibnamehash">860705eb8ffac6e40507746c7ede79ca</bbl:field>
1399 <bbl:field name="labelalpha">Aks\textbf{+}06</bbl:field>
1400 <bbl:field name="sortinit">A</bbl:field>
1401 - <bbl:field name="sortinithash">d77c7cdd82ff690d4c3ef13216f92f0b</bbl:field>
1402 + <bbl:field name="sortinithash">a3dcedd53b04d1adfd5ac303ecd5e6fa</bbl:field>
1403 <bbl:field name="labelnamesource">author</bbl:field>
1404 <bbl:field name="labeltitlesource">title</bbl:field>
1405 <bbl:field name="indextitle">Effect of immobilization on catalytic characteristics</bbl:field>
1406 @@ -443,7 +443,7 @@
1407 <bbl:field name="authorbibnamehash">9717d2d959a4b18727868ca7928c34b4</bbl:field>
1408 <bbl:field name="labelalpha">Ang02</bbl:field>
1409 <bbl:field name="sortinit">A</bbl:field>
1410 - <bbl:field name="sortinithash">d77c7cdd82ff690d4c3ef13216f92f0b</bbl:field>
1411 + <bbl:field name="sortinithash">a3dcedd53b04d1adfd5ac303ecd5e6fa</bbl:field>
1412 <bbl:field name="labelnamesource">author</bbl:field>
1413 <bbl:field name="labeltitlesource">shorttitle</bbl:field>
1414 <bbl:field name="annotation">A German article in a French journal. Apart from that, a typical article entry. Note the indextitle field</bbl:field>
1415 @@ -473,7 +473,7 @@
1416 </bbl:set>
1417 <bbl:field name="labelalpha">Gla61</bbl:field>
1418 <bbl:field name="sortinit">G</bbl:field>
1419 - <bbl:field name="sortinithash">5e8d2bf9d38de41b1528bd307546008f</bbl:field>
1420 + <bbl:field name="sortinithash">62eb2aa29549e4fdbd3cb154ec5711cb</bbl:field>
1421 <bbl:field name="annotation">A set entry with three members discussing the standard model of particle physics.</bbl:field>
1422 </bbl:entry>
1423 <bbl:entry key="stdmodel:glashow" type="article">
1424 @@ -493,7 +493,7 @@
1425 <bbl:field name="authorfullhash">eb3f242602109f5bdbeb41fdd990fcc0</bbl:field>
1426 <bbl:field name="authorbibnamehash">eb3f242602109f5bdbeb41fdd990fcc0</bbl:field>
1427 <bbl:field name="sortinit">G</bbl:field>
1428 - <bbl:field name="sortinithash">5e8d2bf9d38de41b1528bd307546008f</bbl:field>
1429 + <bbl:field name="sortinithash">62eb2aa29549e4fdbd3cb154ec5711cb</bbl:field>
1430 <bbl:field name="labelnamesource">author</bbl:field>
1431 <bbl:field name="labeltitlesource">title</bbl:field>
1432 <bbl:field name="journaltitle">Nucl. Phys.</bbl:field>
1433 @@ -532,7 +532,7 @@
1434 <bbl:field name="extraname">1</bbl:field>
1435 <bbl:field name="labelalpha">Knu86</bbl:field>
1436 <bbl:field name="sortinit">K</bbl:field>
1437 - <bbl:field name="sortinithash">9fd838a31ba64d981e8f44562bd33f89</bbl:field>
1438 + <bbl:field name="sortinithash">d3edc18d54b9438a72c24c925bfb38f4</bbl:field>
1439 <bbl:field name="extraalpha">1</bbl:field>
1440 <bbl:field name="labelnamesource">author</bbl:field>
1441 <bbl:field name="labeltitlesource">shorttitle</bbl:field>
1442 @@ -571,7 +571,7 @@
1443 <bbl:field name="extraname">2</bbl:field>
1444 <bbl:field name="labelalpha">Knu86</bbl:field>
1445 <bbl:field name="sortinit">K</bbl:field>
1446 - <bbl:field name="sortinithash">9fd838a31ba64d981e8f44562bd33f89</bbl:field>
1447 + <bbl:field name="sortinithash">d3edc18d54b9438a72c24c925bfb38f4</bbl:field>
1448 <bbl:field name="extraalpha">2</bbl:field>
1449 <bbl:field name="labelnamesource">author</bbl:field>
1450 <bbl:field name="labeltitlesource">shorttitle</bbl:field>
1451 @@ -600,7 +600,7 @@
1452 <bbl:field name="authorbibnamehash">d52f05e0199eae563725b4165f4b2520</bbl:field>
1453 <bbl:field name="labelalpha">Ree58</bbl:field>
1454 <bbl:field name="sortinit">R</bbl:field>
1455 - <bbl:field name="sortinithash">da6b42bd3ab22fee61abed031ee405f7</bbl:field>
1456 + <bbl:field name="sortinithash">b9c68a358aea118dfa887b6e902414a7</bbl:field>
1457 <bbl:field name="labelnamesource">author</bbl:field>
1458 <bbl:field name="labeltitlesource">title</bbl:field>
1459 <bbl:field name="annotation">An article entry with a series and a volume field. Note the format of the series. If the value of the series field is an integer, this number is printed as an ordinal and the string *series is appended automatically</bbl:field>
1460 @@ -650,7 +650,7 @@
1461 <bbl:field name="editorfullhash">d0ec890e59163c24c111a08d2a4be982</bbl:field>
1462 <bbl:field name="editorbibnamehash">d0ec890e59163c24c111a08d2a4be982</bbl:field>
1463 <bbl:field name="sortinit">S</bbl:field>
1464 - <bbl:field name="sortinithash">322b1d5276f2f6c1bccdcd15920dbee6</bbl:field>
1465 + <bbl:field name="sortinithash">c319cff79d99c853d775f88277d4e45f</bbl:field>
1466 <bbl:field name="labelnamesource">author</bbl:field>
1467 <bbl:field name="labeltitlesource">title</bbl:field>
1468 <bbl:field name="booksubtitle">Relativistic groups and analyticity</bbl:field>
1469 @@ -681,7 +681,7 @@
1470 <bbl:field name="authorbibnamehash">93f17724cbd884231ef39a73755ef5bb</bbl:field>
1471 <bbl:field name="labelalpha">Sho91</bbl:field>
1472 <bbl:field name="sortinit">S</bbl:field>
1473 - <bbl:field name="sortinithash">322b1d5276f2f6c1bccdcd15920dbee6</bbl:field>
1474 + <bbl:field name="sortinithash">c319cff79d99c853d775f88277d4e45f</bbl:field>
1475 <bbl:field name="labelnamesource">author</bbl:field>
1476 <bbl:field name="labeltitlesource">title</bbl:field>
1477 <bbl:field name="annotation">An article entry with series, volume, and number fields. Note the format of the series which is a localization key</bbl:field>
1478 @@ -717,7 +717,7 @@
1479 <bbl:field name="authorfullhash">15e144c72b0b9d10db00ddc6d37a19e6</bbl:field>
1480 <bbl:field name="authorbibnamehash">15e144c72b0b9d10db00ddc6d37a19e6</bbl:field>
1481 <bbl:field name="sortinit">W</bbl:field>
1482 - <bbl:field name="sortinithash">ecb89ff85896a47dc313960773ac311d</bbl:field>
1483 + <bbl:field name="sortinithash">1af34bd8c148ffb32de1494636b49713</bbl:field>
1484 <bbl:field name="labelnamesource">author</bbl:field>
1485 <bbl:field name="labeltitlesource">title</bbl:field>
1486 <bbl:field name="journaltitle">Phys. Rev. Lett.</bbl:field>
1487 diff --git a/t/tdata/remote-files.bcf b/t/tdata/remote-files.bcf
1488 index c2d784b..a2a1842 100644
1489 --- a/t/tdata/remote-files.bcf
1490 +++ b/t/tdata/remote-files.bcf
1491 @@ -1853,12 +1853,12 @@
1492 <bcf:datasource type="file" datatype="bibtex">http://www.citeulike.org/bibtex/group/8082</bcf:datasource>
1493 <bcf:datasource type="file" datatype="bibtex">http://people.cs.uu.nl/hansb/graphs-bib/definitions.bib</bcf:datasource>
1494 <bcf:datasource type="file" datatype="bibtex">http://people.cs.uu.nl/hansb/graphs-bib/papers.bib</bcf:datasource>
1495 - <bcf:datasource type="file" datatype="bibtex">https://api.zotero.org/groups/9097/items/II22KQ7D?format=bibtex&amp;limit=1</bcf:datasource>
1496 + <bcf:datasource type="file" datatype="bibtex">https://api.zotero.org/groups/9097/items/8VITAT46?format=bibtex&amp;limit=1</bcf:datasource>
1497 </bcf:bibdata>
1498 <bcf:section number="0">
1499 <bcf:citekey order="1">citeulike:8283461</bcf:citekey>
1500 <bcf:citekey order="2">AbdelbarH98</bcf:citekey>
1501 - <bcf:citekey order="3">merleau-ponty_philosophe_2010</bcf:citekey>
1502 + <bcf:citekey order="3">crossley_politics_1994</bcf:citekey>
1503 </bcf:section>
1504 <!-- SORTING TEMPLATES -->
1505 <bcf:sortingtemplate name="nty">
1506 diff --git a/t/uniqueness-nameparts.t b/t/uniqueness-nameparts.t
1507 index beb2e39..1fb65a8 100644
1508 --- a/t/uniqueness-nameparts.t
1509 +++ b/t/uniqueness-nameparts.t
1510 @@ -81,7 +81,7 @@ my $un1 = q| \entry{un1}{article}{}
1511 \strng{authorfullhash}{329d8f9192ea3349d700160c9ddb505d}
1512 \field{labelalpha}{SmiJohSim}
1513 \field{sortinit}{S}
1514 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
1515 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
1516 \field{labelnamesource}{author}
1517 \endentry
1518 |;
1519 @@ -106,7 +106,7 @@ my $un2 = q| \entry{un2}{article}{}
1520 \strng{authorfullhash}{7551114aede4ef69e4b3683039801706}
1521 \field{labelalpha}{SmiJohAla}
1522 \field{sortinit}{S}
1523 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
1524 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
1525 \field{labelnamesource}{author}
1526 \endentry
1527 |;
1528 @@ -131,7 +131,7 @@ my $un3 = q| \entry{un3}{article}{}
1529 \strng{authorfullhash}{401aebda288799a7c757526242d8c9fc}
1530 \field{labelalpha}{SmiJohArt}
1531 \field{sortinit}{S}
1532 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
1533 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
1534 \field{labelnamesource}{author}
1535 \endentry
1536 |;
1537 @@ -156,7 +156,7 @@ my $un4 = q| \entry{un4}{article}{}
1538 \strng{authorfullhash}{f6038a264619efefd49c7daac56424ca}
1539 \field{labelalpha}{SmiAlaSim}
1540 \field{sortinit}{S}
1541 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
1542 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
1543 \field{labelnamesource}{author}
1544 \endentry
1545 |;
1546 @@ -181,7 +181,7 @@ my $un1a = q| \entry{un1}{article}{}
1547 \strng{authorfullhash}{329d8f9192ea3349d700160c9ddb505d}
1548 \field{labelalpha}{SmiJohSim}
1549 \field{sortinit}{S}
1550 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
1551 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
1552 \field{labelnamesource}{author}
1553 \endentry
1554 |;
1555 @@ -206,7 +206,7 @@ my $un2a = q| \entry{un2}{article}{}
1556 \strng{authorfullhash}{7551114aede4ef69e4b3683039801706}
1557 \field{labelalpha}{SmiJohAla}
1558 \field{sortinit}{S}
1559 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
1560 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
1561 \field{labelnamesource}{author}
1562 \endentry
1563 |;
1564 @@ -231,7 +231,7 @@ my $un3a = q| \entry{un3}{article}{}
1565 \strng{authorfullhash}{401aebda288799a7c757526242d8c9fc}
1566 \field{labelalpha}{SmiJohArt}
1567 \field{sortinit}{S}
1568 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
1569 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
1570 \field{labelnamesource}{author}
1571 \endentry
1572 |;
1573 @@ -257,7 +257,7 @@ my $un4a = q| \entry{un4}{article}{}
1574 \strng{authorfullhash}{f6038a264619efefd49c7daac56424ca}
1575 \field{labelalpha}{SmiAlaSim}
1576 \field{sortinit}{S}
1577 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
1578 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
1579 \field{labelnamesource}{author}
1580 \endentry
1581 |;
1582 @@ -285,7 +285,7 @@ my $un1b = q| \entry{un1}{article}{}
1583 \field{extraname}{5}
1584 \field{labelalpha}{SmiJohSim}
1585 \field{sortinit}{S}
1586 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
1587 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
1588 \field{extradate}{5}
1589 \field{labelnamesource}{author}
1590 \endentry
1591 @@ -311,7 +311,7 @@ my $un2b = q| \entry{un2}{article}{}
1592 \strng{authorfullhash}{7551114aede4ef69e4b3683039801706}
1593 \field{labelalpha}{SmiJohAla}
1594 \field{sortinit}{S}
1595 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
1596 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
1597 \field{labelnamesource}{author}
1598 \endentry
1599 |;
1600 @@ -336,7 +336,7 @@ my $un3b = q| \entry{un3}{article}{}
1601 \strng{authorfullhash}{401aebda288799a7c757526242d8c9fc}
1602 \field{labelalpha}{SmiJohArt}
1603 \field{sortinit}{S}
1604 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
1605 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
1606 \field{labelnamesource}{author}
1607 \endentry
1608 |;
1609 @@ -364,7 +364,7 @@ my $un4b = q| \entry{un4}{article}{}
1610 \field{extraname}{1}
1611 \field{labelalpha}{SmiAlaSim}
1612 \field{sortinit}{S}
1613 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
1614 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
1615 \field{extradate}{1}
1616 \field{labelnamesource}{author}
1617 \endentry
1618 @@ -393,7 +393,7 @@ my $un5 = q| \entry{un5}{article}{uniquenametemplatename=test3}
1619 \field{extraname}{2}
1620 \field{labelalpha}{SmiArtSim}
1621 \field{sortinit}{S}
1622 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
1623 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
1624 \field{extradate}{2}
1625 \field{labelnamesource}{author}
1626 \endentry
1627 @@ -422,7 +422,7 @@ my $un6 = q| \entry{un6}{article}{}
1628 \field{extraname}{3}
1629 \field{labelalpha}{SmiArtSmy}
1630 \field{sortinit}{S}
1631 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
1632 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
1633 \field{extradate}{3}
1634 \field{labelnamesource}{author}
1635 \\endentry
1636 @@ -451,7 +451,7 @@ my $un7 = q| \entry{un7}{article}{}
1637 \field{extraname}{4}
1638 \field{labelalpha}{SmiArtSme}
1639 \field{sortinit}{S}
1640 - \field{sortinithash}{322b1d5276f2f6c1bccdcd15920dbee6}
1641 + \field{sortinithash}{c319cff79d99c853d775f88277d4e45f}
1642 \field{extradate}{4}
1643 \field{labelnamesource}{author}
1644 \endentry
1645 diff --git a/t/xdata.t b/t/xdata.t
1646 index 7411b1d..73dcb8b 100644
1647 --- a/t/xdata.t
1648 +++ b/t/xdata.t
1649 @@ -75,7 +75,7 @@ my $xd1 = q| \entry{xd1}{book}{}
1650 \strng{authorfullhash}{51db4bfd331cba22959ce2d224c517cd}
1651 \field{extraname}{2}
1652 \field{sortinit}{E}
1653 - \field{sortinithash}{f615fb9c6fba11c6f962fb3fd599810e}
1654 + \field{sortinithash}{c554bd1a0b76ea92b9f105fe36d9c7b0}
1655 \field{extradatescope}{labelyear}
1656 \field{labeldatesource}{}
1657 \field{labelnamesource}{author}
1658 @@ -107,7 +107,7 @@ my $xd2 = q| \entry{xd2}{book}{}
1659 \strng{authornamehash}{68539e0ce4922cc4957c6cabf35e6fc8}
1660 \strng{authorfullhash}{68539e0ce4922cc4957c6cabf35e6fc8}
1661 \field{sortinit}{P}
1662 - \field{sortinithash}{8d51b3d5b78d75b54308d706b9bbe285}
1663 + \field{sortinithash}{bb5b15f2db90f7aef79bb9e83defefcb}
1664 \field{extradatescope}{labelyear}
1665 \field{labeldatesource}{}
1666 \field{labelnamesource}{author}