Do you also get ĺ if you just paste (not type) å into text editor? If not, then you just need to configure keyboard encoding. This is probably cp1250 which is obviously not correct. Just edit
C:/Program files/therion/xtherion.ini file and uncomment following line: ## input keyboard encoding # set xth(app,sencoding) iso8859-2 and set this encodings to: ## input keyboard encoding set xth(app,sencoding) cp1252 (Or whatever windows codepage you are using) and I believe it will work. And if you will add also this line to xtherion.ini: lappend xth(kbencodings) cp1252 you should be able to change system encoding at runtime using Window->KBD Encoding menu item. If modifiing xtherion.ini and restarting xtherion will not help, please let me know. Regards, S. On Tue, Apr 8, 2008 at 2:20 PM, Roger Johansson <johroger at gmail.com> wrote: > I restarted Therion and then it worked. Strange but lucky for me. > > However, while typing on keyboard whitin the Therion software - when typing > Ã¥ I'll get ĺ and when typing à I get Ĺ. Ã,ö,à end à works fine! > > In order to write åà in my data files I have to use an external text > editor. > > > > > > -----Original Message----- > > From: therion-bounces at speleo.sk > > [mailto:therion-bounces at speleo.sk] On Behalf Of Stacho Mudrak > > Sent: den 8 april 2008 11:19 > > To: therion at speleo.sk > > Subject: Re: [Therion] Accented letters > > > > > > This is strange - I have just tested these characters (copied > > from this mail and pasted to xtherion) and they worked (in > > UTF-8 encoding). Could you please send us some input files, > > where these characters do not work? > > > > Thanks, S. > > > > On Tue, Apr 8, 2008 at 10:33 AM, Roger Johansson > > <johroger at gmail.com> wrote: > > > Hi! > > > In Sweden we make use of several accented letters i.e. à Ãà > > and åäö. > > > Therion doesn't support these by default, so i reckon I'll > > have to do > > > some configuration by myself. Unfortunally I don't understand the > > > instructions in appendix of thbook. Can anyone help me out? > > > > > > // Roger Johansson > > > > > > No virus found in this outgoing message. > > > Checked by AVG. > > > Version: 7.5.519 / Virus Database: 269.22.9/1364 - Release Date: > > > 2008-04-07 18:38 > > > > > > > > > _______________________________________________ > > > Therion mailing list > > > Therion at speleo.sk http://www.speleo.sk/mailman/listinfo/therion > > > > > _______________________________________________ > > Therion mailing list > > Therion at speleo.sk > > http://www.speleo.sk/mailman/listinfo/therion > > No virus found in this incoming message. > > > > Checked by AVG. > > Version: 7.5.519 / Virus Database: 269.22.9/1364 - Release > > Date: 2008-04-07 18:38 > > > > No virus found in this outgoing message. > Checked by AVG. > Version: 7.5.519 / Virus Database: 269.22.9/1364 - Release Date: 2008-04-07 > 18:38 > > > _______________________________________________ > Therion mailing list > Therion at speleo.sk > http://www.speleo.sk/mailman/listinfo/therion >
