Quote:
Originally Posted by jcn363
Anyone knows how to manage special characters > and !?
I tried:
\ (works for "),
|,>,
HTML Entity ( #33 for exclamation mark),
Unicode block ( u+0021 for exclamation mark)
...
allways the same Error
Good luck.
|
Try using single quotes instead of double quotes. Remember that kobopatch uses YAML, so you can find everything in the spec.
http://yaml.org/spec/1.2/spec.html#id2788097