当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

In browser adress bar when I copy web adress in Japanese and copy it remains in Japanes but not anymore

  • 2 件の返信
  • 1 人がこの問題に困っています
  • 9 回表示
  • 最後の返信者: cor-el

more options

I have recently noticed when I copied web address which was in Japanese after copying on a note pad or even in the MS outlook email it turned like this %E3%82%B9%E3%. Before it was copied in the same language such as English or Japanese. When I look at the address in the browser it is in Japanese but if I copy and paste it turn in to %E3%82%B9%E3%. What could be the cause? Is it normal. Any guidance/help will be much appreciated.

Thank you in advance.

I have recently noticed when I copied web address which was in Japanese after copying on a note pad or even in the MS outlook email it turned like this %E3%82%B9%E3%. Before it was copied in the same language such as English or Japanese. When I look at the address in the browser it is in Japanese but if I copy and paste it turn in to %E3%82%B9%E3%. What could be the cause? Is it normal. Any guidance/help will be much appreciated. Thank you in advance.

すべての返信 (2)

more options

This is absolutely normal. In the actual URL, forbidden characters are stored (proper term escaped), as %##, where ## is the hexadecimal ASCII code, for instance space is %20. Multiple (usually 2-3) consequent codes are used to encode Unicode characters. Firefox and most major browsers will translate these into text whenever possible for your convenience. As not all browsers currently support this translation, they may act strange if you try to open a URL containing these characters. For instance, a space may indicate that the input text is actually a search query. URL parsing may also malfunction if you use special characters, so posting such an encoded URL in a forum, such as "example.com/text that has spaces" will result in only the first part of the URL (before the first space) being recognised. If you want to use Kanji or other characters in hyperlinks, use custom hyperlink text where available and rewrite the characters in there. There is an online converter for this as well. Example: https://ja.wikipedia.org/wiki/メインページ Actually refers to: https://ja.wikipedia.org/wiki/%E3%83%A1%E3%82%A4%E3%83%B3%E3%83%9A%E3%83%BC%E3%82%B8

more options

You can check browser.urlbar.decodeURLsOnCopy on the about:config page.

You can open the about:config page via the location/address bar. You can click the button to "Accept the Risk and Continue".