Forum OpenACS Development: Re: Update list table images to update/down characters

Collapse
Posted by Gustaf Neumann on
The new ordering character is a UTF-8 glyph, which is independent of the themes. Check out for its usage with bootstrap3 on https://openacs.org/forums/forum-view?forum_id=14014

Can it be that the site is using a charset different to UTF-8?

Collapse
Posted by Khy H on
Thank you. We updated the charset in the Naviserver start.tcl and now the up and down glyph displays correctly.
Collapse
Posted by Gustaf Neumann on
Great. When using plain NaviServer, it is sufficient to comment out the charset settings. For OpenACS, one has to set it [1], since it takes the default charset from the locale settings via [lang::util::charset_for_locale $locale] ...

[1] https://bitbucket.org/naviserver/naviserver/src/c24e43b50a1820d70421281b6d897748e1b2a574/openacs-config.tcl#lines-249