Skip to content

Commit 84faf42

Browse files
committed
Cosmetics
1 parent fa0da58 commit 84faf42

File tree

1 file changed

+1
-1
lines changed
  • codec2talkie/src/main/java/com/radio/codec2talkie/protocol

1 file changed

+1
-1
lines changed

codec2talkie/src/main/java/com/radio/codec2talkie/protocol/AprsIs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ private byte[] thirdPartyWrap(AprsIsData aprsIsData) {
155155
// wrap into third party, https://aprs-is.net/IGateDetails.aspx
156156
aprsIsData.digipath = "TCPIP," + _callsign + "*";
157157
String txData = "}" + aprsIsData.convertToString(false);
158-
return txData.getBytes();
158+
return txData.getBytes(StandardCharsets.ISO_8859_1);
159159
}
160160

161161
@Override

0 commit comments

Comments
 (0)