Babelish icon indicating copy to clipboard operation
Babelish copied to clipboard

Special characters on google

Open MarcinMoskala opened this issue 9 years ago • 1 comments

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)?

MarcinMoskala avatar Aug 13 '16 10:08 MarcinMoskala

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.

netbe avatar Aug 15 '16 21:08 netbe