[Typo3] more questions to Photobook extension

Arco arco at appeltaart.mine.nu
Thu May 12 08:15:49 CEST 2005


> I'm having probs with Polish navigation labels in  pi1/locallang.php,
> specifically, latin lower case 'e' with ogonek 'e,' as part of 		'next'
> =>
> 'Next',
> 
> if I put the BE i/face, using 'pl' keyboard, it displays wrongly
> 
> if I put in code as 'next' => 'Następny', (or ę)  it displays
> wrongly
> 
> how can I do that, any idea ?

I noticed that using the textmode the e, (bearded E?), is shown correctly.

code snipped:
    $img['alttext'] = $this->pi_getLL('next');
    $img['linkWrap'] = '<a href="'.$this->createUrl($dumurl).'"' .'>|</a>'.$this->crlf;
    $this->nexttxt = $this->cObj->IMAGE($img);
  } else {
    $this->nexttxt = '<a href="'.$this->createUrl($dumurl).'">'.$this->pi_getLL('next').'</a>';

So I think there is a double htmlspecialchar somewhere.
All other "uncommon" characters are shown correctly?

Arco



More information about the TYPO3-english mailing list