Method: UnicodedataRb.codepoint_from_char

Defined in:
lib/unicodedata_rb.rb

.codepoint_from_char(c) ⇒ Object



11
12
13
# File 'lib/unicodedata_rb.rb', line 11

def self.codepoint_from_char(c)
  UnicodedataRb::Codepoint.from_line _unicodedata_txt_line_from(codepoint: c.ord)
end