Should ₹ be part of the Latin font subset? (2020)
1–8 of 8 posts
Re: Should ₹ be part of the Latin font subset? (2020)
#2Re: Should ₹ be part of the Latin font subset? (2020)
#3Aren't these characters used in today's standard Icelandic?
Re: Should ₹ be part of the Latin font subset? (2020)
#4Re: Should ₹ be part of the Latin font subset? (2020)
#5Re: Should ₹ be part of the Latin font subset? (2020)
#6Re: Should ₹ be part of the Latin font subset? (2020)
#7Although I do understand that Unicode makes more sense for Americans like me, and if I were Indian I might feel different.
Re: Should ₹ be part of the Latin font subset? (2020)
#8I might be misreading this but is this article advocating for moving the character in the Unicode codespace? If there's room in Unicode, then sure. If there's not, it seems to me that rearranging Unicode for societal changes like this can only lead to headaches when code points map to different characters depending on what version of Unicode the font uses (and what version of Unicode the website expects). But I'm not…
https://fonts.googleapis.com/css2?family=Roboto&display=swap
Each chunk has a unicode-range hint associated with it, which tells the browser that it doesn’t need to download the font unless those Unicode characters are found in the markup it’s processing.
The article’s assertion was that ₹ is a a common enough character among English speakers / writers that Google should move it into the base Latin chunk instead of putting it into the extended Latin chunk, which would save a bunch of font downloads.
This is all a balancing act though. Every character you move into the “default” chunk makes that chunk (and the unicode-range definition) larger, so you have to be careful and work with data. And one imagines that Google has some pretty good data in this area.