Method: UnicodedataRb.codepoint_from_name
- Defined in:
- lib/unicodedata_rb.rb
.codepoint_from_name(name) ⇒ Object
15 16 17 |
# File 'lib/unicodedata_rb.rb', line 15 def self.codepoint_from_name(name) UnicodedataRb::Codepoint.from_line _unicodedata_txt_line_from(name:) end |