arton / rjb

Ruby Java Bridge
https://www.artonx.org/collabo/backyard/?RubyJavaBridge
GNU Lesser General Public License v2.1
117 stars 34 forks source link

fix #95 accept original encoding (reported by winezer0) #106

Closed arton closed 6 months ago

arton commented 6 months ago

95 Windows javah and javac output contains its code page.

To support elder version of ruby, it should check 'blabla'.respond_to?(:force_encoding) etc.