Can someone comment on this?
In some debug sessions I saw a lot of string_compare -> string_transcode cased by this default.
leo
--- parrot/include/parrot/chartype.h Wed Jun 26 03:00:03 2002 +++ parrot-leo/include/parrot/chartype.h Fri Oct 25 15:53:45 2002 @@ -16,8 +16,8 @@ typedef Parrot_UInt (*Parrot_CharType_Transcoder)(Parrot_UInt c); enum { - enum_chartype_unicode, enum_chartype_usascii, + enum_chartype_unicode, enum_chartype_MAX };