Cant copy text out of dbeaver and paste it in notepad++ #39907
-
|
When i copy a sql text with CTRL+C in dbeaver and try to CTRL+V in notepad++, nothing was pasted. However, if I click-paste a anthor early text in the broad, and then click the content I copyed out of dbeaver, it will be pasted successfully. Do anyone know how to fix this?(I dont see this in recently issue) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
This problem met in DBeaver 25.1.4, still exist in 25.3.0. |
Beta Was this translation helpful? Give feedback.
-
|
To be honest, this doesn't look like connected to DBeaver. |
Beta Was this translation helpful? Give feedback.
I figured it out. It turns out the charset issue. In the dbeaver I chose "UTF-8" instead of "default" and my laptop's charset is UTF-8(bate) , I guess this is the reason.
When I switched to "default" , then I can paste normally.
Thanks for your answer !