fork download
  1. /* package whatever; // don't place package name! */
  2.  
  3. import java.util.*;
  4. import java.lang.*;
  5. import com.google.common.base.Charsets;
  6.  
  7. class Main {
  8. public static void main(String[] args) throws java.lang.Exception {
  9. String[] values = {"FWBG _ ALBERTVILLE - Parking \"des sœurs\" Rue Claude Genouxe2024-02-01 19:25:00"};
  10.  
  11. for (String value : values) {
  12. byte[] bytes = value.getBytes(Charsets.UTF_8);
  13. System.out.println(value + "," + java.util.UUID.nameUUIDFromBytes(bytes));
  14. Thread.sleep(500);
  15. }
  16. }
  17. }
Success #stdin #stdout 0.18s 58568KB
stdin
Standard input is empty
stdout
FWBG _ ALBERTVILLE - Parking  "des sœurs"  Rue Claude Genouxe2024-02-01 19:25:00,8ae0ea98-2d1c-34f5-aa73-8167a8c875a3