Just a comment on this: You can see that copy from the Qt IDE session gets the UTF8 values. For example, enter:
<0 ┌─┐ │0│ └─┘ then highlight and copy the output to the clipboard, and read it as byte indices: a.i.wd 'clippaste' 226 148 140 226 148 128 226 148 144 10 226 148 130 48 226 148 130 10 226 148 148 226 148 128 226 148 152 10 Next a google search on "utf8" "226 148 140" will lead to the corresponding utf8 pages. Any problems with this in an external editor typically arise because of the font, or because the editor is not expecting utf8. On Tue, Feb 21, 2017 at 8:09 AM, Gilles Kirouac <[email protected]> wrote: > Raul was right: a font issue. > > Qt IDE has no deficiency. > > Thanks for all suggestions. > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
