similar to: cyrillic letters in filenames.

Displaying 20 results from an estimated 90 matches similar to: "cyrillic letters in filenames."

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,
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
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
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
2010 Jan 12
0
Reading a file with mixed cyrillic/latin characters
Dear useRs, I am trying to read a tab-delimited Unicode text file containing both latin and cyrillic characters and failing miserably. The file looks like this (I hope it comes across right): A B C 3 foo ??? 5 bar ??? read.table("foo.txt",sep="\t",header=TRUE) I am guessing that I can use the fileEncoding argument to read.table() to read this, but I can find no list of
2013 Jul 27
2
[Bug 2132] New: Cyrillic letters shown as codes
https://bugzilla.mindrot.org/show_bug.cgi?id=2132 Bug ID: 2132 Summary: Cyrillic letters shown as codes Product: Portable OpenSSH Version: 6.1p1 Hardware: ARM OS: Other Status: NEW Severity: trivial Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at mindrot.org
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
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
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
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:
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
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 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 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: ?????????? ??????
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.
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
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
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
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
2005 Mar 01
3
Users in Ukraine & cyrillic support
Hello, everybody: My friends in Ukraine are starting a research lab at a national university and they asked what programs to use. I said "R" of course, and they then asked me 'what support does it have for Cyrillic'? i've done some snooping in the R website and all the references i find to foreign languages concern c and fortran, not Ukrainian or Russian. Since i'm an