yurijmikhalevich / rclip

AI-Powered Command-Line Photo Search Tool
MIT License
693 stars 52 forks source link

bug: error on redirecting output on unicode file paths #95

Open timepp opened 4 months ago

timepp commented 4 months ago

when there are unicode file names, rclip runs well only in the console window. However, if you redirect the output to file, pipe, etc. it will throw errors. This blocks me from integrating rclip into my app.

See below screenshot:

image
yurijmikhalevich commented 4 months ago

Hi @timepp! Thank you for the report. I'll give it a closer look when I have some time.