It's not such problem. I resolve it by changing the file,
velocity.properties.
change the value of ' input.encoding ' to the locale encoding, and the
template
file not to change to utf-8.
but when i use many different language in the template, it seems be another
problem.

That char is discovered before the tag '<html>'.


2005/12/18, Jacek Wiślicki <[EMAIL PROTECTED]>:
>
> Wiadomosc od Cubehead z 2005-12-18 04:27 brzmiala:
>
> > Another problem I cannot resolved.
> > I changed the header.vm to unicode. the problem is in front the logo,
> there
> > is a space line.
> > I discovered that there was a char that it isn't a space in unicode. but
> I
> > can not find the char where it is.
> Does the problem appear in IE? Try another browser (Mozilla, Opera) - if
> there the page looks fine, the problem is probably a white space (eol,
> cr, etc.) between some table markups. IE very often displays them as a
> "blank space" (3 px height) within a table. Try removing all the white
> spaces in the code, e.g.:
> <table><tr><td>...</td></tr></table>
> instead of:
> <table>
>        <tr>
>                <td>
>                        ...
>                </td>
>        </tr>
> </table>
>
> --
> pozdrawiam,
>     Jacek Wislicki
>
> [EMAIL PROTECTED]
> tel.: +48 502 408 444
> gg: 2540358
> skype: jacek_wislicki
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to