Cyrilic charset problem
copyman1
Joined: 2004-02-27
Posts: 9 |
Posted: Mon, 2004-03-01 00:36 | |||
Hello all, I have a problem, i see wrong character if the name of title or albums Regards Milen
|
||||
copyman1
Joined: 2004-02-27
Posts: 9 |
Posted: Mon, 2004-03-01 00:36 | |||
Hello all, I have a problem, i see wrong character if the name of title or albums Regards Milen
|
||||
Posts: 1479
Non-ASCII characters are not supported in GR. Gallery can accept them, but not tell GR about them (or web clients, so users must manually select the correct codepage in their web browsers).
The solution to both is to use HTML entities (like &) for all non-ASCII characters. A future version of Gallery will accept UTF-8.
Posts: 9
OK ! Thanks Paour
Milen
Posts: 2
Hi,
is there some way to specify the charset in GalleryRemote? Some property in .GalleryRemote props file? If not, may it be easily implementable? Could you then mention source file names, where would be the best place for charset conversions?
thanks
Andrius
Posts: 1479
I'm working on this right now, so I'm really glad you're reactivating this thread.
I have implemented support in GR for non-roman HTML entities. Recent versions of Gallery create these entities when non-roman text is entered, so for albums that were created by recent versions of Gallery, everything works well.
I will post to this thread again when I have a version of GR that you can test.
I'm also looking for people who have Galleries with codepage-encoded non-roman text. How you can tell is by looking at the HTML source for a page that contains non-roman text. If the source contains codes like
〹
, it's HTML-entity-encoded. If it contains actual non-roman characters or nonsensical characters, it's codepage-encoded. I would like to try and support codepage-encoded Galleries also.