Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: JagdevHi, I achieved this with below code. Is there any other way.
Sample = 'Lon'.split("�").getItem(0)
Sample1 = 'Lon'.split("�").getItem(1)
Sample2 = Sample1.split("'").getItem(0)
Sample3 = Sample1.split("'").getItem(1)
Sample4 = left(Sample3,5)
Sample5 = Sample.int() + Sample2.int()/60 + Sample4.double()/3600
emit *
override emit Sample5 as Sample