Benjamin Pasero
Benjamin Pasero
@nornagon it reproduces in Electron's Fiddle app itself:  Just place the window above the dock and right click.
This still reproduces for me in VSCode using Electron 11.4.1  //cc @deepak1556
No, just a single external monitor with 2K resolution (2560x1440).
How can we move this forward? Interestingly I see related issue https://github.com/electron/electron/issues/5451 was fixed with https://github.com/electron/electron/pull/5518 //cc @deepak1556 @zcbenz
@ashtuchkin I was thinking of a similar request today. Is there any way to know (after a call to encode) that the output is bogus? I think iconv is more...
@ashtuchkin got it. But in the docs you say "Untranslatable characters are set to � or ?", so it might also be "?" which I cannot really check for because...
Right, but "?" is ambiguos because it might also be a character used in the original text. I think raising some flag or error would make more sense to catch...
In our case, we use encode() to convert an existing file to another encoding. E.g. we have a source UTF-16 file that we want to save as DOS encoding. DOS...
Makes sense!
This would be a requirement for VSCode to ship `iconv-lite` as part of the web experience 👍