From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7DC264349C for ; Mon, 13 Jun 2022 19:08:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BD8B568B58E; Mon, 13 Jun 2022 22:08:00 +0300 (EEST) Received: from mail-ua1-f48.google.com (mail-ua1-f48.google.com [209.85.222.48]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4D17068B342 for ; Mon, 13 Jun 2022 22:07:54 +0300 (EEST) Received: by mail-ua1-f48.google.com with SMTP id q1so2490580uao.1 for ; Mon, 13 Jun 2022 12:07:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=2qj1nkjxV8wGadRCipax+bkrH6l/Qv6T4P5A0en6Y2w=; b=eqXENLc5eWYJK81Rp0eNh2+7pdO91V98rVu+YB5VXiGvt4JJcBmKgADSZFJFK90SQJ qQitvcDCrpJ4ss3RWuBl2q+4eQtLHjGSZY2Ir/D67N01uCo6ZH1O/aXP5ol1v5tWEWr2 NGmatnslDhlSPhS3w21lb7BFPGA6rSj/XhH0dqhc7KOn/kgmBFDyGPohIhHvpp+OGhZX 9YUbEy+WrE1Uw/Pd8AVzHJYcw/GMoeNMX7Ads2LLMQ15j4tl1SRl5vt0vRsmYWQUtCTb 9PgyBkbPOB3womZV7WE1GGq0sTZgQ6aE7VHZwYBGGjiAPG+tzv7oZKeGBSTdRGSoo58d PN+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=2qj1nkjxV8wGadRCipax+bkrH6l/Qv6T4P5A0en6Y2w=; b=70L6gLHWkf9g8IVPjVyzsKWcGPZZkd6YNRwIjQpHF0jSXorBJdtaih5CRyEXISDS9j gHqfTnSDC2JyNaAr3X/cPsKcP4DKs2wXse5j6bUim0DT/aTNWHRtFarUdU6ypai5auy9 6V5HQnrt1LSo18qNgpujcFQQbgzXHODq38UhmGmmh9uKfEG5ng0K+2gO0ErOu7oxkE8D bftfg5BBF+Og3JLxoVzzZ3SMuO6KwUi3BqbHhvDq9ELJbOd06tLd7EY/7OsqdeIxzcJy 8aWJXKTZTQp+URnm07LXgrIIZvTe3RUJFCMTKwhkkKqvfLwh1U4h8SXblaH66LgmmZsr yRdw== X-Gm-Message-State: AJIora90C9k2/iFiNhOZeusiWlCBcYwnQ5b6EEgXA809wIURylb3znkl ZRuqJXXNKeI5jsICv4HEdT2UhqOwOF0= X-Google-Smtp-Source: AGRyM1stSuDCPY60PBd51Fbc/Byl7cTdIkKvWmkbFsD6l++zGv72ewCwVMe1UbVoZJNPs2oUhxKwPA== X-Received: by 2002:ab0:64c1:0:b0:378:fd90:d62d with SMTP id j1-20020ab064c1000000b00378fd90d62dmr601385uaq.61.1655147272564; Mon, 13 Jun 2022 12:07:52 -0700 (PDT) Received: from [192.168.1.11] (075-115-109-114.inf.spectrum.com. [75.115.109.114]) by smtp.gmail.com with ESMTPSA id n12-20020a1f720c000000b003687f99ad1esm541373vkc.20.2022.06.13.12.07.51 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 13 Jun 2022 12:07:51 -0700 (PDT) Message-ID: Date: Mon, 13 Jun 2022 15:07:51 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220613162626.11541-1-nil-admirari@mailo.com> <20220613162626.11541-4-nil-admirari@mailo.com> From: Stephen Hutchinson In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH v14 4/5] libavformat: Remove MAX_PATH limit and use UTF-8 version of getenv() X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 6/13/22 2:55 PM, Hendrik Leppkes wrote: > This seems unrelated to this patch, which is about removing the > MAX_PATH limit. The code previously converted UTF-8 to ANSI, and still > does so now, just without the MAX_PATH limit. > Further improvements tangential to this topic can, and should, be > applied independently, and not hold up this patch in discussion-hell > for longer than necessary. > Agreed. As is stands, if a user finds that they need to open files that use non-ANSI characters in their filenames, they can always go into their Language settings and turn on UTF-8 for worldwide language support, which was just as true before the MAX_PATH-related patches. Honestly, Microsoft just needs to stop delaying it and make UTF-8 the default, and then we won't have this problem anymore. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".