Problems report: Atronix's R3-dev

Started by Rex on 9-Nov-2014/7:58:05-8:00
The Read Function in Atronix's R3-dev Windows version seems to be quite odd: it works well on its own but doesn't support /refinements. Whenever I try read/string or read/lines, my Windows 7 breaks down. Has anyone else encountered the same problem?
Besides, it doesn't support UTF8 quite well.
Wait a minute... I am utterly confused. It seems that: Read/string %textfile doesn't work in R3-dev for Windows. Load %textfile cannot understand UTF8. But if you try to-string read %textfile it works.
I see that as well. Using Atronix "development" Windows (32-bit) R3: >> system/version == 3.0.91.3.1 >> system/build == 22-Oct-2014/15:07:38 >> read %umlauts.txt == #{C3A4C3B6C3BC} >> read/string %umlauts.txt == (R3 crashes here) Atronixs issue tracker is at https://github.com/zsx/r3/issues. It's best if you report the bug there.
Tried several times, but I somehow failed to get access to Github, could anyone help to report this bug? Besides, I also find that the R3-Dev for Windows have problems in `function/`func. If a new function is created with 'function, it would not function :-p but if you create it with func, it works.

Reply