Skip to content

Commit 053e20c

Browse files
committed
Merge branch 'nb73dev'
2 parents 90b6419 + cd54b39 commit 053e20c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

manifest.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
22
OpenIDE-Module: org.netbeans.modules.php.wordpress
33
OpenIDE-Module-Layer: org/netbeans/modules/php/wordpress/resources/layer.xml
44
OpenIDE-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

src/org/netbeans/modules/php/wordpress/ui/status/DebugStatusLineElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)