lib/dusen/parser.rb in dusen-0.2.1 vs lib/dusen/parser.rb in dusen-0.2.2

- old
+ new

@@ -1,4 +1,6 @@ +# encoding: utf-8 + module Dusen class Parser WESTERNISH_WORD_CHARACTER = '\\w\\-\\.@_ÄÖÜäöüß' # this is wrong on so many levels TEXT_QUERY = /(?:"([^"]+)"|([#{WESTERNISH_WORD_CHARACTER}]+))/