Recent content by Kent Tong

  1. K

    calc field unicode problem

    Hi, Marco Thanks! You can use the following strings for testing: s1 := '#19968#20108#19977'; s2 := '#20844#21209#21729'; The first will get converted as to an empty string when it is assigned to a TWideStringField calculated field: mycalcField1.AsWideString := s1; if...
  2. K

    calc field unicode problem

    Hi, After assigning some Chinese characters to it, the calc field will get a value of empty. Please check the screenshot for a test case: s1 will end up as empty while s2 will work fine. Screenshot:
Back
Top