Path: csiph.com!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Warnings Date: Thu, 13 Jul 2023 20:10:50 +0200 Lines: 19 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: news.dfncis.de a+QCyeZiRbW9USrUTiyAzQ+GDBMN4EDycyMNOOSsddWum1u215WFNkqhw+ Cancel-Lock: sha1:pEzu/XRLJqxQpf3HrRfgWSEOhtw= sha256:9S6pV3tJwQjln0oSfsR3zXqTj4Xobk1OTLxNru40Dz4= User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Content-Language: de-DE In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:4529 Am 13.07.2023 um 15:43 schrieb db: > When I run a script that runs gnupplot on my Linux system, I get > these warnings: > > ~/rect2> ./plotfit > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: >         LANGUAGE = "", >         LC_ALL = (unset), >         LANG = "da_DK.UTF-8" >     are supported and installed on your system. > perl: warning: Falling back to the standard locale ("C"). > > What should I do to fix this, or should I do anything? > The script then does its job, so these are not errors. I don't believe that this has anything to do with the fact that this script uses gnuplot. Those are messages from _perl_, not from gnuplot.