Wolfgang Engelmann wrote: > Error 84 returned from iconv when converting from UCS-4LE to ISO-8859-15: > Ungültiges oder unvollständiges Multi-Byte- oder Wide-Zeichen > Converted input: 0x005c 0x0063 0x0069 0x0074 0x0065 0x0074 0x007b 0x0052 > 0x0065 0x006d > Stopped at: 0x00b4 > > which character it is? Is there a table or a program which helps me in > doing so?
These are the unicode code points (the utf-16 hex value, for that matter). You can find the character e.g. here: http://www.decodeunicode.org/u+00B4 An easy way is to insert "unicode-insert 0x00b4" into the LyX "minibuffer" (i.e. Alt-x unicode-insert 0x00b4), then the respective character gets inserted to LyX. Jürgen
