Skip to content

Port Git plugin away from QTextCodec

Volker Krause requested to merge work/vkrause/qtextcodec-port-git-plugin into master

QTextCodec was only used here to convert to/from the local 8bit encoding, and only for small quantities in one go, a usecase for which QString offers dedicated API directly.

Merge request reports