Originally created by @kaniza on GitHub (Sep 18, 2024).
I was trying to use the pkl command to process files with Japanese names. However, an error occurs when attempting to evaluate the file.
Information for Bug Report
pkl --version:
Pkl 0.26.3 (macOS 14.4.1, native)
Complete Error Message:
An unexpected error has occurred. Would you mind filing a bug report?
Steps to Reproduce
Check the version of pkl:
$ pkl --version
Pkl 0.26.3 (macOS 14.4.1, native)
Create a file en.pkl and check the content:
$ cat en.pkl
name=""
Evaluate the file with pkl:
$ pkl eval en.pkl
name=""
Copy the file and rename it to a Japanese name:
$ cp en.pkl 日本語.pkl
Attempt to evaluate the Japanese-named file:
$ pkl eval 日本語.pkl
An unexpected error has occurred. Would you mind filing a bug report?
Originally created by @kaniza on GitHub (Sep 18, 2024).
I was trying to use the `pkl` command to process files with Japanese names. However, an error occurs when attempting to evaluate the file.
#### Information for Bug Report
- **pkl --version**:
```
Pkl 0.26.3 (macOS 14.4.1, native)
```
- **Complete Error Message**:
```
An unexpected error has occurred. Would you mind filing a bug report?
```
#### Steps to Reproduce
1. Check the version of `pkl`:
```shell
$ pkl --version
Pkl 0.26.3 (macOS 14.4.1, native)
```
2. Create a file `en.pkl` and check the content:
```shell
$ cat en.pkl
name = ""
```
3. Evaluate the file with `pkl`:
```shell
$ pkl eval en.pkl
name = ""
```
4. Copy the file and rename it to a Japanese name:
```shell
$ cp en.pkl 日本語.pkl
```
5. Attempt to evaluate the Japanese-named file:
```shell
$ pkl eval 日本語.pkl
An unexpected error has occurred. Would you mind filing a bug report?
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @kaniza on GitHub (Sep 18, 2024).
I was trying to use the
pklcommand to process files with Japanese names. However, an error occurs when attempting to evaluate the file.Information for Bug Report
Steps to Reproduce
Check the version of
pkl:Create a file
en.pkland check the content:Evaluate the file with
pkl:Copy the file and rename it to a Japanese name:
Attempt to evaluate the Japanese-named file:
@bioball commented on GitHub (Oct 11, 2024):
Definitely a bug, thanks for the report!