siliconlad / aish

A terminal shell built with AI at the core
6 stars 0 forks source link

Support non utf-8 characters in pipe #67

Closed siliconlad closed 1 month ago

siliconlad commented 3 months ago

The following should work (and works in bash):

cat /dev/random | head -n 1

currently, we error out with the following:

> cat /dev/random | head -n 1
stream did not contain valid UTF-8