Methods
Constants
| Encoding | = | 'utf-8'.freeze |
Class Public methods
new(str)
Link
Source: show
# File ext/tk/lib/tk/encodedstr.rb, line 174 def self.new(str) super(self.subst_utf_backslash(str)) end
Instance Public methods
to_backslash_sequence()
Link
Also aliased as: to_backslash
Source: show
# File ext/tk/lib/tk/encodedstr.rb, line 178 def to_backslash_sequence Tk::EncodedString.utf_to_backslash_sequence(self) end