lib/latex/decode.rb in latex-decode-0.0.10 vs lib/latex/decode.rb in latex-decode-0.0.11

- old
+ new

@@ -15,12 +15,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. #++ -require 'unicode' - require 'latex/decode/version' require 'latex/decode/compatibility' require 'latex/decode/base' require 'latex/decode/accents' @@ -43,9 +41,9 @@ Decode::Punctuation.decode!(string) Decode::Symbols.decode!(string) Decode::Base.strip_braces(string) - Unicode::normalize_C(string) + LaTeX.normalize_C(string) end end end \ No newline at end of file