No HTML entities on some buttons?
Posting here because I think it has to do with localization... What I'm doing is adding diacritics to the Romanian translation. The diacritics go as HTML entities in the language file. Everything...
View ArticleRe: No HTML entities on some buttons?
I think we just had a similar discussion in another thread. Is there no support in UTF-8 for these characters or is there no proper character set for these characters? The best solution is to use a...
View ArticleRe: No HTML entities on some buttons?
Same thing happens for the title... Somewhere between the language file and the actual display (in these cases), the "&" in the entity gets converted to "&". Regards, dmaftei
View ArticleRe: No HTML entities on some buttons?
Quotebrianlmoon ... The best solution is to use a character set appropriate for these characters and to use the actual characters in the language file, not entities. I get the same result with actual...
View ArticleRe: No HTML entities on some buttons?
It's not exactly the same discussion. The other thread was about entering html entities inside message bodies when posting. For the language file, it's possible to use html entities and we normally do...
View ArticleRe: No HTML entities on some buttons?
Thanks, Maurice, I'll try your changes and let you know how it goes. Regards, dmaftei
View ArticleRe: No HTML entities on some buttons?
Great. The button solution is in core and will be kept. For the title, it's possibly a different story, but this hack should get you going.
View ArticleNo HTML entities on some buttons?
Posting here because I think it has to do with localization... What I'm doing is adding diacritics to the Romanian translation. The diacritics go as HTML entities in the language file. Everything...
View ArticleRe: No HTML entities on some buttons?
I think we just had a similar discussion in another thread. Is there no support in UTF-8 for these characters or is there no proper character set for these characters? The best solution is to use a...
View ArticleRe: No HTML entities on some buttons?
Same thing happens for the title... Somewhere between the language file and the actual display (in these cases), the "&" in the entity gets converted to "&". Regards, dmaftei
View ArticleRe: No HTML entities on some buttons?
Quotebrianlmoon ... The best solution is to use a character set appropriate for these characters and to use the actual characters in the language file, not entities. I get the same result with actual...
View ArticleRe: No HTML entities on some buttons?
It's not exactly the same discussion. The other thread was about entering html entities inside message bodies when posting. For the language file, it's possible to use html entities and we normally do...
View ArticleRe: No HTML entities on some buttons?
Thanks, Maurice, I'll try your changes and let you know how it goes. Regards, dmaftei
View ArticleRe: No HTML entities on some buttons?
Great. The button solution is in core and will be kept. For the title, it's possibly a different story, but this hack should get you going.
View Article