forked from kalmar/DALGLI0
Zaktualizuj 'Encoding.java'
This commit is contained in:
parent
b23027f544
commit
64a6262f4e
@ -60,6 +60,6 @@ public class Encoding {
|
||||
b += Math.pow(2, 7-i);
|
||||
}
|
||||
}
|
||||
return Character.toString((char)a) + Character.toString((char)b);
|
||||
return " " +(byte)a +" "+ (byte)b;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user