Changes between Initial Version and Version 3 of Ticket #3992
- Timestamp:
- 06/11/19 17:34:32 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3992
- Property Summary changed from Некоррекное отображение в Solaris кодировки 1251 to Incorrect display in Solaris encoding 1251
-
Ticket #3992 – Description
initial v3 1 Добрый день! 1 Solaris uses the ANSI1251 encoding name than other systems, where CP1251 is usually. As a result, Cyrillic characters are replaced with questions when using this encoding, since mc switches to 7-bit ASCII. When str_8bit_encodings are added to the list of the values "ansi-1251", "ansi1251" in the file lib/strutil/strutil.c, everything displays correctly, but in Options/Display? Bits are also defined by the Input / display codepage 7-bit ASCII, unlike other encodings. 2 2 3 В Solaris используется имя кодировки ANSI1251 отличное от других систем, где обычно CP1251. Как следствие символы кириллицы заменяются вопросами при использовании данной кодировки, т.к. mc переходит на 7-bit ASCII. При добавлении в список str_8bit_encodings значений "ansi-1251", "ansi1251" в файле lib/strutil/strutil.c все отображает правильно, но в Options/Display bits так же определяется Input / display codepage 7-bit ASCII в отличии от других кодировок. 4 3 {{{ 5 4 root@test:~# LC_MESSAGES=C mc -F 6 5 Home directory: /root … … 26 25 root@test:~# mc --configure-options 27 26 '--prefix=/usr' '--sysconfdir=/usr/share' '--libexec=/usr/share' 'CFLAGS=-m32' 'LDFLAGS=-m32' 'CPPFLAGS=-m32' 28 29 С Уважением, 30 Александр 27 }}}