Domanda

Has anyone solved the problem with copying and pasting links from Cyrillic?

What steps will reproduce the problem?

In chromium bug copying and pasting links from Cyrillic :-(

What is the expected result?

expect a normal copy and paste links from the Cyrillic alphabet

http://ru.wikipedia.org/wiki/Аррасская_уния

What happens instead?

paste URL

http://ru.wikipedia.org/wiki/%D0%90%D1%80%D1%80%D0%B0%D1%81%D1%81%D0%BA%D0%B0%D1%8F_%D1%83%D0%BD%D0%B8%D1%8F

Issue 68718

È stato utile?

Soluzione 2

This problem is still not resolved! A couple of years ago I developed a Google Chrome extension that might be useful for you!

COPY URL extension

Advantages:

  • supports links copying with Cyrillic
  • automatically converts Punycode

When you click "Copy URL” address of open tabs is copied to the clipboard.

I was developing it for myself so the localization is coming soon!

Altri suggerimenti

Just add any character and then erase it. After this operation, the copied cyrillic character will not be converted to punycode.

Example. In the address bar "https://ru.wikipedia.org/wiki/Аррасская_уния" -> "https://ru.wikipedia.org/wiki/Аррасская_уния1" -> "https://ru.wikipedia.org/wiki/Аррасская_уния" and then copy it.

As the other answers are currently not working, I use this website as a workaround: https://www.webatic.com/url-convertor.

The URL is put in the lower box (Encoded) and Decode button is pressed.

Recipe:

  • Press Ctrl-L for the whole URL to be selected.
  • Press Shift-Right to deselect h (or Shift-Ctrl-Right-Right-Left to deselect http:// or https://).
  • Copy the selected text.
  • Go to the place where you want the text to be pasted.
  • Re-typе the omitted part manually if needed.
  • Paste the text.

(This works at least in Chrome 93.)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top