Page 1 of 1

char_set=unicode

PostPosted: Saturday, 26th September 2015, 19:49
by mandor
What is up with char_set variable in 0.16 and trunk? I suppose I can't set it to ibm, dec or unicode anymore. Is it unicode by default now? If so, how do I get putty to display it? In 0.15 and earlier char_set=unicode works for me.

Re: char_set=unicode

PostPosted: Saturday, 26th September 2015, 23:53
by neil
The built-in character sets have been moved out of the C++ code and into configuration. Use:

  Code:
include old_unicode_glyphs.txt
, or copy-paste that file into your rc and customise it however you'd like.

Re: char_set=unicode

PostPosted: Sunday, 27th September 2015, 07:45
by mandor
Thank you, Neil.