tmpsf = tmpsf.replace(u'\xd4S', u'\u015a')
tmpsf = tmpsf.replace(u'\xd4s', u'\u015b')
+ # A CARON
+ tmpsf = tmpsf.replace(u'\xdaA', u'\u0100')
+ tmpsf = tmpsf.replace(u'\xdaa', u'\u0101')
+
+ # C CARON
+ tmpsf = tmpsf.replace(u'\xdaC', u'\u010c')
+ tmpsf = tmpsf.replace(u'\xdac', u'\u010d')
+
# R CARON
tmpsf = tmpsf.replace(u'\xdaR', u'\u0158')
tmpsf = tmpsf.replace(u'\xdar', u'\u0159')
+ # S CARON
+ tmpsf = tmpsf.replace(u'\xdaS', u'\u0160')
+ tmpsf = tmpsf.replace(u'\xdas', u'\u0161')
+
# G BREVE
tmpsf = tmpsf.replace(u'\xe6G', u'\u011e')
tmpsf = tmpsf.replace(u'\xe6g', u'\u011f')