madskristensen / Tweakster

A Visual Studio extension
Apache License 2.0
240 stars 23 forks source link

Problem when copy and paste multiline with Unicode(Non English) characters #57

Closed mojtabakaviani closed 3 years ago

mojtabakaviani commented 3 years ago

when copy and paste non english characters change to "?"

" ?? ?????? ???? ?????" ;
madskristensen commented 3 years ago

I can't reproduce this with non-english characters. Can you share the characters here that causes the issue, please?

mojtabakaviani commented 3 years ago

Yes. Orginal html:

<li class="breadcrumb-item"><a href="/">صفحه اصلی</a></li>
<li class="breadcrumb-item active">کارتابل</li>

when copy and pasted:

<li class="breadcrumb-item"><a href="/">???? ????</a></li>
<li class="breadcrumb-item active">???????</li>
mojtabakaviani commented 3 years ago

Thank you! problem solved.