On Sun, Apr 11, 2010 at 5:30 PM, Bogdan <[email protected]> wrote:
> I have problem with Cyrillic text hardcoded into the code.skin. It is
> rendered incorrectly. If the text is in some page, then there is no
> problem, but if it is a part of the skin html - it is not encoded.

Do you have the right character encoding declarations in your skin?
Normally, if UTF, you should have a line like

        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

And then you have to make sure the text you enter your file is UTF. It
should be, if you enter through BoltWire (a browser) but if you are
using some text editor it may be some other encoding system. Character
encoding is tricky--but most likely that's the issue..

> And if I may use the opportunity to share one more problem. In my
> sidebar I have code of the kind:
> <nolines>[if ...]some text[if]
>
> !! [[Section]]
> * links
> ...
> </nolines>

Why not try this:

[if ...]some text

[if]!! [[Section]]
* links
...

> Thanks in advance and good luck with Boltwire 4.

Appreciate the wishes. I've decided to let BoltWire 4 wait just a bit
to give us time to get get our core working better. It's been helpful
to have something stable for my own site--which is coming along great,
and I have another project I'm working on at the moment as well. But
eventually, we'll get there!

Cheers,
Dan

-- 
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.

Reply via email to