absailesh / vqmod

Automatically exported from code.google.com/p/vqmod
0 stars 0 forks source link

DOM UNABLE TO LOAD when adding an accented spanish letter to a laguage file #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Adding a language entry containing an accented spanish vowel.
For example:
$_['entry_number']      = 'Escriba su Número:';

What is the expected output? What do you see instead?

the word [número] would cause the vqmod to fail with  DOM UNABLE TO LOAD
vQmod Version:latest
Server Operating System:linux

Please provide any additional information below.
Example of the search I am using.

<file name="admin/language/english/sale/customer.php">
<operation><search position="before"><![CDATA[
?>
]]></search><add><![CDATA[
$_['column_cedu']      = 'ID Némber:';
$_['entry_cedu']      = 'ID Number:';
$_['error_cedu']      = 'Please write your ID number, (0-0000-0000)!';
]]></add></operation>
</file>

Is there another way to add the é? 

Regards,

Marvin

Original issue reported on code.google.com by marvme...@gmail.com on 1 Feb 2013 at 8:20

GoogleCodeExporter commented 9 years ago
Forget about it! My bad, accents should be added using the html accent codes. 
Sorry about that.

http://symbolcodes.tlt.psu.edu/bylanguage/ipavowels.html

Regards,

Marvin M

Original comment by marvme...@gmail.com on 1 Feb 2013 at 8:26

GoogleCodeExporter commented 9 years ago

Original comment by DJG6...@gmail.com on 1 Feb 2013 at 9:30