similar to: Wine crashes when I use dead keys (grave and circumflex accents)

Displaying 20 results from an estimated 100 matches similar to: "Wine crashes when I use dead keys (grave and circumflex accents)"

2010 Jun 03
0
circumflex key
Hello, iam running wine within ubuntu 9.10. Some games are using the circumflex key which cannot be accessed within wine. how can i resolve this?
2012 Aug 18
1
[LLVMdev] GlobalVariable initializer using from beyond the grave
For LLDB I'm writing a dumb module pass that removes all global variables, by running the following code: bool erased = true; while (erased) { erased = false; for (Module::global_iterator gi = llvm_module.global_begin(), ge = llvm_module.global_end(); gi != ge; ++gi) { GlobalVariable *global_var =
2006 May 24
0
HTMLEntities.decode_entities - problems with output
All, I am trying to use the HTMLEntities library to translate HTML entities into their character equivalents so that I can print a text version of some HTML to a file. However, I am having trouble understanding how to successfully emit the converted text as a string without ending up with weird UTF-8 characters in front of the converted characters. Referencing the irb session below,
2005 Dec 18
1
lower case letters
with kde3 and Mandrake 2006 there is not grave, circumflex, acute on my wine how change fonts in the window of program running with wine thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20051218/9d7660ee/attachment.htm
2003 Jun 04
1
[rfc idle thought] exclude pattern left anchor
A thought has been nagging me for a bit now so i'll run it up the flagpole and see if anyone salutes. There seems to be quite a bit of confusion regarding the use of the leading slash as a top of tree anchor for exclude patterns. The manpage seems clear enough to me but somehow it doesn't seem to get through. What if we allowed a leading circumflex (^) to serve the same function. We
2010 Jul 29
1
Sweaving quotes
The significance code line to summary() applied to an lm() fitted model object is Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1 The corresponding line in the LaTeX source produced by Sweave is Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1 which looks the same in my email (Thunderbird on a Vista machine), but when I look at the file in WinEdt the quotes
2009 Jan 18
8
regex -> negate a word
Dear all, let's assume I have a vector of character strings: x <- c("abcdef", "defabc", "qwerty") What I would like to find is the following: all elements where the word 'abc' does not appear (i.e. 3 in this case of 'x'). Since I am not really experienced with regular expressions, I started slowly and thought I find all word were
2013 Jun 08
1
reading a character translation table into R
I have a txt file (attached) that defines equivalents among characters in latin1 (or iso-8859-1), numeric &#xxx; codes, HTML entities and latex equivalents. A portion of the file is shown inline below, but may not be rendered well in this email. I'd like to read this into R to use as a character translation table, but am stuck on two things: - The 5 fields in the file are
2006 Sep 17
0
inserting utf8 value in unique column generates unexpected duplicate key error
I''m inserting the french word for "Hotel" (with a circumflex over the ''o'') into a column that is a unique key on a table. Apparently the insert statement is truncating the string to "H". Additionally, when rails tries to select the french word for "Hotel", the string is not truncated and the inserted record is not returned. Presumably, I
2008 Aug 20
0
Problem with keyboard layout
Hi! I'm trying to set up a fully virtualized server using Xen; both host and guest operating system is CentOS-5.2. Otherwise it seems to work fairly well, but I can't get my finnish keyboard work correctly for the guest (when using virt-viewer. No problems on the host). In the beginning, using default settings, the behaviour was as if the keyboard layout had been set to "U.S.
2001 Oct 16
1
Dead keys on Wine
Hello, I use wine (release 20010824) for Lotus Notes R5 and sometimes Winzip. It works fine with some customizations and in desktop mode instead of managed window mode. My problem is that I am French and I cannot use dead keys which is very annoying with french language. For example a 'e' with a circumflex accent is usually obtained by typing successively '^' and 'e'. In
2003 Dec 01
0
No subject
8. You have join to this mail a text file with the few characters that don't = match. On Swat, it's easier. = I use Swat from my win98 box. When I write a share comment with some chara= cters, there are not translated properly inside smb.conf file. = When I read my smb.conf file, I noticed that for example a cp1252 characte= r like (0xC1) has been changed onto an ISO8859-15 character
2011 Jun 16
1
Merging yields "Error: unexpected input ..."
I am new to R and am having difficulty merging 2 data sets, both of which have the same 30 variables and about 2,000 records. I've looked high and low—Paul Johnson's help page, through some of the 5,420 (yikes!) results for “merge” on the R list archives, and google searches—and I'm getting nowhere, so I thought I'd ask. When I try to merge by the ID variable: >
2009 Feb 09
3
Michael Graves post
Michael Grave just posted a question about surround conferences. http://www.facebook.com/notes.php?id=564633430#/note.php?note_id=5009726 3908&id=564633430&index=0 I didn't see it posted on the ast-list, what do you think? Does something like this have potential? I'd love to listen in on one of these calls to see how it actually sounds if someone builds a trial
2005 Dec 16
0
Problème avec les accents...
Bonjour, J?ai un serveur Linux RedHat 9 sur lequel je fais un montage Samba d?un r?pertoire partag? d?un client Windows par : # smbmount //sf-etudes/partage /mnt/sf-etudes/ -o workgroup=Info,password=xxxx,iocharset=iso8859-1,codepage=850 J?acc?de correctement aux fichiers Windows, mais les fichiers ayant des noms accentu?s (ex : L?on.txt) s?affichent avec un caract?re ? ? ? et je ne peux pas
2010 Sep 07
1
remove accents in strings
Dear all, there is a R function to remove all accents in strings? best regards. JL [[alternative HTML version deleted]]
2003 Feb 12
2
Comment fields don't like accents!
Anyone know, under Linux, how to get accents (hoping for u with an umlaut, for example) into a comment field? They're happily in the comment file I'm using as a source (or on the command line), but they get translated into # either when I do vorbiscomment -a or vorbiscomment -l (not sure which, but XMMS also sees # instead of the right char, which implies the first). title=Die Sch#ne
2017 Oct 22
1
ggplot2 and tikzDevice : problems with accents
Hi all, I can't fathom why the accented "?" in the following ggplot2 graph makes R hangs when using tikzdevice,? whereas it works using simple pdf device. ###### library(tikzDevice) library(ggplot2) options(tikzDefaultEngine = "luatex") tikzLualatexPackages =c( ? "\\usepackage{tikz}\n", ? "\\usepackage[active, tightpage,psfixbb]{preview}\n", ?
2010 Feb 22
2
Accents problem
Hi, I've a problem with the accents. How do I configure Xapian to ignore the accents in the search/indexes? Thanks, Nuno Mariz
2018 Jul 25
0
Search requests should ignore accents (C++ API)?
On Wed, Jul 25, 2018 at 04:33:58PM +0200, Kim Walisch wrote: > I am using libxapian in a C++ project (hence I am using Xapian's C++ API) > and some user has requested that search requests should ignore accents. > E.g. when the user searches for "Herr Müller" he expects that "Herr Muller" > is also a search hit. Simply stripping accents can be a reasonable