Colby
12/05/2023, 4:54 PMString.encodeToByteArray() doesn't allow for choosing the desired encoding? It uses UTF-8 but I need ASCIIephemient
12/05/2023, 4:58 PMColby
12/05/2023, 5:14 PMDaniel Pitts
12/07/2023, 10:49 PMString.toByteArray which takes an encoding. It looks like encodeToByteArray() just called toByteArray(Charsets.UTF_8) anyway.ephemient
12/08/2023, 3:05 AMDaniel Pitts
12/08/2023, 3:31 AMephemient
12/08/2023, 3:44 AM