module Romanization
    module WadeGiles
      def self.to_wg(*args)
        str, from = args
        from ||= ZhongwenTools::Romanization.romanization?(str)