I will take a look at the problem you report. It will be a while before I can get back to you.
On Sat, Feb 18, 2017 at 12:33 PM, Björn Helgason <[email protected]> wrote: > I have now tried hot in jhs under windows. > It is quite good except for the handling of icelandic characters. > If I place them in the noun in J before sending to hot they become garbageþ > If I type them in hot they come ok to J. > If I resend them to hot they become garbage. > > 2017-02-06 11:20 GMT+00:00 Björn Helgason <[email protected]>: > > > It looks like HOT has unicode options. > > > > On 6 Feb 2017 09:07, "Björn Helgason" <[email protected]> wrote: > > > >> ------------------------------ > >> 'jtable;20 20'cojhs's' [ s=: 2 2$'aa';'b';'c';'dd' > >> ┌─┐ > >> │4│ > >> └─┘ > >> s > >> ┌─────────┬─────────┬─────────────────────────┬──────────────────┐ > >> │aa │b │json_null │json_null │ > >> ├─────────┼─────────┼─────────────────────────┼──────────────────┤ > >> │json_null│json_null│json_null │mætt verða þéttara│ > >> ├─────────┼─────────┼─────────────────────────┼──────────────────┤ > >> │c │dd │json_null │json_null │ > >> ├─────────┼─────────┼─────────────────────────┼──────────────────┤ > >> │json_null│json_null│þetta er að verða gott│json_null │ > >> └─────────┴─────────┴─────────────────────────┴──────────────────┘ > >> s > >> ┌─────────┬─────────┬───────────────────────────────┬─────── > >> ───────────────┐ > >> │aa │b │json_null │json_ > >> null │ > >> ├─────────┼─────────┼───────────────────────────────┼─────── > >> ───────────────┤ > >> │json_null│json_null│json_null │mætt > >> verða þéttara│ > >> ├─────────┼─────────┼───────────────────────────────┼─────── > >> ───────────────┤ > >> │c │dd │json_null │json_ > >> null │ > >> ├─────────┼─────────┼───────────────────────────────┼─────── > >> ───────────────┤ > >> │json_null│json_null│þetta er að verða gott│json_nu > >> ll │ > >> └─────────┴─────────┴───────────────────────────────┴─────── > >> ───────────────┘ > >> s > >> ┌─────────┬─────────┬──────────────────────┬──────────────────────┐ > >> │aa │b │json_null │json_null │ > >> ├─────────┼─────────┼──────────────────────┼──────────────────────┤ > >> │json_null│json_null│json_null │mætt verða þéttara│ > >> ├─────────┼─────────┼──────────────────────┼──────────────────────┤ > >> │c │dd │json_null │json_null │ > >> ├─────────┼─────────┼──────────────────────┼──────────────────────┤ > >> │json_null│json_null│Þetta er að verða gott│json_null │ > >> └─────────┴─────────┴──────────────────────┴──────────────────────┘ > >> s > >> ┌─────────┬─────────┬──────────────────────┬───────────────────┐ > >> │aa │b │json_null │json_null │ > >> ├─────────┼─────────┼──────────────────────┼───────────────────┤ > >> │json_null│json_null│json_null │mætti verða þéttara│ > >> ├─────────┼─────────┼──────────────────────┼───────────────────┤ > >> │c │dd │json_null │json_null │ > >> ├─────────┼─────────┼──────────────────────┼───────────────────┤ > >> │json_null│json_null│Þetta er að verða gott│json_null │ > >> └─────────┴─────────┴──────────────────────┴───────────────────┘ > >> hmmm... > >> > >> sometimes they are ok and sometimes not > >> > >> On 5 Feb 2017 19:39, wrote: > >> > >> Icelandic letters giving some mixed effect > >> > >> 'jtable;20 20'cojhs's' [ s=: 2 2$'aa';'b';'c';'dd' > >> ┌─┐ > >> │4│ > >> └─┘ > >> s > >> ┌─────────┬─────────┬─────────────────────────┬──────────────────┐ > >> │aa │b │json_null │json_null │ > >> ├─────────┼─────────┼─────────────────────────┼──────────────────┤ > >> │json_null│json_null│json_null │mætt verða þéttara│ > >> ├─────────┼─────────┼─────────────────────────┼──────────────────┤ > >> │c │dd │json_null │json_null │ > >> ├─────────┼─────────┼─────────────────────────┼──────────────────┤ > >> │json_null│json_null│þetta er að verða gott│json_null │ > >> └─────────┴─────────┴─────────────────────────┴──────────────────┘ > >> > >> > >> On 5 Feb 2017 18:43, "Björn Helgason" <[email protected]> wrote: > >> > >> Its getting better > >> > >> 'jtable;0 0'cojhs'n' [ n=. i.3 4 > >> ┌─┐ > >> │0│ > >> └─┘ > >> n > >> ┌─────────┬─────────┬─────────┬─────────┬─────────┐ > >> │0 │1 │2 │3 │json_null│ > >> ├─────────┼─────────┼─────────┼─────────┼─────────┤ > >> │4 │5 │67 │7 │json_null│ > >> ├─────────┼─────────┼─────────┼─────────┼─────────┤ > >> │json_null│json_null│json_null│json_null│json_null│ > >> ├─────────┼─────────┼─────────┼─────────┼─────────┤ > >> │8 │97 │10 │116 │json_null│ > >> ├─────────┼─────────┼─────────┼─────────┼─────────┤ > >> │json_null│json_null│json_null│json_null│6 │ > >> └─────────┴─────────┴─────────┴─────────┴─────────┘ > >> > >> > >> On 5 Feb 2017 16:59, "Björn Helgason" <[email protected]> wrote: > >> > >> I got some action and at one time keyboard up. > >> blue circle and dialogue to insert rows etc but only sporadic. > >> try out some more I have time. > >> > >> On 5 Feb 2017 16:23, "Eric Iverson" <[email protected]> wrote: > >> > >>> I can't think of why you can't edit the table. The cell is an html5 > text > >>> input object and tapping it should bring up the keyboard to allow entry > >>> into the cell. > >>> > >>> A google search for handsontable and android touch screen shows there > >>> have > >>> been issues in this area. > >>> > >>> There are suggestions that a double tap of the cell is necessary to get > >>> to > >>> edit mode. Perhaps you could google and try a few experiments and > report > >>> back. > >>> > >>> > >>> On Sun, Feb 5, 2017 at 5:14 AM, Björn Helgason <[email protected]> > wrote: > >>> > >>> > I tried the table command. > >>> > > >>> > It displays the table fine in a new tab. > >>> > > >>> > Trying to change the table I do not get the keyboard up so I can > >>> change it. > >>> > > >>> > I am using android tablet. > >>> > > >>> > 'jtable;0 0'cojhs'n' [ n=. i.3 4 > >>> > ┌─┐ > >>> > │1│ > >>> > └─┘ > >>> > 'jtable;20 20'cojhs's' [ s=: 2 2$'aa';'b';'c';'dd' > >>> > ┌─┐ > >>> > │3│ > >>> > └─┘ > >>> > 'jtable;20 20'cojhs's' [ s=: 2 2$'aa';'b';'c';'dd' > >>> > ┌─┐ > >>> > │5│ > >>> > └─┘ > >>> > JVERSION > >>> > Engine: j805/j32/android > >>> > Release: commercial/2017-01-10T23:41:49 > >>> > Library: 8.05.11 > >>> > Platform: Android 32 (armeabi-v7a) > >>> > Installer: unknown > >>> > InstallPath: /storage/emulated/0/Android/ > data/com.jsoftware.j.android/ > >>> > files > >>> > Contact: www.jsoftware.com > >>> > > >>> > > >>> > On 4 Feb 2017 20:52, "Eric Iverson" <[email protected]> > wrote: > >>> > > >>> > > Major JHS update is available. > >>> > > > >>> > > If you use JHS, it is recommended that you upgrade as soon as > >>> convenient. > >>> > > > >>> > > If you don't use JHS, perhaps now is the time to take a look and > play > >>> > > around a bit. > >>> > > ------------------------------------------------------------ > >>> ---------- > >>> > > For information about J forums see http://www.jsoftware.com/forum > >>> s.htm > >>> > ------------------------------------------------------------ > ---------- > >>> > For information about J forums see http://www.jsoftware.com/ > forums.htm > >>> > > >>> ---------------------------------------------------------------------- > >>> For information about J forums see http://www.jsoftware.com/forums.htm > >> > >> > >> > >> > >> > > > -- > Björn Helgason, Verkfræðingur > Fornustekkum II > 781 Hornafirði, > t-póst: [email protected] > gsm: +3546985532 > twitter: @flugfiskur > http://groups.google.com/group/J-Programming > > > Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans > > góður kennari getur stigið á tær án þess að glansinn fari af skónum > /|_ .-----------------------------------. > ,' .\ / | Með léttri lund verður | > ,--' _,' | Dagurinn í dag | > / / | Enn betri en gærdagurinn | > ( -. | `-----------------------------------' > | ) | (\_ _/) > (`-. '--.) (='.'=) ♖♘♗♕♔♙ > `. )----' (")_(") ☃☠ > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
