We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b112ecd commit 5adb6ecCopy full SHA for 5adb6ec
src/main/java/org/truffleruby/parser/YARPTranslator.java
@@ -884,7 +884,7 @@ private String toString(Nodes.Node node) {
884
}
885
886
private String toString(Nodes.SymbolNode node) {
887
- return new String(node.unescaped);
+ return new String(node.unescaped, EncodingManager.charsetForEncoding(sourceEncoding.jcoding));
888
889
890
private SourceSection getSourceSection(Nodes.Node yarpNode) {
0 commit comments