We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0da58 commit 84faf42Copy full SHA for 84faf42
codec2talkie/src/main/java/com/radio/codec2talkie/protocol/AprsIs.java
@@ -155,7 +155,7 @@ private byte[] thirdPartyWrap(AprsIsData aprsIsData) {
155
// wrap into third party, https://aprs-is.net/IGateDetails.aspx
156
aprsIsData.digipath = "TCPIP," + _callsign + "*";
157
String txData = "}" + aprsIsData.convertToString(false);
158
- return txData.getBytes();
+ return txData.getBytes(StandardCharsets.ISO_8859_1);
159
}
160
161
@Override
0 commit comments