# File temp/entity.rb, line 75 def unnormalized v = value() return nil if v.nil? @unnormalized = Text::unnormalize(v, parent) @unnormalized end