tmpsf = tmpsf.replace(u'\xd4S', u'\u015a')
tmpsf = tmpsf.replace(u'\xd4s', u'\u015b')
- # COMBINING BREVE
- tmpsf = tmpsf.replace(u'\xe6i', u'i\u0306')
-
# R CARON
tmpsf = tmpsf.replace(u'\xdaR', u'\u0158')
tmpsf = tmpsf.replace(u'\xdar', u'\u0159')
+ # G BREVE
+ tmpsf = tmpsf.replace(u'\xe6G', u'\u011e')
+ tmpsf = tmpsf.replace(u'\xe6g', u'\u011f')
+
+ # I BREVE
+ tmpsf = tmpsf.replace(u'\xe6I', u'i\u012c')
+ tmpsf = tmpsf.replace(u'\xe6i', u'i\u012d')
+
+ # COMBINING DOT ABOVE
+ tmpsf = tmpsf.replace(u'\xfeI', u'I\u0307')
+
new_field.add_subfield(subfield[0], tmpsf)
if r'\x' in repr(tmpsf):
global RECORD_COUNT