forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
14 lines
404 B
Ruby
14 lines
404 B
Ruby
--- tools/create-reference.rb.orig 2013-06-17 14:02:54.000000000 +0000
|
|
+++ tools/create-reference.rb 2013-06-17 14:03:31.000000000 +0000
|
|
@@ -5,6 +5,11 @@
|
|
# Use under a public domain license.
|
|
#
|
|
|
|
+if RUBY_VERSION != /^1.8/
|
|
+ Encoding.default_external = Encoding::UTF_8
|
|
+ Encoding.default_internal = Encoding::UTF_8
|
|
+end
|
|
+
|
|
class Argument
|
|
attr_accessor :name, :data_type, :doc
|
|
def initialize
|