Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Are there implementations that support unicode?

0
Posted

Are there implementations that support unicode?

0

R6RS implementations support Unicode: Ikarus, Larceny, Ypsilon. There is nothing in the Scheme standards pre-R6RS that conflict with supporting unicode, however such support is not required. There are some Scheme implementations that handle unicode characters, but most don’t. Also, SRFI-13 and SRFI-14 propose string and character processing libraries that are unicode compliant. Current version of PLT Scheme supports Unicode. Chicken supports Unicode via an extension. Gauche supports UTF-8, EUC-JP, and Shift-JIS strings, symbols, and regular expressions. Pocket Scheme supports UCS-2.

0

R6RS implementations support Unicode: Ikarus, Larceny, Ypsilon. There is nothing in the Scheme standards pre-R6RS that conflict with supporting unicode, however such support is not required. There are some Scheme implementations that handle unicode characters, but most don’t. Also, SRFI-13 and SRFI-14 propose string and character processing libraries that are unicode compliant. Current version of Racket supports Unicode. Chicken supports Unicode via an extension. Gauche supports UTF-8, EUC-JP, and Shift-JIS strings, symbols, and regular expressions. Pocket Scheme supports UCS-2.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123