File tree Expand file tree Collapse file tree
src/org/netbeans/modules/php/wordpress/ui/status Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ Manifest-Version: 1.0
22OpenIDE-Module: org.netbeans.modules.php.wordpress
33OpenIDE-Module-Layer: org/netbeans/modules/php/wordpress/resources/layer.xml
44OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/php/wordpress/Bundle.properties
5- OpenIDE-Module-Specification-Version: 0.4.4
5+ OpenIDE-Module-Specification-Version: 0.4.5
66
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ private void writeConfig(String debugLv) {
176176 return ;
177177 }
178178 try {
179- List <String > lines = config .asLines ();
179+ List <String > lines = config .asLines (Charset . UTF8 );
180180 Pattern pattern = Pattern .compile (DEBUG_REGEX );
181181 PrintWriter pw = new PrintWriter (new OutputStreamWriter (config .getOutputStream (), Charset .UTF8 ));
182182 try {
You can’t perform that action at this time.
0 commit comments