2009/3/10 Linly <[email protected]>: > > I have set "utfPages: true" in "site.config". Don't know this is the > reason or not.
Yes, that did the trick. I find the term 'utfpages' confusing. All web pages are utf-8 encoded as standard via declaration in the skin HTML head. Thus using utf-8 text in the content displays okay. But 'utfpages: true' refers to utf-8 encoded page names only. 'utfPageNames: true' would be a lot clearer as a config switch. And i think this should be true by default, same as utf-8 character decoding is set by default via the skin HTML head. ASCII text in page names appears as normal, as it is the utf-8 standard way to render the lower ASCII characters as normal characters. The only issue is if Western European users wish to have their diacritic characters transformed to non-diacritic lower ascii characters. For this one should use a config variable, but not for generally using utf-8 in page names. Perhaps a var called simpleAsciiPageNames or basicAsciiPageNames Cheers, ~Hans --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" 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/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
