Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: error render hyperlinks when files contain space and utf8 char #843

Open
XhstormR opened this issue Feb 15, 2024 · 2 comments · May be fixed by #882
Open

bug: error render hyperlinks when files contain space and utf8 char #843

XhstormR opened this issue Feb 15, 2024 · 2 comments · May be fixed by #882
Labels
errors Something isn't working

Comments

@XhstormR
Copy link

If eza does something unexpected, or its output looks wrong, or it displays an error on the screen, or if it outright crashes, then please include the following information in your report:

  • The version of eza being used (eza --version): v0.18.2
  • The command-line arguments you are using: eza -l --hyperlink
  • Your operating system and hardware platform: MacOS Darwin 23.3.0 x86_64 i386

If it’s a crash, please include the full text of the crash that gets printed to the screen. If you’re seeing unexpected behaviour, a screenshot of the issue will help a lot.


I use the hyperlinks function to open a folder, but it doesn't work when the file contains both spaces and Chinese characters.

ab cd works well,健身 资料 doesn't.

$ command eza -l --hyperlink  
drwxr-xr-x - user 15 Feb 15:45 'ab cd'
drwxr-xr-x - user 15 Feb 15:45 '健身 资料'

image

@XhstormR XhstormR added the errors Something isn't working label Feb 15, 2024
@XhstormR
Copy link
Author

the space need to be convert to %20

@wangyandongnx
Copy link

+1

XhstormR added a commit to XhstormR/eza that referenced this issue Mar 6, 2024
fix eza-community#843

Signed-off-by: XhstormR <10527522+XhstormR@users.noreply.github.com>
XhstormR added a commit to XhstormR/eza that referenced this issue Mar 6, 2024
XhstormR added a commit to XhstormR/eza that referenced this issue Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
errors Something isn't working
Projects
None yet
2 participants