PHP interface into the Unicode Character Database. Provides a means to lookup, filter, and interrogate the metadata & properties of unicode characters.
Thanks for this library! It currently return a lot of deprecation warnings. From what I can tell, these could be at least temporarily mitigated by adding #[\ReturnTypeWillChange] to some of the class methods. For proper compatibility, some more work is probably needed. Is this something you plan to do for this library?
Thanks for this library! It currently return a lot of deprecation warnings. From what I can tell, these could be at least temporarily mitigated by adding
#[\ReturnTypeWillChange]
to some of the class methods. For proper compatibility, some more work is probably needed. Is this something you plan to do for this library?