In Files

  • tk/lib/tk/encodedstr.rb

Class/Module Index [+]

Quicksearch

Tk::UTF8_String

Constants

Encoding

Public Class Methods

new(str) click to toggle source
 
               # File tk/lib/tk/encodedstr.rb, line 98
def self.new(str)
  super(self.subst_utf_backslash(str))
end
            

Public Instance Methods

to_backslash() click to toggle source
to_backslash_sequence() click to toggle source
 
               # File tk/lib/tk/encodedstr.rb, line 102
def to_backslash_sequence
  Tk::EncodedString.utf_to_backslash_sequence(self)
end
            
Also aliased as: to_backslash