Having tested my proposed solution, it works! The only issue was that first test I had not saved the .po file in UTF-8, so it didn't show the text at all including the </a> part of the link. Saving the .po file as UTF-8 solved the issue for me. Please check that your .po files are UTF-8. Enjoy, John
On Nov 13, 8:13 pm, Julia <[email protected]> wrote: > I ran the debgger and you are right. But I don't know where to take it > from here. > Would it be the default charset in my editor? > Would it be the encoding of the page in my HTML rendition? > Would it be Configure::write('App.encoding', 'utf-8'); in > bootstrap.php? > Would it be a limitiation of my OS? > I am lost here, I thing I tried pretty much everything ... > > Maybe you have pointers to some other forum posts I did not read, a > step by step checklist ... > > I did not mean to I-will-switch "blackmail", really, I am just on a > deadline and feel hopeless. And I am not talking about data conversion > it-out of DB with different charsets, just displaying static hard- > codded strings :-( > > Thanks. -- 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=.
