mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 18:58:55 -04:00
12 lines
311 B
Ruby
12 lines
311 B
Ruby
$NetBSD: patch-lib_quickml_gettext.rb,v 1.1 2012/08/11 13:51:20 obache Exp $
|
|
|
|
* specify character coding system with ruby-1.9 way
|
|
|
|
--- lib/quickml/gettext.rb.orig 2004-06-07 08:50:59.000000000 +0000
|
|
+++ lib/quickml/gettext.rb
|
|
@@ -1,3 +1,4 @@
|
|
+#coding: euc-jp
|
|
#
|
|
# quickml/gettext - a part of quickml server
|
|
#
|