Re: Unicode inconsistency

2018-03-10 Thread Brian Milby via use-livecode
With colourful pictures: http://forums.livecode.com/viewtopic.php?f=5&t=30718 Richmond. Bug report 21055 -- Quite interesting. Especially that decimal worked. On Sat, Mar 10, 2018 at 1:56 AM, Richmond Mathewson < richmondmathew...@gmail.com> wrote: > > > On 10/3/2018 1:32 am, Brian Milby wr

Re: Unicode inconsistency

2018-03-09 Thread Brian Milby via use-livecode
Is it a font issue? I get an empty box on Win10 and a box with a ? inside on my Mac. Had to go to fileformat.info to see what it should look like. On Fri, Mar 9, 2018 at 1:49 PM Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > When I do this: > > put numToCodePoint(0xA

Unicode inconsistency

2018-03-09 Thread Richmond Mathewson via use-livecode
When I do this: put numToCodePoint(0xA8FD) [Jain Omkara] I get the symbol in the Message Box. HOWEVER when I do this: put numToCodePoint(0xA8FD) into fld "gg" I get a "silly square: in fld "gg" For those of us who are "kinky" about symbols such as the Jain OM this is "most unfortunate". Ri