Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadCommandSystem
Commits
fcc9753a
Commit
fcc9753a
authored
Mar 10, 2015
by
helene ortiz
Browse files
No commit message
No commit message
parent
e5ffb01c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/fr/ill/ics/util/ConfigManager.java
View file @
fcc9753a
...
...
@@ -367,6 +367,7 @@ public class ConfigManager {
propertyValue
=
propertyValue
.
replace
(
"~Delta"
,
SpecialCharacter
.
Delta
);
propertyValue
=
propertyValue
.
replace
(
"~Omega"
,
SpecialCharacter
.
Omega
);
propertyValue
=
propertyValue
.
replace
(
"~degree"
,
SpecialCharacter
.
degree
);
propertyValue
=
propertyValue
.
replace
(
"~angstromminusone"
,
SpecialCharacter
.
angstromminusone
);
propertyValue
=
propertyValue
.
replace
(
"~angstrom"
,
SpecialCharacter
.
angstrom
);
propertyValue
=
propertyValue
.
replace
(
"~superscriptminus"
,
SpecialCharacter
.
superscriptminus
);
propertyValue
=
propertyValue
.
replace
(
"~superscriptone"
,
SpecialCharacter
.
superscriptone
);
...
...
src/fr/ill/ics/util/SpecialCharacter.java
View file @
fcc9753a
...
...
@@ -58,7 +58,6 @@ public abstract class SpecialCharacter {
//public static final String angstrom = "\u212B";
public
static
final
String
angstrom
=
"\u00C5"
;
public
static
final
String
angstromminusone
=
"\u00C5\u207B\u00B9"
;
public
static
final
String
superscriptminus
=
"\u207B"
;
public
static
final
String
superscriptone
=
"\u00B9"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment