[progress Communities] [progress Openedge Abl] Forum Post: Re: Utf-8 Issue (thin Space)

  • Thread starter Thread starter Darren Parr
  • Start date Start date
Status
Not open for further replies.
D

Darren Parr

Guest
OK. Ive managed to settle on the following. I hope someone else sees this in the future if they come across the same problem. .net is the answer. It returns a value I can at least test for. cDecimalSep = System.Threading.Thread:CurrentThread:CurrentCulture:NumberFormat:NumberDecimalSeparator. cNumberSep = System.Threading.Thread:CurrentThread:CurrentCulture:NumberFormat:NumberGroupSeparator. SESSION:SET-NUMERIC-FORMAT(IF ASC(cNumberSep) = 49824 THEN " " ELSE cNumberSep,cDecimalSep) NO-ERROR.

Continue reading...
 
Status
Not open for further replies.
Back
Top