Skip to content

Instantly share code, notes, and snippets.

/-

Created July 13, 2017 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e0ff4088ace1440bc8bb773a768b89e5 to your computer and use it in GitHub Desktop.
Save anonymous/e0ff4088ace1440bc8bb773a768b89e5 to your computer and use it in GitHub Desktop.
Index: Compiler/ModelicaFrontEnd/src/java/org/jmodelica/util/documentation/ChapterElement.java
===================================================================
--- Compiler/ModelicaFrontEnd/src/java/org/jmodelica/util/documentation/ChapterElement.java (Revision 9993)
+++ Compiler/ModelicaFrontEnd/src/java/org/jmodelica/util/documentation/ChapterElement.java (Arbeitskopie)
@@ -25,7 +25,7 @@
* Regular expression describing which characters to escape in file names.
*/
private static final String ESCAPE_REGEX =
- "[^0-9a-zA-ZåäöÅÄÖ]";
+ "[^0-9a-zA-Z]";
/**
* String to replace characters escaped with {@link #ESCAPE_REGEX}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment