Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ion ion
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 86
    • Issues 86
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-osredox-os
  • ionion
  • Issues
  • #1012
Closed
Open
Issue created Sep 05, 2021 by Enzo Cioppettini@TenStrings

filename unescaping with non-ascii characters

bug: can't open files with non-ascii characters and whitespace in their names

related: none

code: input

touch 'fïle 1.txt'
cat fïle\ 1.txt

expect: the file contents

result: cat: 'fïle\ 1.txt': No such file or directory

version: df993477

context: using ion as a interactive shell, the escaping comes from tab-completion, using single quotes instead of \ works just fine.

behavior of bash/dash/zsh/fish/oil: open the file

Assignee
Assign to
Time tracking