Skip to content

Commit

Permalink
Fix UnitDictionary to use UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
unascribed committed Feb 20, 2017
1 parent cd8e7b7 commit b813a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/elytradev/probe/api/UnitDictionary.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class UnitDictionary {
public static final Unit DANKS = new Unit("danks", "Dk", 0x512DA8); //700 deep purple (from Tesla capabilities)

//Temperature for ITemperature
public static final Unit KELVIN = new Unit("kelvin", "°K", 0xFF0000); //Programmer Red
public static final Unit KELVIN = new Unit("kelvin", "°K", 0xFF0000); //Programmer Red

public static final Unit PERCENT = new Unit("percent", "%");

Expand Down

0 comments on commit b813a8c

Please sign in to comment.