translate / amagama

Web service for implementing a large-scale translation memory
http://amagama.translatehouse.org
GNU General Public License v3.0
90 stars 27 forks source link

Properly fix unescaped source in API #3198

Open unho opened 10 years ago

unho commented 10 years ago

Commit 5dc4e384 provides a workaround for the exception thrown when querying for the '<a "\b">' (being single quotes and double quotes part of the string itself), but this should be properly fixed by actually escaping such strings correctly when querying the database.