Skip to content

Instantly share code, notes, and snippets.

{:desc "TODO",
:version "0.0.1",
:source "TODO",
:behaviors "user.behaviors",
;; Do not edit - :dependencies are auto-generated
:dependencies {
"Alabaster Skin" "0.0.1",
"Borealis theme" "0.0.5",
"Bracket glow" "0.0.2",
"CSS" "0.0.6",
@rovf
rovf / gist:e6ec93c27b637bddc4d8
Created December 12, 2015 08:08
Geany issue #795, smaller example, showing the same error.
String x="abc今日はxyz";
@rovf
rovf / VP.java
Created December 12, 2015 08:00
Examplecode for Geany issue #795 demonstrating the error in Geany 1.25 on Windows. The Japanese characters in line 79 are displayed as Null by Geany.
package vp;
import org.jruby.javasupport.JavaEmbedUtils;
import org.jruby.runtime.builtin.IRubyObject;
import org.jruby.runtime.ThreadContext;
import org.jruby.internal.runtime.ThreadService;
import org.jruby.Ruby;
import org.jruby.RubyObject;
import org.jruby.RubyString;
import org.jruby.embed.ScriptingContainer;