View Issue Details

IDProjectCategoryView StatusLast Update
0001771OXID eShop (all versions)4.06. Language and translationspublic2010-05-19 10:38
Reporteroxy_uttendorfsky Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.4.0 revision 28699 
Summary0001771: UTF8 encoding in product detail - [?] Questions about this product?
Descriptionwhen shop is i UTF8 mode, there is wrong character encoding in language ident 'DETAILS_QUESTIONS'

in czech is displayed: [?] Otázky k produktu?
but it sould be: [?] Otázky k produktu?

Very old smarty function mailto uses bix2hex function whichbrokes utf8 encoding.

Workaround is add escape modifier to template details.tpl:
[{mailto ... text='DETAILS_QUESTIONS'|oxmultilangassign|escape:"htmlall":"UTF-8" ... }]
TagsNo tags attached.
Attached Files
function.oxmailto.php (2,157 bytes)
Theme
BrowserAll
PHP Versionany
Database Versionany

Relationships

has duplicate 0001946 resolvedbirute_meilutyte UTF-8 language does not work with smarty function "mailto" 

Activities

arvydas_vapsva

2010-05-19 10:38

reporter   ~0002933

Problem is in smarty "mailto" plugin. Attached file contains extension for "mailto" function. To enable its usage edit related templates (default which uses this feature are "details.tpl", "contact.tpl") and change "[{mailto " to "[{oxmailto ".