Displaying 20 results from an estimated 9000 matches similar to: "[Bug 2132] New: Cyrillic letters shown as codes"
2019 Oct 26
0
Font for cyrillic letters
> Hi.
> I was trying to make syslinux to display russian letters.
>
> This page
> https://wiki.syslinux.org/wiki/index.php?title=Directives/font says
> that for Cyrillic you need a CP855. Is that correct? All other
> guides in internet say that you need CP866.
The "original" Code Page for Cyrillic for MS-DOS is "cp855".
There are several alternative
2019 Oct 27
0
Font for cyrillic letters
Thanks for your answers.
> ?Within the "kbd" package for ArchLinux, I would suggest reading (for
> ?some examples/hints):
>
> ???usr/share/kbd/consolefonts/README.Cyrillic
Yeah, I have read that same file, but at the screenshots page http://alexandre.deverteuil.net/pages/consolefonts/
As I could understand from there, there are three types of fonts that supports cyrillic:
2019 Oct 26
2
Font for cyrillic letters
Hi,
On 26/10/2019 11:53, Ady Ady via Syslinux wrote:
>
>> Hi.
>> I was trying to make syslinux to display russian letters.
>>
>> This page
>> https://wiki.syslinux.org/wiki/index.php?title=Directives/font says
>> that for Cyrillic you need a CP855. Is that correct? All other
>> guides in internet say that you need CP866.
>
>
> The
1999 Oct 10
2
cyrillic letters in filenames.
-----BEGIN PGP SIGNED MESSAGE-----
Dear All,
Does anybody know why ?
I can create files (and directories) with cyrillic names, but
1. I cannot delete those files (well, I can edit them and so)
2. I cannot "cd" to those directories.
What I have: RH-5.X & Samba-2.X
(BTW, I' sending this letter from different account. I'm subscribed to
the another address. If this letter
2014 Mar 06
0
OT Help for Cyrillic/percent letters to UTF-8 conversion script
Hi.
I found a script which converts file names with with Cyrillic names
downloaded from internet. They have letters like "%20" = " "(space), etc.
Script is using xargs:
for i in $(find * -type f ); do j=$(echo $i | sed
-e's/%\([0-9A-F][0-9A-F]\)/\\\\\x\1/g' | xargs echo -e); echo $j; mv
"$i" "$j"; done
or:
for i in $(find * -type f );
do
2013 Apr 16
2
[Bug 2093] New: don't forward authentication for the whole keyring
https://bugzilla.mindrot.org/show_bug.cgi?id=2093
Bug ID: 2093
Summary: don't forward authentication for the whole keyring
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.5p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component:
2013 Jul 04
5
[Bug 2125] New: Error message "You don't exist, go away!"
https://bugzilla.mindrot.org/show_bug.cgi?id=2125
Bug ID: 2125
Summary: Error message "You don't exist, go away!"
Product: Portable OpenSSH
Version: 6.2p1
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2019 Oct 26
2
Font for cyrillic letters
Hi.
I was trying to make syslinux to display russian letters.
This page https://wiki.syslinux.org/wiki/index.php?title=Directives/font
says that for Cyrillic you need a CP855. Is that correct? All other guides in internet say that you need CP866.
I finally got it working. My config file was encoded in ibm866 correctly, but the problem was the font file itself.
I am on Arch Linux, so I run
gunzip
2017 Aug 28
0
[bug report] Cyrillic letter "я" interrupts script execution via R source function
My understanding (which could be wrong) is that when you source a file,
it first gets translated to your native locale and then parsed. When you
parse a character vector, it does not get translated.
In your locale, every "?" character (U+044F) gets replaced by the byte
"\xFF":
> iconv("\u044f", "UTF-8", "Windows-1251")
[1]
2023 Feb 28
0
[ANNOUNCE] font-screen-cyrillic 1.0.5
This release bundles up the last twelve years worth of build system
improvements, including making the configure script more efficient
and using the -n flag to gzip to improve build reproducibility.
Alan Coopersmith (10):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
2012 Nov 12
5
[Bug 2048] New: Make chrooted sftp more user friendly using bind mount (solution suggested)
https://bugzilla.mindrot.org/show_bug.cgi?id=2048
Priority: P5
Bug ID: 2048
Assignee: unassigned-bugs at mindrot.org
Summary: Make chrooted sftp more user friendly using bind mount
(solution suggested)
Severity: enhancement
Classification: Unclassified
OS: Linux
Reporter: harviecz at gmail.com
2007 Mar 19
1
cyrillic font in Transparent LanguageNow! Russian
I have gotten the Learn Russian Now! by Transparent to work OK. The
movies and audio play just fine, but the cyrillic font is showing bad
ASCII characters.
I have cyrillic installed and working for other apps, but not for this
one. I am not that familiar with wine or wine.conf. Is there
something that I should be looking for to enable the font support for
cyrillic in these programs?
I'm
2008 Jan 02
2
Question about using WINE with cyrillic Fonts
Hello List,
yesterday i`ve installed a Program in the Russian Language. The Program is a
Library Program with many of Maganzines and Books. The Program
called "WTLIB".
The German Version works fine. And the Russian Version runs.
But i can see the cyrillic Info only inside the Frames from the Program. But i
can`t see cyrillic Signs in the Menu-Bar. At this place i can only see
2009 Dec 20
1
utf8 postscript cyrillic
Dear R users,
I am running R version 2.10.0 (2009-10-26). I need to prepare an eps
graphic with a legend with cyrillic words. I tried setting the encoding
parameter of the postscript command, but in vain, nothing seems to work. I
tried with CP1251, KOI8-R, UTF-8 and Cyrillic (UTF-8 turned out to not be
available under /usr/lib/R/library/grDevices/enc). All I get is ????????
in the final
2006 Apr 09
1
MySQL data in Cyrillic displayed as question mark
I hope it is a simple question. Cyrillic (cp1251) text retrieved from
MySQL is displayed as question marks in Rails. Even worse, if you
update the database from the application, the Cyrillic text is
replaced with question marks too.
The local MySQL Administrator tool has no problem with displaying
cyrillic in the database. That is why my guess that ActiveRecord, or
whatever it is,
2005 May 26
1
samba-ldap and cyrillic
Hi all,
i installed a new linux with russian support. I now want to configure Samba
and OpenLDAP, but i have many problems for users and groups accounts.
Can i create a user account with cyrillic caracter (as i can on Windows) ?
It looks that i can't as memberUid attribute need to be in ASCII mode. So
how do russian people do ? I imagine that they use cyrillic caracter for
their login name,
2007 Jan 02
0
cyrillic input err:keyboard:X11DRV_ToUnicode
I installed wine (0.9.22, 0.9.26, 0,9.8) locale ru_RU.utf8
In all this versions i have bug with input cyrillic characters
when i trying write cyrillic character in wine applications there are
errors like:
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 06D7
(Cyrillic_ve) :
err:keyboard:X11DRV_ToUnicodeEx
(virtKey=44,scanCode=20,keycode=28,state=2000)
this pair line appears
2017 Aug 28
3
[bug report] Cyrillic letter "я" interrupts script execution via R source function
Hello,
I do not have an account on R Bugzilla, so I will post my bug report here.
I want to report a very old bug in base R *source()* function. It relates
to sourcing some R scripts in UTF-8 encoding on Windows machines. For some
reason if the UTF-8 script is containing cyrillic letter *"?"*, the script
execution is interrupted directly on this letter (btw the same scripts are
sourcing
2010 Dec 06
1
Can't read data coded in Cyrillic
To whom it may concern,
I have a database (an SPSS .sav file) with some vectors containing strings
of words in Cyrillic. My console, however, doesn't seem to read Cyrillics.
If I type Привет into the console it shows Ïðèâåò as I'm typing. Please
note that courier new, my console's default font can encode Cyrillics
elsewhere on my computer (e.g. MSWord and Chrome, from which this
2007 Oct 22
1
Help! bad cyrillic font rendering
Good Day!
I have a problem with rendering of cyrillic font in one window. Everything is fine in others windows of the same program.
I've tried to copy fonts from Windows, where this program works, but it doesn't help.
LANG=ru_RU.UTF-8
I runned wine with "WINEDEBUG=trace+font,trace+dialog":
...
trace:font:CreateFontIndirectW (-21 0 0 0 31 3 2 1 204) L"Courier New" Bold ?