テーマの♪文字zshをプロンプトに使用しています。しかし、tmuxでは、私のプロンプトは次のように余分なスペースを表示して、奇妙に振る舞っていました: ♪ ~ I can type from here ♪ ~ Instead of here like in zsh, and sometimes when I do stuff like cd ♪ ~ cd ~ ♪ ~ cdcd / ♪ ~ ^^These 2 chars just show up but are not actually part of command and not delete-able …
を使用して、右単一引用符をアポストロフィに変換しようとしていtrます。 tr "`echo -e '\xE2\x80\x99'`" "`echo -e '\x27'`" < a > b aこの例を含むと呼ばれるUTF-8エンコードされたファイルが与えられた場合: We’re not a different species “All alone?” Jeth mentioned. OS XはBSD trを使用し、素晴らしい結果を生成します: We're not a different species “All alone?” Jeth mentioned. UbuntuはGNU trを使用し、この厄介な結果を生成します。 We'''re not a different species ''<9C>All alone?''<9D> Jeth mentioned. Ubuntuでこの変換を実現するにはどうすればよいですか?