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 68E8943473 for ; Mon, 13 Jun 2022 16:36:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 99DD568B5EF; Mon, 13 Jun 2022 19:36:25 +0300 (EEST) Received: from msg-6.mailo.com (ip-16.mailobj.net [213.182.54.16]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B0BCF68B194 for ; Mon, 13 Jun 2022 19:36:18 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1655138178; bh=0TfHvG+ZlODYMtEDbgz3h/0k9+Syun7KU+fsJUXl0QU=; h=X-EA-Auth:From:To:Date:Subject:MIME-Version:X-Mailer:Message-ID: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=eA1C9RfdGhKdXa2jsx4jzcRNiAU6SUiuryHV7Kxc2YE+ok3CTdQlvXtEIyNqWaS5d udF3y+KnbTC99sz8EqPyC8JxfYJA0B9Ud/zX6nvDONdoFnaLLPH0IDrD1jWPOoIFwu BC46a0vbqWqzsqRzv8lc7wmIM53aehPeXgXnCAYE= Received: by www-7.mailo.com with http webmail; Mon, 13 Jun 2022 18:36:18 +0200 (CEST) X-EA-Auth: 96QKgyfYCIBHfKMUVjYHZiSXbNplA0eQ7r5GDh46G4pQf33vn7nw14LLp3PfFBzI0shalN01nAdrYCQ3w9uIdXt+lzuY2GRG From: nil-admirari@mailo.com To: ffmpeg-devel@ffmpeg.org Date: Mon, 13 Jun 2022 18:36:18 +0200 (CEST) X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA21.01/r20220415 Message-ID: In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH v12 1/4] libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and utf8toansi 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: >> ... >> 1. fopen() is replaced with avpriv_fopen_utf8(), getenv() is made Unicode-aware >> on Windows, and wide version of get_module_filename() is used as it is now. > ... > For that, the first option sounds better - that sounds to me more like a > direction forward, not backwards. Done: https://ffmpeg.org/pipermail/ffmpeg-devel/2022-June/297491.html. getenv_utf8 is a static inline in its own header in libavutil. log.c, bktr.c, fbdev_common.c, oss.c and af_ladspa.c still use plain getenv(), please check commit message for details. All other uses of getenv() have been replaced with getenv_utf8(): https://ffmpeg.org/pipermail/ffmpeg-devel/2022-June/297495.html https://ffmpeg.org/pipermail/ffmpeg-devel/2022-June/297494.html https://ffmpeg.org/pipermail/ffmpeg-devel/2022-June/297493.html _______________________________________________ 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".