Torvista,
Thanks for pointing out my omission of the override in identifying the spanish.php directory. My active spanish.php file is indeed in includes/languages/MYTEMPLATE/spanish.php.
I use a free HTML editor, Coffee Cup, for lots of php file editing because it is pretty user friendly, sometimes lets me see a preview, and will save a file that is already in .php, although it does not give me that election in the "save as" bottom-of-file box.
I also use Notepad++, generally for editing .sql or Excel files. I checked on the web how to save in utf-8 because I do not have that option at the bottom in a "save as" format, and came upon the following which applies to my version of Notepad++:
When I go to:
File
Save as
Save as type ---- It shows many file types but not "UTF-8 without BOM"
To me it appears there are two areas you need to select "UTF-8 without BOM" being:
-
Click on "Format"
Select "Encode in UTF-8 without BOM"
-
Click on "settings"
Click on "Preferences"
Click on "new document/open save directory"
Select "UTF-8 without BOM"
I made the above 2 changes from the "Format" and "Settings" tabs in the header location. I opened a fresh spanish.php file from includes/languages/MYTEMPLATE/spanish.php, and re-saved, but got the ? in place of o and e with accents.
I searched the web for some sort of chart of characters with accents, but found nothing so far, so I copied some accents in the spanish.php file, from the words Información and términos, so the verbiage from my Zencart_Zen template is changed thus:
Para crear una cuenta, por favor, introduzca sus datos de facturación y como aparece en su tarjeta de crédito.
and
Por favor Entrar a continuación.
It now renders correctly.
So it appears that if I use a translator such as Google Translate, I will need to somehow locate a source of code for the accented letters and replace those one-by-one, or morpheme-by-morpheme (e.g., cion = ción).
Is there some term I should be searching for that would help me discover a chart of such accent codes?
Or am I on the wrong track?
Thanks.
Notageek