--- a/src/sampleconf/recoll.conf.in
+++ b/src/sampleconf/recoll.conf.in
@@ -95,15 +95,16 @@
 # appartenance to the list will turn-off both standard accent and case
 # processing. Examples: 
 # Swedish:
-# unac_except_trans =  åå Åå ää Ää öö Öö
+# unac_except_trans = ää Ää öö Öö üü Üü ßss œoe Œoe æae Æae fifi flfl åå Åå
 # German:
-# unac_except_trans = Ää Öö Üü ää öö üü ßss
-# In French, you probably want to decompose oe and ae
-# unac_except_trans = œoe Œoe æae Æae
-# Actually, this seems a reasonable default for all until someone
-# protests. These decompositions are not performed by unac, but I
-# cant imagine someone typing the composed forms in a search.
-unac_except_trans = ßss œoe Œoe æae ÆAE fifi flfl
+# unac_except_trans = ää Ää öö Öö üü Üü ßss œoe Œoe æae Æae fifi flfl
+# In French, you probably want to decompose oe and ae and nobody would type
+# a German ß
+# unac_except_trans = ßss œoe Œoe æae Æae fifi flfl
+# Reasonable default for all until someone protests. These decompositions
+# are not performed by unac, but I cant imagine someone typing the composed
+# forms in a search.
+unac_except_trans = ßss œoe Œoe æae Æae fifi flfl
 
 # Maximum expansion count for a single term (ie: when using wildcards).
 # We used to not limit this at all (except for filenames where the limit