Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "J.O. Aho" Newsgroups: comp.databases.mysql Subject: Re: store numeric numbers with plus minus signs Date: Sun, 16 Apr 2023 12:00:58 +0200 Lines: 10 Message-ID: References: <8fefe2ed-82c9-4684-aa5d-6ba4ebdc071bn@googlegroups.com> <14f4e80d-b7e6-47fa-85d6-0a17026c8fe0n@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: individual.net WcTXCdA+TCHHZFFqGxVjAAOvcuIGkhRtUSIkmGOSHMhA5b7k7t Cancel-Lock: sha1:I9HzNmlHlJmEfCo8XAqpYtZFRwU= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Content-Language: en-US-large In-Reply-To: <14f4e80d-b7e6-47fa-85d6-0a17026c8fe0n@googlegroups.com> Xref: csiph.com comp.databases.mysql:7657 On 4/15/23 23:23, julian...@gmail.com wrote: > By the way what would be the way to store numbers with plus/minus sign (� or ± or U+00B1 or ±). THANKS! You need to see to using the right charset and that it's the same on the front end as in database. -- //Aho