-
Notifications
You must be signed in to change notification settings - Fork 0
Bugs
TeoDev1611 edited this page Aug 13, 2022
·
1 revision
Here you can found some recommendations or bugs currently known and working in this!
Well I found a bug with emojis in the CLI and tried to find a solution and found this comment about this issue and what causes this issue.
There is an issue with Deno.stdout.write which doesn't handle unicode characters well. There is already an deno issue denoland/deno#6001.
But i found a workaourund here denoland/deno#6131 (comment).
You have to enable utf8 character encoding in windows than it should work.
Source Here
And the solution proposed is add this to the top of the profile.ps1
file can
be accessibly with this command notepad $PROFILE
on powershell!
[Console]::OutputEncoding = [Text.UTF8Encoding]::UTF8
Made with ♥ in Ecuador and the World
The DPM Wiki 🌎 ❤️ 🦕