Polish font when users writting Polish font when users writting
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Polish font when users writting

Started by Eppers, February 01, 2008, 09:44:52 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Eppers

Hi there.
I have trouble with polish font -> for egzample : when users uploaded a file where name of file is with polish sings the gallery don't showe this file only gray color.
Another thing. If user write something in NOTICE for picture it can't be with polish sign. Egzmaple : szkoła it shows szko??a. What is wrong and how to repair this?
I change charset in template for ISO-8859-2 but won't work :/

P.S. main site works properly -> only when users want to write something or upload file etc.

Link to gallery is : www.haftypolskie.com.pl/gallery

gallery ver 1.4.14

Joachim Müller

You're using the proprietary encoding ISO-8859-2 although you shouldn't have done that (change from coppermine's default encoding utf-8 unless you know what you're doing). You either live with stuff that is happening to you (weird encoding issues when using non-latin file names) or you go back to utf-8 encoding (if you decide for that, you'll have to convert all textual content that already resides in your database from ISO-8859-2 to utf-8).

Eppers

so as i understood i have to live with this weird encoding and there is no hope for me at this momen  :(

Joachim Müller

You misunderstood. I suggested to go back to utf-8.

Eppers

I see  but i changed it from utf-8 to iso this morning because it was trouble with these sings but it did not help

Eppers

so better stay with utf8 and these signs than with iso and troubles with font ?


Joachim Müller