I've been running into some strange errors with UTF strings in ruby 1.9. Often ruby will complain on something like this:
warning: regexp match /.../n against to UTF-8 string
I'd like to be able to show a full stack trace on a warning, or apply some kind of monkey patch that i can override the default warning functionality. How would i do this?