On 7/13/05, Johan Compagner <[EMAIL PROTECTED]> wrote:
> not impacted as far  as i know.
> 
> Everything is just utf instead of a charset like ISO-8859-1 (called
> western most of the times i believe)
> pages could be a bit larger if there are 2 byte chars in it.

Not necessarily. This is the beauty of utf-8 over utf-16 that as long
as you stay in ASCII zone, you have one byte per character, and as
long as you use latin letters, you won't see a difference, it is the
same as ASCII in the lower 7-bit segment. Well, some artefacts like
apostrophes may change to funny characters, but overall text will be
readable and one-byte-per-character. Only when you use cyrillic or
chinese or whatever-non-latin, you would get multibyte character.

So utf-8 is imho a great choice.

Michael.


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to