similar to: Can't read data coded in Cyrillic

Displaying 20 results from an estimated 1000 matches similar to: "Can't read data coded in Cyrillic"

2010 Nov 18
2
i18n_routes
Hello i have an domain in .рф (РФ is the first TLD, where domain names are put in Cyrillic script only.) (see also http://teimos.ru/x/punycode/) i''m trying to get working routes in cyrillic like http://теймос.рф/привет (XN--E1AIJIPB.XN--P1AI/XN--B1AGH1AFP) to welcome#index (for example) i tryed different ways but no luck with them all... in Gemfile ---------------\ gem
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
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
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
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
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
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
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
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
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 ?
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 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.
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
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
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 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
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