Hi,
> When I debug in Firefox the locale is "en". So when I even try
>
> var g11nWorkingInstance:Collator = new flash.globalization.Collator("en",
> CollatorMode.SORTING);
>
> my example will crash in Chrome (but works in Firefox).
Even when if you try setStyle("locale", LocaleID.DEFAULT) on the sort field
before sorting?
> In my opinion this is not an SDK error. It seems that there is an error in
> the flash.globalization.Collator function.
I agree it's not an SDK error but we still may be able to work around it.
Thanks,
Justin