On Wed, Mar 24, 2004 at 12:43:15AM +0100, Uwe St�hr wrote:
> as unicode chars, but as LyX doesn't support unicode directly, some
> charcters make problems. E.g. the ???(EURO) sign. If you type it directly
> in LyX, the unicode-package won't encode it. To get the sign anyway, use
> the command \unicar. When looking in the unicode-tables, you will find
> the ??? as char '20AC'. To pass it to the \unicar command you have to
> recalculate its number to the decimal system.
> '20AC' in the hexadecimal-system is '8364' in the decimal system.
> Now you can type \unichar{8364} to get the unicode encoded ??? sign.
Would \unichar{"20ac} not work?
Andre'