We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7848ae7 commit afbf570Copy full SHA for afbf570
1 file changed
src/org/netbeans/modules/php/wordpress/ui/status/DebugStatusLineElement.java
@@ -176,7 +176,7 @@ private void writeConfig(String debugLv) {
176
return;
177
}
178
try {
179
- List<String> lines = config.asLines();
+ List<String> lines = config.asLines(Charset.UTF8);
180
Pattern pattern = Pattern.compile(DEBUG_REGEX);
181
PrintWriter pw = new PrintWriter(new OutputStreamWriter(config.getOutputStream(), Charset.UTF8));
182
0 commit comments