lib/stringex/localization/conversion_expressions.rb in stringex-2.0.11 vs lib/stringex/localization/conversion_expressions.rb in stringex-2.1.0
- old
+ new
@@ -27,9 +27,10 @@
# Things that just get converted to spaces
CLEANUP_CHARACTERS = /[\.,:;(){}\[\]\?!\^'ʼ"_\|<>]/
CLEANUP_HTML_ENTITIES = /&[^;]+;/
CURRENCIES_SUPPORTED_SIMPLE = {
+ :generic => /¤/,
:dollars => /\$/,
:euros => /€/,
:pounds => /£/,
:yen => /¥/,
:reais => /R\$/