Displaying 20 results from an estimated 7000 matches similar to: "cyrillic font in Transparent LanguageNow! Russian"
2007 May 12
1
plot cyrillic characters on MacOS X
Hi!
I'm running R version 2.4.1 (2006-12-18) on MacOS X 10.4; my $LANG is
ru_RU.KOI8-R.
While trying to plot a graph to PDF with cyrillic characters in the
legend, I get warnings (in Russian):
> pdf()
> plot(c(1), c(1), main="????")
Warning messages:
1: ?????????? ?????? ??????? 0xd4
2: ?????????? ?????? ??????? 0xc5
3: ?????????? ?????? ??????? 0xd3
4: ?????????? ??????
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
2008 May 16
3
Russian applications
I'm trying to run a Russian application in Wine 0.9.59 on Ubuntu 8.04. It seems to be running fine, but all the text is gibberish.
How do I get Russian Cyrillic font support in Wine? Is it as simple as installing some fonts? Where would I get them, and where would I put them?
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
2001 Sep 09
1
Wine and cyrillic input and output ?
Hello.
Is it possible to run russian win98 programs under current wine, and get
russian input and output? If yous, how to setup this? My desktop is
russian, I have both koi8-r and unicode fonts installed.
Last time I tried wine some months ago (maybe a year), and all russian
output of the programs was unreadable - it looked like second byte of
unicode characters was just set to zero.
Thanks
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:
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
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
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
2006 Apr 14
5
UTF8 letters are imaged incorrectly (PR#8770)
Full_Name: Mikhail Bocharov
Version: 2.2.1
OS: Linux
Submission from: (NULL) (62.148.130.28)
Cyrillic UTF8 letters are imaged incorrectly
Sorry, but English is not my native language
My operating system is Gentoo-linux. Now i want get the gparhics with russian
title
for example: plot(1:20, type='l',
main='Утечка')
2016 Mar 10
2
Russian(Cyrilic) names not working in smbclient 4.3.3
We are trying to use Russian(Cyrillic) names in smbclient 4.3.3 but that does not seem to work. Previously we had a problem in 4.0.7 which the location of upcase.dat changed from 3.6.5. In 4.3.3, we don't see it trying to access that file, nor do I believe that file needs to be delivered anymore. Is there a new way to configure the printer to use Russian user names ?
Mike
2012 Nov 22
1
How to read jpeg image with russian font in R?
Hi,
I m working on R and read one image with russian font using readjpeg()
function and write it on pdf (using grid). But russian text is not visible
on pdf. How can i fix my pblm?
Regards <http://r.789695.n4.nabble.com/file/n4650417/pointer.jpg>
library(JPEG)
library(grid)
pdf("out.pdf" , width = 6.6 ,height = 4.2,family= "URWHelvetica",
encoding="KOI8-R")
2011 Mar 23
12
Cyrillic works "HALF"-good with wine
Hello, here is my problem:
I have Wine-1.2.2 (on Ubuntu 10.10)
and I'm trying to run windows application (writted on Visual Fox Pro 9 )
my command line is:
Code:
LC_ALL="ru_RU.UTF-8" wine shop.exe
(without LC_ALL an error "Collating squesnce RUSSIAN not fund" )
In this case wine shows normalyy most of the windows and textboxes, and the MAINMRNU. But SUBMENUS are shown
2002 Feb 08
1
Wine, IE5, Win2000 and RH 7.2
Hi all,
I try to run IE5.x under Win2000 using Wine.
I installed the package codeweavers-wine-20010626-4 and ran winsetup to
produce the following config file:
WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
;;
;; MS-DOS drives configuration
;;
;; Each section has the following format:
;; [Drive X]
;; "Path"="xxx" (Unix path for
2003 Sep 28
0
russian charset problem
Hello,
I've a problem with conversion from any charset to 1251.
I think there is no support of 1251 codepage at all, only KOI8-R and 866
from cyrillic.
xex
what can i do, to solve the promblem with russian charset ? Samba resolves
russian charset on freebsd perfectly (in log files), the problem is with
display charset param it should be 1251 i hope, to reflect correctly.
my sys conf:
2004 Aug 27
1
Help by running application
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: 95.bat
Type: application/octet-stream
Size: 44 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-users/attachments/20040827/0865b830/95.obj
-------------- next part --------------
WINE REGISTRY Version 2
;; All keys relative to
2001 Sep 22
2
"No program start menu found"
I've looked at the web page http://www.la-sorciere.de/wine/index.html and
http://wine.codeweavers.com. Still no luck, I'm getting the same error message:
My config file is attached below:
Here's what my director tree looks like:
/home/magreen/c/windows/Start Menu/Programs
What piece am I missing? TIA!
-------------- next part --------------
WINE REGISTRY Version 2
;; All keys
2003 Apr 02
1
Bookman font is replaced by Courier New.
Hi all.
My setup: x86 Arch Linux? with Wine 20030318. I have a Microsoft Word
document that I'm trying to open in TXWords? under Wine. This document
is written using the Bookman font. When I open the document in TXWords,
all the text is displayed in the Courier New font.
Bookman is available through X:
root@test04# xlsfonts -fn '*bookman*'
-urw-urw bookman
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 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 ?