On 12 nov, 19:16, Julia <[email protected]> wrote: > I have, I am 99% sure it is not the issue. I am a beginner in PHP thus > I cannot really dig/debug. I think it is a bug since in the HTML code > generated by cakePHP simply "skips" the string to be displayed: <a > href="/passwordreset"></a> (see initial post). > > Could anyone try it on one of your code: > > Just copy and past the character 'é' in one of your $html->link and > see. > > you will see immediatly if it works, will help to see if it is more > likly to be a bug or a config issue on my side ...?
Most likely your view file isn't UTF-8 (or you're deliberately not using UTF-8 and haven't told cake that) - investigate along those lines. hth, AD PS: If cake had problems rendering/using none-ascii characters the book itself, a cake app, wouldn't work in any langauge except English. -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cake-php?hl=.
