/usr/share/xindy/lang/german/din5007.xdy is in xindy-rules 2.4-1.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ;; $Id: din5007.xdy,v 1.1 1996/07/03 18:44:46 kehr Exp $
;;
;; This file contains the basic sort-rules that are necessary to sort
;; a german index.
;; Die folgenden Regeln entsprechen der DIN 5007.
(sort-rule "ä" "ae")
(sort-rule "ö" "oe")
(sort-rule "ü" "ue")
(sort-rule "Ä" "ae")
(sort-rule "Ö" "oe")
(sort-rule "Ü" "ue")
(sort-rule "ß" "ss")
(require "lang/latin/caseisrt.xdy")
;; End
|