On vnc window, it's single quote, but why is special characters appear as like \u2018 when copy-pasted to windows?
by flyxtop from LinuxQuestions.org on (#5DDQT)
On vnc window I see messages like below.
./src/box.c:94:7: error: ambiguating new declaration of 'float box_iou(box, box)'
but when I copy-pasted it to windows, it's like this.
./src/box.c:94:7: error: ambiguating new declaration of \u2018float box_iou(box, box)\u2019
How can I fix this? (I think this was not happening before but it is happening recently)
If I copy-paste it to same vnc window, it's ok.


./src/box.c:94:7: error: ambiguating new declaration of 'float box_iou(box, box)'
but when I copy-pasted it to windows, it's like this.
./src/box.c:94:7: error: ambiguating new declaration of \u2018float box_iou(box, box)\u2019
How can I fix this? (I think this was not happening before but it is happening recently)
If I copy-paste it to same vnc window, it's ok.