Hi all, I code myself a little clipboard. When I copy text from anywhere and paste it into my shoes app, everything is fine ( for example, para self.clipboard, "département" will be correctly displayd as "département" ).
But, when I copy the content of a para with a button, and I paste it back into
Firefox, it will give me "département".
button "Copy" { self.clipboard = @my_para.text }
The same applies for ç, à, è ... I'm on Windows. Am I missing something?
Thank you
AP
