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
When using console.log() with non-ASCII characters the output in stderr is trash. (The output in the console client is fine though.) The reason for this seems to come from utf8ForRange which calls convertLatin1ToUTF8.
The text was updated successfully, but these errors were encountered:
When using
console.log()
with non-ASCII characters the output in stderr is trash. (The output in the console client is fine though.) The reason for this seems to come fromutf8ForRange
which callsconvertLatin1ToUTF8
.The text was updated successfully, but these errors were encountered: