- use users locale by default instead of UTF-8

much more readable at the console

from landry@
This commit is contained in:
ajacoutot 2009-03-28 11:10:29 +00:00
parent b3045b36c9
commit a99a24ed55
2 changed files with 11 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/30 16:28:38 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2009/03/28 11:10:29 ajacoutot Exp $
COMMENT= utilities to manage well know user directories
DISTNAME= xdg-user-dirs-0.10
PKGNAME= ${DISTNAME}p0
CATEGORIES= devel
HOMEPAGE= http://freedesktop.org/wiki/Software/xdg-user-dirs/

View File

@ -0,0 +1,9 @@
$OpenBSD: patch-user-dirs_conf,v 1.1 2009/03/28 11:10:29 ajacoutot Exp $
--- user-dirs.conf.orig Sat Mar 28 12:08:22 2009
+++ user-dirs.conf Sat Mar 28 12:08:58 2009
@@ -8,4 +8,4 @@ enabled=True
# This sets the filename encoding to use. You can specify an explicit
# encoding, or "locale" which means the encoding of the users locale
# will be used
-filename_encoding=UTF-8
+filename_encoding=locale