Uwe Stöhr wrote: > > 1. open the file "armenian-article.lyx" from the examples > > 2. change the document layout from "article (armenian)" to "article" and > > save the file under a new name. > > 3. change the document language from Armenian to Korean > > > > -> Crash: > > This problem is more general and only appears when the View Source window > is open. It is now bug 3561: http://bugzilla.lyx.org/show_bug.cgi?id=3561 > > > After the commit, the unicodesymbols file is no longer correctly read. > > This is now bug 3562: > http://bugzilla.lyx.org/show_bug.cgi?id=3562
The source for all those problems (including the assert, which is correct and should be reenabled) is that Encoding::init() is _never_ called. I guess Georg just overlooked that. Georg, where is this function supposed to be called? Jürgen