similar to: substitute accents

Displaying 20 results from an estimated 10000 matches similar to: "substitute accents"

2009 May 26
6
dump and import MySQL table w/ accents
I am switching to a composite primary key (string and user ID) from the Rails conventional auto-incrementing integer primary ID. The table is large (2.5 million records) and I''d rather not discard the contents. The composite_primary_key gem doesn''t appear to support altering the table with a migration to do its magic, only creating a table from scratch. So I dumped the table
2018 Jul 25
2
Search requests should ignore accents (C++ API)?
Hi, 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. Is this possible in Xapian? Do you have any links to the documentation of that feature? Thanks for your help, Kim
2012 Aug 06
5
regexpr with accents
Hello, I have build a syntax to find out if a given substring is included in a larger string that works like this: d1$V1[regexpr("some text = 9",d1$V2)>0] <- 9 and this works all right till "some text" contains standard ASCII set. However, it does not work when accents are included as the following: d1$V1[regexpr("some t?xt = 9",d1$V2)>0] <- 9 I have
2005 Sep 03
3
Accents in filenames on vfat filesystem
Hello. I am trying to create a text file that contains an accent like '?' in it's filename on a vfat filesystem. This generates an error like the following: "test?.txt" E212: Can't open file for writing I have made a 'modprobe nls_cp850' and 'modprobe nls_iso8859-1' to load those needed modules. Then I mounted my FAT32 partition like this: mount -t
2009 Jun 09
2
Sweave and accents
Hello. I want to write my notes in Sweave in my own language (spanish). But my language has accents and when I run Sweave in R to translate my Snw file into the tex file the accents are translated into unrecognizable characters. For example, the word "cami?n" (truck) is translated into "cami??n" Somebody knows how can I do it? One solution I don't like is using a
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
2003 Nov 17
3
Accents in R
Hi, How can I include accents and signs like '?' '?' in the plots generated by R? I try, but R automatically transforms the name ex: > countries <- c("M?xico", "Espa?a") > countries [1] "M\216?xico" "Espa\216?a" > I've seen in some Spanish texts about R how is it normal to include labels of the plots and other names with
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
2002 Sep 19
1
Use of font with accents in graphs
Hi, I was searching archives, manuals and web to solve usage of fonts with accents in R, but I was not succesfull. Had anybody solve problem with usage of fonts with accents (czech)? Thanks for advice, Jakub Zlamal -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2006 Jun 28
7
French accent under wine
Hi everybody ! I have a fresh OpenSuse 10.1 linux installed in french, i use a french keyboard ... accent (like ?,?) doesn't work with application launch under wine .. how could resolv that ? Thanks -- Michael
2008 Aug 19
1
Problem with accents
Hi, ?Why my Windows application does not allow me to use accents with wine? I have read in some post that wine detects the locale automatically, ?What can be the problem? I use: Ubuntu 8.04.1 Wine 1.0 LANG=es_ES.UTF-8 Thanks.
2010 Aug 04
2
French accents on characters
Hello Could someone please direct me to the correct commands for adding accents (grave and aigu) to a letter in a plot title, label, or in added text? I'm sure there's a handy list somewhere, but I've failed in coming up with the correct search words to find it. Thank you muchly! Jen
2006 May 09
4
Ajax calls and characters encoding (accents)
Hello, my application controller defines before_filter :set_charset def set_charset @headers["Content-Type"] = "text/html; charset=ISO-8859-1" end Everything is fine and accents are rendered correctly in the browser. However, when I call a controller/action from Ajax (Prototype), the charset is not taken in account and accents are garbage displayed (''?''
2012 Jul 30
1
Accents and special character using hwriter (on Windows)
Hello, I have a problem with special characters such as "?" or "?" when using hwriter. This only happens when I use windows, it works fine on mac. If I do: print(datosdv) "Ciencias Sociales y Jur?dicas n:74 | 33.94%" but: hwrite(datosdv, p, br=TRUE) "Ciencias Sociales y Jur?dicas n:74 | 33.94%" The bad sign is in the code, is not a problem of the
2008 Sep 02
2
MySQL lookups on VARCHAR with accents
I am running into problems with MySQL and lookups. The table has character set utf8, but: mysql> select id, token from tokens where token = ''esta''; +-------+-------+ | id | token | +-------+-------+ | 83417 | está | +-------+-------+ 1 row in set (0.00 sec) How do I configure things so MySQL doesn''t ignore accents? TIA, Jeffrey
2007 Aug 05
5
accent
Salut alex, est-ce qu''il est possible d''avoir la liste de tous les accents qu''il est possible de représenter avec wxruby2, comme "é" par exemple. merci Sebastien _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
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]]
2004 Oct 01
0
rebelotte samba et les accents....je m'en sort pas
Bonjour, je reviens ? l'attaque avec mes probl?mes d'accents sous samba. Depuis la mise ? jour de mes serveurs (mandrake 10 samba 3.0.2a), j'ai des probl?mes avec les fichiers enregistr?s par les utilisateurs. Mon fichier de conf samba ne comporte pas les lignes suivantes : dos charset = cp850 display charset = cp850 unix charset = ISO8859-15 d'ailleurs je suis bien embarrass?
2008 Aug 26
2
accented characters in filenames mangled when rsyncing to a samba share
Hi folks, I am having a problem rsyncing files with accents in the names. I've seen similar problems reported a few times before in the archives but they didn't seem to be referring to exactly the same problem as what I have, and I'm not good enough at Linux to solve my problem by generalising from the information there: sorry. Anyway, my specific details are this. I am running rsync
2000 Apr 30
1
linux kernel - VFAT - SMBFS - SMBCLIENT problem
hello all of you ! I write you to make you know some bugs. Could you write me back to tell me if it will be corrected ? VFAT ----- when you copy a file that contain accents such as : te?st, with a " on the letter u, the characters that follows the "?" miss all. SMBFS ------ When you list files that contains accents such as : te?st, (as above), there is no more accents, a