Displaying 20 results from an estimated 3000 matches similar to: "utf8 postscript cyrillic"
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
2013 Apr 09
3
Question on Stopword Removal from a Cyrillic (Bulgarian)Text
Hi,
I bumped into a serious issue while trying to analyse some texts in
Bulgarian language (with the tm package). I import a tab-separated csv
file, which holds a total of 22 variables, most of which are text cells
(not factors), using the read.delim function:
data<-read.delim("bigcompanies_ascii.csv",
header=TRUE,
quote="'",
2013 Apr 09
3
Question on Stopword Removal from a Cyrillic (Bulgarian)Text
Hi,
I bumped into a serious issue while trying to analyse some texts in
Bulgarian language (with the tm package). I import a tab-separated csv
file, which holds a total of 22 variables, most of which are text cells
(not factors), using the read.delim function:
data<-read.delim("bigcompanies_ascii.csv",
header=TRUE,
quote="'",
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
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
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
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,
2009 Jan 20
1
Problem with cyrillic in postscript
Hi all,
When I plot some graph with cyrillic (namely russian) titles it looks ok,
but after saving this figure as eps file I get damaged title fonts. The
command dev.copy2eps was used in the following manner:
dev.copy2eps("test.eps")
or, for example
dev.copy2eps("test.eps",family='NimbusSan')
What is wrong? I use R 2.6.0 under Windows. Any help will be appreciated.
2009 May 28
5
Please help with Cyrilic fonts
Hi
I'm trying to get Rosetta Stone software working under Wine, and actually it seems fine, apart from one thing:
On the Russian language lessons, the font displayed is English-type, rather than Cyrillic. That's no good! It's working fine on my VirtualBox XP setup.
I have copied all the fonts from XP and Vista installations, to no good effect. I have also tried winetricks
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: ?????????? ??????
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]
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
2006 Oct 29
3
rsync+iconv
Wayne Davison wrote:
> On Fri, Oct 27, 2006 at 04:19:06PM +0600, Yakov Hrebtov wrote:
>> This test compiles and executes without "failed" message. Hence
>> iconv_open("UTF-8","CP1251") succeeded.
>
> Check to see if the two programs are linking differently. Perhaps
> configure decided that it needed -liconv when that that library
>
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
2006 Jun 09
1
Postscript output encoding on Windows
With R 2.3.1 on Windows, I've noticed that it defaults to the
"WinAsci.enc" encoding, which throws up an error when viewed with the
default install of GhostScript/GSView (versions 8.51/4.7 respectively).
I didn't have this problem prior to upgrading to 2.3.1 as I can view all
my old PS graphs and they don't have the WinAsci encoding. I've got
around this problem by
2023 Jan 16
1
Printing special characters
>>>>> Rui Barradas
>>>>> on Mon, 16 Jan 2023 08:46:43 +0000 writes:
> ?s 08:31 de 16/01/2023, Jeff Newmiller escreveu:
>> Use the Cairo PDF device?
>>
>> On January 16, 2023 12:18:48 AM PST, Dennis Fisher
>> <fisher at plessthan.com> wrote:
>>> R 4.2.2 OS X
>>>
>>>
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,
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='Утечка')
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
2006 Feb 07
1
displaying Cyrillic in RGui under Windows
I have a data frame with Cyrillic text that I would like to be able to
view under RGui. Unfortunately I can't figure out from the manuals how
to make this happen -- can someone point me in the right direction?
Thanks,
Roger Levy