c1lonewolf
03-12-2012, 07:22 PM
Ok I changed a '.sql' file to .js to create a file for various languages, however when some some language chars. are placed in a string I mixed errors from my javascript function. Usually 'unterminated string' or 'Invalid procedure call or argument'.
all run through the same function call.
German
ä
Ä
ö // sometimes this one works in a string without creating errors
Ö
ü
Ü
ß
é
€
„
spanish
á
é
í
ñ
ó
ú
ü
Á
É
Í
Ñ
Ó
Ê
Ú
Ü
¿
¡
So any hints on how to actually use language characters? I've seen some javascripts that have language scripts that go with them and they don't seem to have any problems. Thanks for any help!
all run through the same function call.
German
ä
Ä
ö // sometimes this one works in a string without creating errors
Ö
ü
Ü
ß
é
€
„
spanish
á
é
í
ñ
ó
ú
ü
Á
É
Í
Ñ
Ó
Ê
Ú
Ü
¿
¡
So any hints on how to actually use language characters? I've seen some javascripts that have language scripts that go with them and they don't seem to have any problems. Thanks for any help!