I've searched all over and tried everything but I still get:
invalid multibyte char (UTF-8) When doing something like:
some_string.gsub(/…/) Even though I added this to the top of the file:
# encoding: utf-8 Any help?
I've searched all over and tried everything but I still get:
invalid multibyte char (UTF-8) When doing something like:
some_string.gsub(/…/) Even though I added this to the top of the file:
# encoding: utf-8 Any help?
-Ku option