Ð..
Ð..

Reputation: 318

Racket Terminal: Print unicode characters

Is there a way to setup the racket terminal so that it can display unicode characters? It would be helpful, since Dr. Racket itself supports unicode file formats.

Upvotes: 1

Views: 453

Answers (1)

soegaard
soegaard

Reputation: 31147

Try

chcp 65001

before starting Racket. That should change the code page to UTF-8.

Upvotes: 1

Related Questions