-
Notifications
You must be signed in to change notification settings - Fork 2
Can't assign a Unicode String ? #1
Copy link
Copy link
Open
Description
Please see attached image.
Thank You!
----------------------------------------
procedure TestIt;
var
o : TJSON;
begin
o := JSON;
o.FirstName := '中国';
o.LastName := 'Southwell';
o.Phone[0] := '702-555-1212';
o.Phone[1] := '702-555-1213';
writeln(o.AsJSON);
readln;
end;
----------------------------------------
Original issue reported on code.google.com by mainchen@gmail.com on 24 Aug 2012 at 6:29
Attachments:
Reactions are currently unavailable