Content deleted Content added
Cobaltcigs (talk | contribs) update |
→Info panel demo: re |
||
Line 161:
::I've now made it pull the "long name" (which appears to always more interesting than the word "assigned") from Erutuon's info. Hopefully it's never <code>nil</code> and hopefully the extra info won't be overwritten by updates.
:: ―[[special:contributions/cobaltcigs|cobaltcigs]] 20:50, 16 September 2019 (UTC)
::: You can rely on <code>lookup_category</code> never returning <code>nil</code> (at least when supplied a valid code point); <code>memo_lookup</code> guarantees that. The return value is either a "real" category when the code point is found in <code>singles</code> or <code>ranges</code> or Cn (Unassigned). — [[User:Erutuon|Eru]]·[[User talk:Erutuon|tuon]] 22:40, 16 September 2019 (UTC)
|