Escape in .lang


(Runeforce) #1

Given example

{
"#str_foo_001" "Bo's dogs don't bite."
}

How do I escape the ’ ?

’ does not work.

EDIT: problem solved. You won’t believe how much ’ looks like ’
And it needs no escape, just the correct character :smiley: (and the escape character is indeed )


(Violator) #2

double up the ’

{
#str_foo_001” “Bo’'s dogs don’t bite.”
}