Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using the export function of xtCommerce Veyton (export manager) to export my products for google. The code I use is:

{$data.products_id}~{$data.products_ean}~{$data.products_link}~{$data.products_name}~{$data.products_description_clean}~{ $data.products_image_info}~{$data.products_price.plain}~{$data.manufacturers_name}~neu~DE:Paket::5.90~{if $data.products_quantity<=0}nicht auf Lager{/if} {if $data.products_quantity>0}auf Lager{/if}~{$data.category}~{$data.google_productcategory}

The only thing I've changed in comparison to the defaults is the last point - google_productcategory

The Problem is, all special characters like 'ö' or 'ß' are broken. Surely there is something wrong with the encoding.

My question is, is there a way to change this without modifying the core files as I would rather keep the system upgradable.

Thanks for your help!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.