Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > Georg Baum <[EMAIL PROTECTED]> writes:
> | > Should a call to gettext (_()) give us utf8 or ucs4?, so far I am > | > inclined to go for utf8. > | If we only knew which variant results in less conversions. > Conversion between the different unicode encodings are pretty cheap. > | Since the po files will eventually be in utf8 it seems natural > | to use utf8 for _(), too. Why? Given that "conversion between the different unicode encodings are pretty cheap", why not have the LyX core use a single UCS4 encoding and require conversion only on input/output. Especially given the fact that the frontends will have to perform the conversion from UTF-8 to UCS-4 to their encoding of choice. That just seems like we're making work for ourselves. I just don't get the need/desire for more than one encoding in the kernel. Angus