Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Hungarian Alphabet Sort (was Re: Collation sequence - proper and eff

From: carl:cybercraft at: 21-May-2002 21:56

On 20-May-02, Brett Handley wrote:
> Interesting question. > Tag! and Issue! might be useful for your design but both will not be > able to handle certain characters.
Actually, tags might be the best, as you can put strings in them and they could then be used to hold the multiple-letter characters, with plain strings being used for single-letter characters. ie... ["aAbBcC" <"ch" "CH"> "dDeE"] (Yes, I know it's just one string in the tag, but to-block seperates them.) And using blocks for same-value characters could still be used. But I won't be changing the script till asked, since I'm not using it myself. (: -- Carl Read