<!doctype html>
<html lang="fr">
<meta charset="UTF-8">
In my application, when i use ctr+c to copy a text 'é' from a TextField (qml) and paste it in a extern utf-8 notepad. I got 'é'.
I tried this html format parameter in a normal simple page html that work just fine for copy.
I'm using Qt5.12.4 to compile.
I don't kown how to change my text in clipboard in utf-8 encoding.