Am Montag, 28. Mai 2007 10:31 schrieb Abdelrazak Younes: > Jürgen Spitzmüller wrote: > > Abdelrazak Younes wrote: > >> I would say in the LateX export but Georg wouldn't agree with me I think. > > > > I would agree. It would ease to implement a special symbols panel later (that > > uses unicode-insert).
What youboth want (automatic encoding switching based on the character code points) is simply not possible in several cases because of the limitations of the inputenc package. Adding the symbols to the unicodesymbols file is the more general solution. > That is a good use-case indeed. Setting the language to properly typeset > unicode symbols seems to me like a LateX limitation anyway. So it is > better if we do that explicitely for LateX. It is not a LaTeX limitation. The language needs to be set to get the hyphenation right. How do you want to do that without knowing the language? The language in LaTeX has nothing to do with the encoding, they are only tied together in LyX if inputenc == auto. Georg