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: Fri, 14 Jul 2023 17:49:46 +0200 Lines: 31 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 Pa1INnsvCu04zq9qPDOcHQ//oFGNxf2QthN7op+iSnindqIrT6EB5ttLam Cancel-Lock: sha1:pO9R7pY3oqlqWxmXCoqUvyoLrbA= sha256:pcGNeBZDSsw/Z27pQMnRW6rIzAl8Izi6I/LOU6EwL8Q= 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:4531 Am 14.07.2023 um 09:27 schrieb db: > On 13.07.2023 20.10, Hans-Bernhard Bröker wrote: >> 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. >> > > But I only get these when running a gnuplot script, otherwise not. You're getting them from the _perl_ engine, while running a _Perl_ script. That script may also eventually be running gnuplot, sure. But that's quite evidently not where the messages are coming from. The only persons who have any chance of debugging this are those which can at least look at that script. Right now, that set of people has exactly one element: you.