problem with polish letters - utf8

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
sjasiak
Posts: 5
Joined: Sun 6. Mar 2011, 22:29

problem with polish letters - utf8

Post by sjasiak »

i Have this setings:
$phpwcms['db_charset'] = 'utf8';
$phpwcms['db_collation'] = 'utf8_general_ci';
$phpwcms['charset'] = 'utf8;

Front Page works fine - page in polish displays ok but The backend of panel has no Polish letters. why? also if i use {DATE_LONG} in name of day and month also no polish letters on frontpage rest of page displays ok
User avatar
Oliver Georgi
Site Admin
Posts: 9888
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: problem with polish letters - utf8

Post by Oliver Georgi »

Polish backend translation might not be UTF-8 encoded. I go to kick all other encodings off phpwcms in the next weeks. v1.5 will support UTF-8 only.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
Chaffinch<
Posts: 52
Joined: Mon 30. Mar 2009, 18:36
Contact:

Re: problem with polish letters - utf8

Post by Chaffinch< »

sjasiak wrote:i Have this setings:
$phpwcms['db_charset'] = 'utf8';
$phpwcms['db_collation'] = 'utf8_general_ci';
$phpwcms['charset'] = 'utf8;

Front Page works fine - page in polish displays ok but The backend of panel has no Polish letters. why? also if i use {DATE_LONG} in name of day and month also no polish letters on frontpage rest of page displays ok
Extract the files to your server, replacing the existing.You will have a translation utf-8 POLISH
Wypakuj te pliki na serwer,zastępując istniejące.Będziesz miał tłumaczenie utf-8
Link:
http://krynica.malopolska.pl/include.zip
Best Regards,
P.S. Sorry for my English or Deutsch.
User avatar
Chaffinch<
Posts: 52
Joined: Mon 30. Mar 2009, 18:36
Contact:

Re: problem with polish letters - utf8

Post by Chaffinch< »

Oliver Georgi wrote:Polish backend translation might not be UTF-8 encoded. I go to kick all other encodings off phpwcms in the next weeks. v1.5 will support UTF-8 only.
Hellou Oliver
How can I add Polish characters to charset_helper.inc.php ? ?
I'm trying but without success
http://forum.phpwcms.org/viewtopic.php? ... 66#p132520
Best regards
Bogdan
Best Regards,
P.S. Sorry for my English or Deutsch.
User avatar
Oliver Georgi
Site Admin
Posts: 9888
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: problem with polish letters - utf8

Post by Oliver Georgi »

the alias is first converted using JavaScript – serverside is another thing. You can write whatever you like there to get it fixed the way you need – so fill it in manually.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply