On 7/22/07, Evgeny <[EMAIL PROTECTED]> wrote: > > > I tried to search for a list of legal/illegal characters for ruby > symbols, but didn't find anything. Guess only way is to just open up > the source code for String.to_sym or something.
Symbols in Ruby can have any character that String can. Symbols are just immutable Strings (in some way). But we are not talking about allowed characters in Ruby Symbol, but in HTML attribute. HTML attributes are composed of letters and can have a dash in them. I compensated for that. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
