I've just started work on developing a site using broadleaf 2 M1. The site is for use in Georgia (the country) which has its own alphabet. An example of a word in Georgian is:
პროდუქტის
The whole site needs to be in Georgian, and so I've been doing some checks to see how this will work. I've modified one of the products in the demo, via the admin interface, giving it a title and description in Georgian. This appears to work fine in both the admin interface and a check in the db shows that the columns have been populated with the Georgian characters. However the main site simply shows '?' instead of Georgian characters (i.e. the Georgian word above simply appears as '?????????') - a check with wget shows that the html is actually being delivered with '?'s, so it doesn't appear to be a browser rendering issue (and the browser is able to show these characters in the admin interface and on other georgian websites). I see that these values are being inserted into the page via some blc taglibs, but I can't work out where the source for the taglibs is in order to debug further:
<blc:head pageTitle="${'Broadleaf Demo - Heat Clinic - ' + product.name}" />
Can someone either suggest how to fix the problem or at least point me to where to find the source for the taglibs?
Thanks,
Andrew.
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.