class String

Public Instance Methods

to_nfc() click to toggle source

Converts the string to NFC.

# File lib/unf.rb, line 15
  
to_nfd() click to toggle source

Converts the string to NFD.

# File lib/unf.rb, line 18
  
to_nfkc() click to toggle source

Converts the string to NFKC.

# File lib/unf.rb, line 21
  
to_nfkd() click to toggle source

Converts the string to NFKD.

# File lib/unf.rb, line 24