| Author |
Message |
Brujo
Novice


Joined: Apr 21, 2003 Posts: 21
|
Posted: Thu Jun 09, 2005 9:50 am Post subject: G2 and german Umlauts |
|
|
Hi, today i installed g2 in phpnuke 7.6 my standard language is german, if i enter g2 all german umlauts in the Blocks on the left side are changed in some other crypt signs.... any ideas ?
with best regards
Brujo |
|
| Back to top |
|
|
AdBot
|
| Post subject: G2 and german Umlauts |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Thu Jun 09, 2005 9:56 am Post subject: Re: G2 and german Umlauts |
|
|
sorry, i've not dealt with the multilingual features of Gallery, or Gallery2. your best bet would be to post on the main gallery forums, they also have a special forum just for the German language. _________________
 |
|
| Back to top |
|
|
Brujo
Novice


Joined: Apr 21, 2003 Posts: 21
|
Posted: Sat Jun 11, 2005 3:40 pm Post subject: Re: G2 and german Umlauts |
|
|
thanks for the answer, i have there opend the question to.
Have you a link / address of the developer from the embedded phpnuke module of G2 ? it seems to have something to do with the new language mapping, because this issue i never had with 1.4x
with best regards
Brujo |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Mon Jun 13, 2005 6:22 am Post subject: Re: G2 and german Umlauts |
|
|
his screenname is drumicube (both here and at the main gallery forums). I don't have his email handy, but a search for posts by that author should yield something for you. _________________
 |
|
| Back to top |
|
|
mdx11
Beginner


Joined: Jun 05, 2005 Posts: 4
|
Posted: Wed Jun 29, 2005 9:40 am Post subject: Re: G2 and german Umlauts |
|
|
Hi,
I think, it was a special german problem, I will try to explain in german okay?? For all non-germans, it is a Problem you can found it here in the G2-FAQ:
Quote: ›
Q: Where I should see dates I see "Wrong charset, cannot convert" or "Illegal character encoding" or "Illegal recode request".. what is wrong?
A: Some operating systems report invalid character sets to PHP leading to errors when trying to convert system-generated content (like day/month names in dates) to UTF-8. Work around this problem by placing the following in config.php:
Code: ›
require_once(dirname(__FILE__) . '/modules/core/classes/GalleryCapabilities.class');
GalleryCapabilities::set('systemCharset', 'ISO-8859-1');
Replace 'ISO-8859-1' with the appropriate character set for your system.
For the germans:
Es ist ein Problem der Zeichencodierung. Ich habs jetzt wie oben beschrieben eingestellt und läuft auch so ...
Musste dann aber meinen Browser erstmal auf ISO-8859-1 Codierung einstellen ..
Nachtrag
Es ist ziemlich nervig, immer wieder den Browser manuell umzuschalten. Leider zeichent sich noch keine richtige Lösung im Menalty-Board ab. Es sit das prinzipielle Problem, dass G2 im Unicode UTF Charset läuft, wir aber ISO 8859-1 bräuchten ...  |
|
| Back to top |
|
|
|
|
|
|
|