Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [babel-dev] Project source location not being picked up

On 03/13/2014 07:32 AM, Andreas Sewe wrote:
I assume the Babel UI automatically backslash-encodes umlauts and stuff I submit through my web browser, right? Can I still manually insert backslash-encoded Unicode characters like the typographically correct hyphen (\u2010) or do I risk double-escaping then? Best wishes, Andreas
Babel will put in the database what you enter -- so if you put a "backslash" it will be entered as-is.

Perhaps give it a try on one string, pull in a nightly build and see what happens?


Back to the top