junichi11 / netbeans-wordpress-plugin

Support for WordPress
http://plugins.netbeans.org/plugin/46542/php-wordpress-blog-cms
Other
91 stars 35 forks source link

On Mac OSX, changing debug status causes text garbled. #8

Closed tekapo closed 11 years ago

tekapo commented 11 years ago

Environment

Mac OSX 10.8.3 Product Version: NetBeans IDE 7.3 (Build 201302132200) Java: 1.6.0_43; Java HotSpot(TM) 64-Bit Server VM 20.14-b01-447 Runtime: Java(TM) SE Runtime Environment 1.6.0_43-b01-447-11M4203 System: Mac OS X version 10.8.3 running on x86_64; SJIS; ja_JP (nb)

Step to reproduce

tekapo commented 11 years ago

Ah! I've just noticed "SJIS; ja_JP" in the environment, so put "-J-Dfile.encoding=UTF-8" in netbeans.conf, then the text is not garbled. Thanks anyway!

junichi11 commented 11 years ago

I'm sorry... This is a bug. I'll try to fix soon.

But I can't publish this on Plugin Portal soon since I have a problem there. Currently, my comment is recognized as a spam. I'm waiting for a response from NB community manager.

So, I'll upload nbm to bit bucket after I fixed this.

Thanks for reporting!

junichi11 commented 11 years ago

This is similar with the following. https://github.com/junichi11/netbeans-wordpress-plugin/issues/4

junichi11 commented 11 years ago

@tekapo I have fixed this.

If you use the new version (0.4.5), Please download the following: https://bitbucket.org/junichi11/netbeans-wordpress-plugin/downloads (org-netbeans-modules-php-wordpress-0.4.5.nbm)

Thanks!

tekapo commented 11 years ago

Thank you, junichi11-san! It works fine now even without adding the UTF-8 option.