errors is closed, but in future other approach is needed. As Jakub say a
config[encode] is necessary, and config[db_encoding] must be calculated
for every database server using config[encode].
For example, if user choices UTF-8 as charset for their site, then aiki must
set set db_encoding as
- utf8 if server is mysql, postgre.
- nothing if is mssql.
and so on..
** Changed in: aikiframework
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Aiki
Framework Developers, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/888899
Title:
encoding is not working on pages
Status in Aiki Framework:
Fix Released
Bug description:
On a site using new language code, if the page is in english, notice
that the encoding is not getting set. If you view source, you'll see
on this page http://pekinfinearts.fabricatorz.com/en/artists
<!doctype html><html lang="en" dir="ltr">
<head>
<meta charset="__encoding__"/>
But there are some characters displayed funky on the artist name:
Ana�s Martane
Same on http://pekinfinearts.fabricatorz.com/artists but the encoding
working even though this is being output:
<!doctype html><html lang="en" dir="ltr">
<head>
<meta charset="__encoding__"/>
###
So, there are really two problems here in that the default language
and dir. is not being set, and then the __encoding__ is not being
replaced all the time.
Those both need to be repaired.
Its not huge breakage on pekin fine arts, but needs to be repaired in
aiki, then aiki updated on pekin fine arts site.
Using the latest aiki, which is aiki framework 0.8.24.897
To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/888899/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp