diff options
author | Jose <jose@zeroc.com> | 2016-03-10 13:33:13 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-03-10 13:33:13 +0100 |
commit | d603b1a4fd5f1fdef96892770f8fe3ceff6b4977 (patch) | |
tree | b3cfbd533a4be4ca745e3e3b8f46840defd8552c /cpp/src/Slice/RubyUtil.cpp | |
parent | c++11-compatible fix for leak in Outgoing (diff) | |
parent | String literals fixes (diff) | |
download | ice-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.cpp | 2 |
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; } |