Re: Support for BCP 47 (Tags for Identifying Languages)

Axel Hecht <[email protected]> Sat, 11 Jun 2011 00:05:16 +0200
Newsgroups gmane.comp.mozilla.internationalization
Message-ID <[email protected]>
Am 10.06.11 21:55, schrieb Gordon P. Hemsley:
> On Jun 10, 3:00 pm, Jesper Kristensen
> <[email protected]>  wrote:
>> Den 10-06-2011 18:50, GPHemsley skrev:
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>> (This message is cross-posted to both the mozilla.dev.l10n and
>>> mozilla.dev.i18n newsgroups; feel free to use either to respond.)
>>
>>> Hello all,
>>
>>> Axel wanted me to let you know that work is progressing on getting
>>> support for the latest BCP 47 into Firefox.
>>
>>> For starters, the main bug we're working in (though it will likely
>>> become a tracking bug once we get into the nitty gritty) is bug 356038
>>> (alias: bcp47).
>>
>>> https://bugzilla.mozilla.org/show_bug.cgi?id=356038
>>
>>> Kevin Scannell and I have also put together a wiki page to detail
>>> precisely what our plan of action will be.
>>
>>> https://wiki.mozilla.org/User:GPHemsley/BCP_47
>>
>>> Our intent is to fully and properly implement BCP 47 and improve
>>> language preference selection within Firefox, while also limiting the
>>> impact on the l10n and i18n communities.
>>
>>> As such, we encourage you to voice your thoughts and opinions on this
>>> process. None of the steps of the plan of action are set in stone, so
>>> feel free to correct and update the wiki page or discuss controversial
>>> portions here.
>>
>>> You may also ask any questions or raise any issues we haven't thought
>>> of.
>>
>>> Thanks,
>>> Gordon
>>
>> I am not sure if it is related or relevant to you, but since your wiki
>> page seems to list where language codes and language names are used:
>>
>> There is a desire, and maybe even a plan, to add the ability for Firefox
>> to automatically choose the right spell check dictionary based amongst
>> other things on the HTML lang attribute. It would most likely involve
>> comparing language codes to find a best fit.
>
> Ah, yes! I'm glad to hear that there's finally a usecase that can take
> advantage of the HTML lang attribute.
>
> I've added a note to the wiki page that this is part of the desired
> state for spellchecking.
>

Also hyphenation, http://www.w3.org/TR/css3-text/#hyphenation.

Axel