summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/bibtex/biber/t/tdata/sort-uc.bib
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/bibtex/biber/t/tdata/sort-uc.bib')
-rw-r--r--Master/texmf-dist/source/bibtex/biber/t/tdata/sort-uc.bib37
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/bibtex/biber/t/tdata/sort-uc.bib b/Master/texmf-dist/source/bibtex/biber/t/tdata/sort-uc.bib
new file mode 100644
index 00000000000..08bd995afb5
--- /dev/null
+++ b/Master/texmf-dist/source/bibtex/biber/t/tdata/sort-uc.bib
@@ -0,0 +1,37 @@
+% Test of U::C tailoring - Swedish - in UCA, å is sorted after ä but should be before
+@BOOK{LS1,
+ AUTHOR = {Slippery, Zänny},
+ TITLE = {Silent Slippers},
+ PUBLISHER = {Footwear Folios},
+ LOCATION = {London},
+ YEAR = {1932},
+ SHORTHAND = {SZä}
+}
+
+@BOOK{LS2,
+ AUTHOR = {Slippery, Zånny},
+ TITLE = {People Prefer Packages to Post},
+ PUBLISHER = {Terrible Typists},
+ LOCATION = {Grimsby},
+ YEAR = {1945},
+ SHORTHAND = {SZå}
+}
+
+@BOOK{LS3,
+ AUTHOR = {Slippery, Zönny},
+ TITLE = {Last Lingering Lemons},
+ PUBLISHER = {Fruit Folios},
+ LOCATION = {Catterick},
+ YEAR = {1966},
+ SHORTHAND = {SZo}
+}
+
+% Upper before lower false
+@BOOK{LS4,
+ AUTHOR = {Slippery, Zönny},
+ TITLE = {last lingering lemons},
+ PUBLISHER = {Fruit Folios},
+ LOCATION = {Catterick},
+ YEAR = {1966},
+ SHORTHAND = {SZo}
+}