similar to: Help! bad cyrillic font rendering

Displaying 20 results from an estimated 130 matches similar to: "Help! bad cyrillic font rendering"

2004 Feb 25
0
Wine Clipboard Problem
When I try to copy a piece of text from any X application and paste it in application running under Wine (e.g. Notepad), the russian characters (believe any cyrillic characters) got messed up and are replaced by some kind of unicode characters (e.g.\x{043F}\x{0440}\x{043E}\x{0431}\x{043B}\x{0435}\x{043C}\H). The system locale is KOI8-R, using RedHat FedoraCore 1.0 and wine-20040213. Thank you for
2012 May 08
6
Ubuntu 12.04 64bit + Wine 1.5.3 (or 1.4) + .NET Framework3.0
First of all it's clean installation of Kubuntu 12.04 64-bit. Then: Code: sudo add-apt-repository ppa:ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.5 Then I got a 32-bit wine environment: Code: rm -rf .wine WINEARCH=win32 WINEPREFIX=~/.wine winecfg Then I tried to install .NET Framework3.0: Code: wget http://kegel.com/wine/winetricks && sh winetricks dotnet30
2004 Sep 16
1
Error compiling "`FT_ENCODING_NONE' undeclared"
Here is where it happened: --- gcc -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o freetype.o freetype.c freetype.c: In function `get_glyph_index': freetype.c:2189: `FT_ENCODING_NONE' undeclared (first use in this function)
2018 Jul 29
2
odd behavior of names
Bugzilla issue 16101 describes another first-list-name-printed-differently oddity with the Windows GUI version of R: > a <- "One is \u043E\u0434\u0438\u043D\nTwo is \u0434\u0432\u0430\n" > Encoding(a) # expect "UTF-8" [1] "UTF-8" > sapply(strsplit(a, "\n")[[1]], charToRaw)[c(1,1,2)] $`One is ????` [1] 4f 6e 65 20 69 73 20 d0 be d0 b4 d0 [13] b8
2018 Jul 30
0
odd behavior of names
>>>>> William Dunlap via R-devel >>>>> on Sun, 29 Jul 2018 10:06:40 -0700 writes: > Bugzilla issue 16101 describes another > first-list-name-printed-differently oddity with > the Windows GUI version of R: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Indeed: 1) "first-list-name-printed" [i.e "names" only in that
2008 Feb 25
1
Error accessing [homes] after 3.0.25b update (uppercase)
OS is smeserver, based on CentOS/RHEL 4. After update to samba 3.0.25b (included in RHEL U6) users who had "mapped" their home in Network places were unable to access the share. All other shares worked. On every attempt a line similar to the following was logged: Feb 14 10:11:49 nethservice smbd[6258]: '/home/e-smith/files/users/FRANCESCA/home' does not exist or permission
2012 Mar 30
0
CentOS-announce Digest, Vol 85, Issue 15
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2012 Mar 29
0
CEEA-2012:0435 CentOS 6 gdm Update
CentOS Errata and Enhancement Advisory 2012:0435 Upstream details at : https://rhn.redhat.com/errata/RHEA-2012-0435.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 86a8697001bce08153785f2f35e597adad90ffc131d5ff42f733112292412f5c gdm-2.30.4-33.el6_2.i686.rpm
2011 Jul 24
1
[LLVMdev] Def_Use chain
Hi All I extract Def_Use chain by following code: for (Value::use_iterator i = F->use_begin(), e = F->use_end(); i != e; ++i) if (Instruction *Inst = dyn_cast<Instruction>(*i)) { errs() << "F is used in instruction:\n"; errs() << *Inst << "\n"; } Now, I want to distinguish the register name or memory variable that lead to
2011 May 25
0
EVE Online random crashes
Hey there, when I'm playing EVE online I get random crashes while I'm playing. These always occur while I'm out in space, never when I'm updating my trade orders. Using ati drivers: 10.11 Wine: 1.3.20 This is shown in console when the game crashes... Code: An exception has occurred. It has been logged in the log server as exception #8 An exception has occurred. It has been
2013 May 09
1
Missing printer driver
I have a Lexmark 2600 series printer but when I plug in the USB I get an alert saying the printer driver is missing and this appears in /var/log/messages: May 8 19:33:17 localhost kernel: generic-usb 0003:093A:2510.0071: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1d.0-1.7/input0 May 8 19:33:22 localhost kernel: usb 1-1.6: new full speed USB device number 4
2011 Sep 04
2
Encoding error
I create scaffold and trying to save text with cirllic symbols i recieved: Encoding::UndefinedConversionError: U+043F from UTF-8 to US-ASCII: my database charset is utf8 in database.yml encoding:utf8 why rails is still trying to convert text to ascii? what should i do to save my data in utf8? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2012 Apr 24
2
No internet access in Wine 1.3
Dear everyone, I installed VoipCheap in Wine and everything works so far, I just can't log in, because I don't have internet access. Yet, I installed Opera and it works fine (has internet access through wine). Any help is much appreciated Code: wine VoipCheapCom.exe fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:gdiplus:GdipImageGetFrameCount returning frame count of 1
2019 Nov 17
0
Sieve and recipient_delimiter
From the Notes section of my sieve file, because I always forget this # MORE NOTES: # Using :localpart takes just the local part of an address # header selects a header, address selects an address # Looks like this is the spec: # :localpart = :user+:detail # address are :localpart @ :domain, or :user + :detail @ :domain # See RFC5233 I use this bit for figuring out what :detail something (might)
2016 Dec 13
0
[PATCH v6 2/2] crypto: add virtio-crypto driver
On 12/12/2016 11:05 PM, Michael S. Tsirkin wrote: > On Mon, Dec 12, 2016 at 06:54:07PM +0800, Herbert Xu wrote: >> On Mon, Dec 12, 2016 at 06:25:12AM +0000, Gonglei (Arei) wrote: >>> Hi, Michael & Herbert >>> >>> Because the virtio-crypto device emulation had been in QEMU 2.8, >>> would you please merge the virtio-crypto driver for 4.10 if no other
2010 Feb 13
8
S.T.A.L.K.E.R. - Call of Pripyat on Wine 1.1.38
After upgrade (wine 1.1.37>1.1.38, my distribution is ArchLinux) STALKER Call of Pripyat crashes after one minute playing. [neko at gdetotut ~]$ wine --version wine-1.1.38 [Crying or Very sad]
2013 Nov 16
0
Samba as PDC
Hi Guys, I have been running Linux for about 4 years now and currently have setup master controller in a Samba config (security=share) under Ubuntu, moved the DNSMasq off to a Pi box, setting up a DMZ with Apache+ and run a number of laptops with linuxmint and windows for the kids. I came across an issue with uid:gid on the server indicating Nemo does not pick up file ownership from the
2018 Jul 29
2
odd behavior of names
The first component name has backticks around it and the second does not. Though not wrong, it seems inconsistent. list(a = 1, b = 2) ## $`a` ## [1] 1 ## ## $b ## [1] 2 R.version.string ## [1] "R version 3.5.1 Patched (2018-07-02 r74950)" -- Statistics & Software Consulting GKX Group, GKX Associates Inc. tel: 1-877-GKX-GROUP email: ggrothendieck at gmail.com
2009 Apr 02
4
Problems with Counter Strike Source
Hi all First : sorry for my english, i'm french [Embarassed] I have a problem with counter strike source. I'm on Ubuntu 8.04.2 Hardy ( and not Studio, i just have the ubuntu studio skin ), i have an ATI radeon 4850 graphic card ( with the latest drivers installed ) and Wine 1.1.18 . To launch the game, i put " WINEDEBUG=fixme-all wine -fullscreen -w 1440 -h 900 -refresh 60
2004 May 26
0
FreeBSD Security Advisory FreeBSD-SA-04:11.msync
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-04:11.msync Security Advisory The FreeBSD Project Topic: buffer cache invalidation implementation issues Category: core Module: sys Announced: