From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52541 invoked by alias); 2 Apr 2019 21:18:03 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 52531 invoked by uid 89); 2 Apr 2019 21:18:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,FROM_EXCESS_BASE64,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy= X-HELO: mail-vs1-f44.google.com Received: from mail-vs1-f44.google.com (HELO mail-vs1-f44.google.com) (209.85.217.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 02 Apr 2019 21:18:01 +0000 Received: by mail-vs1-f44.google.com with SMTP id n4so8706740vsm.3 for ; Tue, 02 Apr 2019 14:18:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=HW3fcDQK6WDwScB352hGhsQ5FSOzlmeQ25WF0ZH8NxU=; b=IwZXeN2YJ8v0x+WjB072EAmbnji62dqqAlTQV8twEGRcBhrwV/vewE13+KTCSUBto8 ffNMx8MxeLbsxQ8sAw+xxr7th+5gICizBnAmchTrZpUuZRJE36b5+FJUpsohEDHBWyOA nkWbcEdk3mpVesUS5HPbTXgeJB3B+noEEbZLgrB2svl1wTyohkl3Y7DDSJdZHra98YLe wWlOwREl4i/UbZc+nIUFBrmfLbef4T21T1c32OZMkWMYs5FdC4yDhELdQTurbYzJe8Ez PG0xjsvinGr+JHJRJ0f+bXFCWvP03iJ+hPKbkigqPfVAwBfFsJ0v8kmjcI0S8qKnlm8D Epvg== MIME-Version: 1.0 References: <83mullpwg6.fsf@gnu.org> <83ef6qjdbb.fsf@gnu.org> <838swyjafd.fsf@gnu.org> <837echkgjo.fsf@gnu.org> <8336n3hzkx.fsf@gnu.org> <7041169d-9f64-fcce-2c3c-021dd1858923@dronecode.org.uk> <2210fef9-10ac-30d6-db97-dede797259b8@dronecode.org.uk> In-Reply-To: <2210fef9-10ac-30d6-db97-dede797259b8@dronecode.org.uk> From: =?UTF-8?B?0JLQu9Cw0LTQuNC80LjRgCDQnNCw0YDRgtGM0Y/QvdC+0LI=?= Date: Tue, 02 Apr 2019 21:18:00 -0000 Message-ID: Subject: Re: [PATCH][PR server/24377] Fix mixing English and system default languages in error messages on Windows To: Jon Turney Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2019-04/txt/msg00012.txt.bz2 =D1=81=D1=80, 3 =D0=B0=D0=BF=D1=80. 2019 =D0=B3. =D0=B2 00:10, Jon Turney <= jon.turney@dronecode.org.uk>: > > This test program isn't correct. You must first call setlocale(LC_ALL, > "") to change the locale from the default "C" locale. You are right, but how can I do it if I have compiled gdbserver.exe?