Cilles, More detailed response to your report:
> With jdemo3, vowels with an accent are not treated correctly. > Ascii chars are ok, but when my browser sends utf-8 chars, > the result shows that unicode chars have not been properly interpreted. > A Return instead of a click on the flipem button returns a blank page. > A |. is wrong for utf-8. The demo will be updated to do 7 u: and 8 u: to return correct data to the front end. Handlers for enter events were not defined. They will be defined to return the original page. I try to keep the demos simple to focus on the demonstration and to leave out unnecessary handlers, but the behaviour with the missing enter handlers was bad. > On the ijx page, I could read errors messages related > to above, but I could not cut&paste!!! Cut appeared to work, but > paste displayed only one or two blanks in TextEdit or simply made > a beep. I would think that has to do with unicode data again. > I am unclear on your cut/paste report. The log area is read only and you can cut but not paste. Cur/paste should work properly in the input textbox. As far as I can tell utf-8 works properly in the ijx input box. If you see problems, please give details. I could not see problems with ijs scripts and utf-8. Please provide a simple example of the problem. You have uncovered general problem with the ijx log. It assumes valid html and data and gets confused if the data is incorrect. I had thought this could only happen with mistakes in the use of jhtml, but the flip of utf-8 data exposes another problem. I am not sure what to do about it or if it is worth worrying about. Note the ijx log if you do: |.'Það' ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
