You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to suppress this as it's causing issues in Windows environments where the logged output is being redirected back from the build process, specifically when calling something like "az acr build" from within a PowerShell script.
Yes, we could instruct every single Windows user to modify their system locale, but it would seem much simpler to simply offer a build switch or mechanism to disable Unicode, which is entirely unnecessary (though does look pretty).
Any ideas are welcome, but ideally it would be nice to either simply remove the Unicode output altogether, or offer a way to omit it for build environments or other situations where Unicode output can cause issues.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all, it appears that during the build process Vite will emit Unicode characters, such as in the this example:
Is it possible to suppress this as it's causing issues in Windows environments where the logged output is being redirected back from the build process, specifically when calling something like "az acr build" from within a PowerShell script.
Yes, we could instruct every single Windows user to modify their system locale, but it would seem much simpler to simply offer a build switch or mechanism to disable Unicode, which is entirely unnecessary (though does look pretty).
Any ideas are welcome, but ideally it would be nice to either simply remove the Unicode output altogether, or offer a way to omit it for build environments or other situations where Unicode output can cause issues.
Beta Was this translation helpful? Give feedback.
All reactions