The argument -config or --components-path does not support utf8 character
Open
kind/bug
size/S
triaged/resolved
- Dominant language
- Go
- Stars
- 353
- Forks
- 221
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 2
Description
## Expected Behavior
The Argument `--config` or `--components-path` support utf-8 character.
## Actual Behavior
```
dapr run `
--app-id webapp `
--app-port 6001 `
--dapr-http-port 3601 `
--dapr-grpc-port 60001 `
--config ../dapr/config/λ.yaml `
--components-path ../dapr/λλ `
dotnet run
# error
# CreateFile ../dapr/位位: The system cannot find the file specified.
```
Contributor guide
Assessment
This issue has not been assessed yet.