For many years now I have been using a check mark, option-v on a Mac, to flag a particular field. Today while working on a web site that was consuming that field the site the field crashed the site when it contained the check mark. When I traced it I discovered that the field in the debugger displayed with a superscripted 2.
If I search for records with the with the check mark using the following code it finds those records correctly… QUERY([Appointment] ;[Appointment]In_chair="√”) When that same line of code is viewed in the debugger it looks like this... QUERY([Appointment];[Appointment]In_chair="²”) I am going to change √ to #, but I am wondering if anyone can explain this strangeness? Is it a unicode thing? John John Baughman 1331 Auwaiku Street Kailua, Hawaii 96734 (808) 262-0328 [email protected] ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

