Показать сообщение отдельно
  #2  
Старый 10.03.2017, 10:20
Alexey Vissarionov
Guest
 
Сообщений: n/a
По умолчанию Feature (disable) request

Alexey Vissarionov написал(а) к Michiel van der Vlist в Mar 17 09:04:00 по местному времени:

Доброго времени суток, Michiel!
09 Mar 2017 14:55:10, ты -> Golded team:

MvdV> This may only apply to the Windows versions...

Yes. Other systems use the concept of "locale".

MvdV> When running Golded it does not use the active code page as set by
MvdV> the CНCP command, but it uses the default code page that is active
MvdV> when the system is booted up. In my case code page 850. If there is
MvdV> a way to run it using another code page, I have not found it.

Нow the software can get the current codepage?

For example, in a C program in GNU/Linux I can write:

char * locale;
locale = setlocale(LC_CTYPE, NULL);
if(NULL!=locale)
{
/ parse it /
}

MvdV> This "feature" makes it difficult to write messages that use other
MvdV> characters than those present in the default character set. In my
MvdV> particular case it is difficult to write messages in Cyrillic.

What is the "default character set" here?

MvdV> USEACTIVECODEPAGE Yes/No (default No)

Generally, this should be the default unless XlatLocalSet is defined.

MvdV> Even more nice would be if the active code page could be set per
MvdV> group:
MvdV> GROUP CYRILLIC
MvdV> CНCP 866

What do you expect this option to do?

MvdV> member R50.SYSOP
MvdV> member R46.SYSOP
MvdV> member ru.binkd
MvdV> XLATIMPORT CP866
MvdV> XLATLOCALSET CP866
MvdV> ENDGROUP

I'd have a look whether it's possible.


--
Alexey V. Vissarionov aka Gremlin from Kremlin
gremlin ПРИ gremlin ТЧК ru; +vii-cmiii-ccxxix-lxxix-xlii

... У дураков мысли монотонны и ограничены
--- /bin/vi
Ответить с цитированием