How can I make ruby to_yaml method to store utf8 strings with original signs but not escape sequence?
|
|
This is probably a really bad idea as I'm sure YAML has its reasons for encoding the characters as it does, but it doesn't seem too hard to undo:
|
||
|
|
|
|
Checkout Ya2Yaml at RubyForge. |
||
|
|
