﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
146	several char-sets seem to be broken	Moritz Heidkamp		"{{{char-set:letter}}} for example contains many non-displayable aka missing glyphs as can be witnessed by evaling:

{{{
  (char-set->string char-set:letter)
}}}

which yields 

{{{
  ""�����������������������������������zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA""
}}}

This is also true for {{{char-set:lower-case}}}, {{{char-set:upper-case}}}, {{{char-set:printing}}}, {{{char-set:symbol}}} and {{{char-set:punctuation}}} -- maybe even more char-sets are affected, but those are the ones I've checked ;)"	defect	closed	major		core libraries	4.3.0	worksforme	srfi-14 char-set		
