Special characters on google
Hey,
i want to have link on string file, but when i leave <a href="sherif-activity://sms-information-activity">to google spreadsheets then Babelish translate it to <a href=\"sherif-activity://sms-information-activity\">. Is there a way to leave the special character like a " make it Babelish " after translation (like a " in java string or in regex)?
Hi @MarcinMoskala ,
Is it on the Android part? Could it be related to https://github.com/netbe/Babelish/pull/79? Also would it make sense to remove escaping completely for Android? or leave it as option?
Note: The escaping is common to all converters. see https://github.com/netbe/Babelish/blob/master/lib/babelish/csv2base.rb#L82-L89.