░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/unf-0.1.4/lib/unf
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: normalizer.rb
require 'singleton' if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby' require 'unf/normalizer_jruby' else require 'unf/normalizer_cruby' end # UTF-8 string normalizer class. Implementations may vary depending # on the platform. class UNF::Normalizer include Singleton class << self # :singleton-method: instance # # Returns a singleton normalizer instance. # :singleton-method: new # # Returns a new normalizer instance. Use +singleton+ instead. public :new # A shortcut for instance.normalize(string, form). def normalize(string, form) instance.normalize(string, form) end end # :method: normalize # :call-seq: # normalize(string, form) # # Normalizes a UTF-8 string into a given form (:nfc, :nfd, :nfkc or # :nfkd). end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 normalizer.rb
RB
800 B
2023-09-24 03:48
EDIT
📄 normalizer_cruby.rb
RB
18 B
2023-09-24 03:48
EDIT
📄 normalizer_jruby.rb
RB
608 B
2023-09-24 03:48
EDIT
📄 version.rb
RB
35 B
2023-09-24 03:48
EDIT