From 42cdd9c1917d2546bae6cb50e7f8ac50fa93a2c5 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sat, 15 May 2010 12:28:16 +0000 Subject: [PATCH] Blocked revisions 81190 via svnmerge ........ r81190 | victor.stinner | 2010-05-15 14:27:16 +0200 (sam., 15 mai 2010) | 4 lines Issue #8610: Load file system codec at startup, and display a fatal error on failure. Set the file system encoding to utf-8 (instead of None) if getting the locale encoding failed, or if nl_langinfo(CODESET) function is missing. ........ -- 2.50.0