Skip to content
  • Murray Cumming's avatar
    Convert several headers from ISO-8559 to UTF-8. · 12429af2
    Murray Cumming authored
    Using, for instance,
    recode ISO-8859-16..utf8 ./libgda/gda-meta-struct-private.h
    and then using sed to replace resulting strange characters.
    
    This avoids this error from recent versions of glib-mkenums:
    UnicodeDecodeError: 'utf8' codec can't decode byte 0xf3 in position 167:
    invalid continuation byte
    12429af2