Comment 86 for bug 66015

Revision history for this message
In , Reed Loden (reed) wrote :

(In reply to comment #17)
> >- var tokens = abbr.split("-");
> >+ var tokens = abbr.split(/[-_]/);
> RFC5646 seems to suggest that only "-" is legal, or am I overlooking something?

Yeah, that part of the patch is just wrong. Should only be changing the parts that have to do with finding spelling dictionaries.