Created
October 13, 2011 18:24
-
-
Save gotjosh/1285026 to your computer and use it in GitHub Desktop.
Accuted words in rails strings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I have the following line in a Rails mailer: | |
| :subject => "Promoción Octubre Mes del Control de la Línea en Figurella!" | |
| Notice how the words promocion and linea have accuted letters. I tried using html encoded characters but that didn't solve my problem also the magic string # encoding: utf-8 on top of the mailer class and neither. Any ideas on how can i accomplish this, because the app keeps crashing whenever i try to send an email. | |
| Thank You! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment