summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/RubyUtil.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-03-10 13:33:13 +0100
committerJose <jose@zeroc.com>2016-03-10 13:33:13 +0100
commitd603b1a4fd5f1fdef96892770f8fe3ceff6b4977 (patch)
treeb3cfbd533a4be4ca745e3e3b8f46840defd8552c /cpp/src/Slice/RubyUtil.cpp
parentc++11-compatible fix for leak in Outgoing (diff)
parentString literals fixes (diff)
downloadice-d603b1a4fd5f1fdef96892770f8fe3ceff6b4977.tar.bz2
ice-d603b1a4fd5f1fdef96892770f8fe3ceff6b4977.tar.xz
ice-d603b1a4fd5f1fdef96892770f8fe3ceff6b4977.zip
Merge remote-tracking branch 'origin/3.6'
Diffstat (limited to 'cpp/src/Slice/RubyUtil.cpp')
-rw-r--r--cpp/src/Slice/RubyUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/RubyUtil.cpp b/cpp/src/Slice/RubyUtil.cpp
index 2c066a8efbe..97f82811dcf 100644
--- a/cpp/src/Slice/RubyUtil.cpp
+++ b/cpp/src/Slice/RubyUtil.cpp
@@ -1603,7 +1603,7 @@ Slice::Ruby::CodeVisitor::writeConstantValue(const TypePtr& type, const SyntaxTr
++i;
}
- _out << "\".force_encoding(\"utf-8\")"; // Closing "
+ _out << "\""; // Closing "
break;
}