summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/uriescape.rb
diff options
context:
space:
mode:
authorHelen Campbell <helen@puppetlabs.com>2017-03-15 11:13:45 +0000
committerHelen Campbell <helen@puppetlabs.com>2017-03-15 14:37:18 +0000
commit2c138deb4fa9c1d9e1e7b1daa506d85eb3aa1666 (patch)
treed0f06aa6c4730bd90017b1eb1648566da8c93913 /lib/puppet/parser/functions/uriescape.rb
parenta38c9b736a4fe92a27d15cbbd968031d9589732e (diff)
(FM-6051) Adds comments to warn for UTF8 incompatibility
Diffstat (limited to 'lib/puppet/parser/functions/uriescape.rb')
-rw-r--r--lib/puppet/parser/functions/uriescape.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/parser/functions/uriescape.rb b/lib/puppet/parser/functions/uriescape.rb
index 8296d8b..4c5c400 100644
--- a/lib/puppet/parser/functions/uriescape.rb
+++ b/lib/puppet/parser/functions/uriescape.rb
@@ -1,5 +1,6 @@
#
# uriescape.rb
+# Please note: This function is an implementation of a Ruby class and as such may not be entirely UTF8 compatible. To ensure compatibility please use this function with Ruby 2.4.0 or greater - https://bugs.ruby-lang.org/issues/10085.
#
require 'uri'