Object
UTF-8 string normalizer class. Implementations may vary depending on the platform.
Returns a singleton normalizer instance.
# File lib/unf/normalizer.rb, line 18
Returns a new normalizer instance. Use singleton instead.
# File lib/unf/normalizer.rb, line 23
A shortcut for instance.normalize(string, form).
# File lib/unf/normalizer.rb, line 24 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 35
[Validate]
Generated with the Darkfish Rdoc Generator 2.