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 1F2EC401CF for ; Sat, 19 Feb 2022 10:10:47 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8B96268B16F; Sat, 19 Feb 2022 12:10:45 +0200 (EET) Received: from msg-6.mailo.com (ip-16.mailobj.net [213.182.54.16]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0B3AC68AC6D for ; Sat, 19 Feb 2022 12:10:38 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1645265438; bh=ZDJD3H8m/0Ac9urXN0qwUmmX5lYweulYsbhtrHWcAjg=; h=X-EA-Auth:From:To:Date:Subject:MIME-Version:X-Mailer:Message-ID: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=WDYcIKH5Ojv8qHZfoDvXxzcpploTVp5eY+Fu9vbHKgLWknFHbW9MeBimy0hYCNHjY eS46oayIp2ywtf/CqFX9FhiW3DQgZAxgT4lPNjHcxgmwTmOmaF6KHpI72fQZ9Gt+Ls mfPyNLlSmKEl+iuvA5Vg0/U19LzCbG5SikQCvrM4= Received: by www-7.mailo.com with http webmail; Sat, 19 Feb 2022 11:10:38 +0100 (CET) X-EA-Auth: HATeQ5JXfoA5zFaedoPbb6m2j0W5Chvq4B6c65QxJ7aB+51j2jwtTHP/0e3NmODAGC1mw59SbsB+ZF2E3WRpLqfS9wEAeMxK From: nil-admirari@mailo.com To: ffmpeg-devel@ffmpeg.org Date: Sat, 19 Feb 2022 11:10:38 +0100 (CET) X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA21.01/r20211110 Message-ID: In-Reply-To: <6e9dcdd8-c3f8-a857-ec86-fc43ad163eae@martin.st> Subject: Re: [FFmpeg-devel] [PATCH v3 4/5] fftools/cmdutils.c: Replace MAX_PATH-sized buffers with dynamically sized ones 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: > Ok, well maybe we should change that too, to use wchar paths (or utf8->whcar routines?). Changed to wchartoutf8, and replaced fopen with av_fopen_utf8 throughout the file. See https://ffmpeg.org/pipermail/ffmpeg-devel/2022-February/293229.html. > doesn't use UTF-8 like everything else. This is not the only place where plain fopen is used. grep -RP '\bfopen\(' | wc -l gives 66 occurrences. _______________________________________________ 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".