|
Posted by Simon on June 24, 2008, 1:09 pm
Please log in for more thread options
> Hello -
>
> I'm working on a team that is planning to add Welsh language support to a
> large existing IT system which is partially web-based and
> English-language-only so far. I've heard that 2 characters in Welsh
> (w-circumflex and y-circumflex) are not supported in our default
ISO-8859-1
> character set, so a partial move to Unicode for internal storage of text
> might be required.
>
> I haven't yet found a Welsh-language website that uses these 2 characters,
> so are they actually used much in Welsh? Is not supporting them likely to
> cause problems?
>
> Thanks
>
I've just found a webpage that uses y-circumflex at the end of the third
paragraph, so it can't be that uncommon:
http://news.bbc.co.uk/welsh/hi/newsid_7460000/newsid_7462500/7462534.stm
This webpage uses ISO-8859-1 with entities for the y-circumflex. Using
entities would be very messy in my application, so if support for these
characters is needed, I would have to go for Unicode.
I guess my question still is: would not supporting these 2 characters be
considered bad practice for a Welsh-language business application?
|