Object
UTF-8 string normalizer class. Implementations may vary depending on the platform.
Returns a normalizer instance.
# File lib/unf/normalizer.rb, line 18
A shortcut for new.normalize(string, form).
# File lib/unf/normalizer.rb, line 25 def normalize(string, form) instance.normalize(string, form) end
Normalizes a UTF-8 string into a given form (:nfc, :nfd, :nfkc or :nfkd).
# File lib/unf/normalizer.rb, line 36
[Validate]
Generated with the Darkfish Rdoc Generator 2.