0

I have reinstalled Dr Racket including older versions. No matter what whenever I save I get this error: There was an error saving

bytes->string/locale: string is not a well-formed UTF-8 encoding string: #"pl\373"

  • 1
    Looks like your file is corrupt, or has some invalid chars on it. Have you tried creating a new file from scratch? edit it inside Racket and save it, it should work without any problems. – Óscar López Jan 22 '21 at 23:57

1 Answers1

0

I think this is the same issue detailed at https://github.com/racket/racket/issues/3498. It's been fixed in the upcoming version. Meanwhile, you can delete the preference file (as detailed in the link above) to fix the issue for your installation.

Sorawee Porncharoenwase
  • 6,305
  • 1
  • 14
  • 28