Re: store numeric numbers with plus minus signs

"[email protected]" <[email protected]> Thu, 20 Apr 2023 08:20:04 -0700 (PDT)
Newsgroups comp.databases.mysql
Message-ID <[email protected]>
On Sunday, April 16, 2023 at 5:01:02 AM UTC-5, J.O. Aho wrote:
> On 4/15/23 23:23, [email protected] wrote: 
> 
> > By the way what would be the way to store numbers with plus/minus sign (� or ± or U+00B1 or &#177;). THANKS!
> You need to see to using the right charset and that it's the same on the 
> front end as in database. 
> 
> -- 
> //Aho

Thank you Jerry and Aho!  It's much appreciated for you to point me to a right direction.