mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Error occurs when processing files with Japanese names #205
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!