Displaying 20 results from an estimated 10000 matches similar to: "MySQL data in Cyrillic displayed as question mark"
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]
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
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
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 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
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
2009 Jan 12
1
How to make Windows program to display Cyrillic in a correct encoding?
I am running Windows program MegaContacts.exe (from inside
http://rapidshare.com/files/35238313/spravochnik_belarus.rar)
It runs ok under wine-1.1.11 on FreeBSD but displays question marks
instead of all Cyrillic letters.
How to fix this?
I am almost 100% sure that it would just fine under real Windows but
didn't try it due to the lack of Windows.
Thanks,
Yuri
2010 Sep 20
1
Russian Letters are displayed as "?????????"
Hello everyone,
I have encountered the problem that when I run an application under Wine, all Cyrillic letters are shown as ?????????. To solve this problem, I've checked the similar topic
Letters like ???????????? :( (http://forum.winehq.org/viewtopic.php?t=6737&postdays=0&postorder=asc&start=0).
But, unfortunately it didn't quite work.
Letters in the application now look
2010 Aug 07
1
iocharset, codepage issue in CentOS 5.5
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>iocharset, codepage issue in CentOS 5.5</title>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body
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
2004 Jul 15
0
smbmount codepage problem
Hello--
A quick question, to see if anyone could help me out. I have a home
network with two nodes, my laptop and my girlfriend's. I have Debian
sarge with kernel 2.6.6 on my laptop while on my girlfriend's machine is
the Latin American Spanish version of Windows ME.
I am trying to use smbmount to allow me to mount her machine's
Windows file shares. I have set up the shares on her
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
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
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
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
2010 Dec 03
0
Wine release 1.2.2
The Wine maintenance release 1.2.2 is now available.
What's new in this release (see below for details):
- Support for animated cursors.
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2.2.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.2.2.tar.bz2
Binary packages
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