Method: RedClothForTex#encode_entities

Defined in:
lib/redcloth_for_tex.rb

#encode_entities(text) ⇒ Object



555
556
557
558
559
560
561
562
# File 'lib/redcloth_for_tex.rb', line 555

def encode_entities( text ) 
  ## Convert high and low ascii to entities.
  #  if $-K == "UTF-8"  
  #      encode_high( text )
  #  else
  text.texesc!( :NoQuotes )
  #  end
end