-
Notifications
You must be signed in to change notification settings - Fork 758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Profiler console output contains invalid characters #41577
Comments
It's due to the code-page used in windows CMD is 437 by default. This code-page prevents to show the Unicode characters properly. If we change the code-page to 65001, it will show the Unicode characters properly. We can change the code-page of the windows CMD by using the command |
In order to keep a consistent terminal/cmd output pattern across platforms, we can use a character which is supported in the code-page 437 for bulleting or we can remove the bullets.
|
This issue is NOT closed with a proper Reason/ label. Make sure to add proper reason label before closing. Please add or leave a comment with the proper reason label now. |
Description
$subject
Steps to Reproduce
Create a bal package and run
bal profile
.Note the
?
character in the console output.Affected Version(s)
2201.8.2
OS, DB, other environment details and versions
Windows 10
Related area
-> Runtime
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: