similar to: HTML escape of umlauts

Displaying 20 results from an estimated 1000 matches similar to: "HTML escape of umlauts"

2005 Nov 02
4
Trouble with Umlauts
I am developing an application in German. This means I have umlauts. When I was using rails version 0.13.1 there seemed to be no further configuration needed for umlauts to be shown correctly. Now I have upgraded to 0.14.2 and the umlauts are being displayed at ''?''s. I changed the encoding of the page and it is UTF-8. I have also tried the steps listed at
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 07
5
url_for always escape string.
according to the documentation, only the url_for from ActionView escape the URL. which happens on this line escape ? html_escape(url) : url and can be prevented by passing :escape => false to url_for. still according to the documentation, the url_for from ActionController is not supposed to escape the url. BUT IT DOES. at the moment of this line escape ? html_escape(url) : url url has
2006 Apr 11
26
Firefox won''t let me send ''&'' with AJAX!
Hi everyone, I''ve encountered a HUGE problem, which may not be RoR-oriented, but there might be a workaround somehow. See, at this moment, I''m unable to send AJAX requests back and forth when the information contains an ampersand (''&''). In essence, request is never completed. The odd thing is that it only happens with Firefox (IE and Opera works fine).
2003 Jun 09
3
No umlauts in filenames
My samba setup cannot handle files whose names contain german umlauts (????). The server is samba 2.2.8a-1 on Redhat 8.0 (from the binary RPM from the samba site), the client is running WinXP Home Edition. When I create a file whose filename contains umlauts on the samba share from the WinXP machine, the filename is displayed with question marks instead of the umlauts by ls on the linux machine,
2012 Mar 28
1
Transferring a dataset from WINXP to Mac - problems with umlauts
Dear R-Help, is it possible to correctly display umlauts in a dataset, which has been created under WINXP, on a Mac-system? This is the problem: I have imported a German MS-Access database into R 2.14.1 by using RODBC on a WINXP-System. It runs with a Latin-1 encoding (codepage 1252). However, most of the work is done with a Mac (UTF-8 encoding) and the R-dataset has been transferred to the MAC.
2009 Jun 29
2
Problem with sieve and german umlauts
Dear list, I?m running a postfix (2.5.6) / Dovecot (1.1.11) on a Centos 5.2 box. I?ve written a small gui application to simply create Out of Office replys with sieve. The resulting code did work with maildrop without any problems. Now sieve fails when it meets any german umlauts like ? or ?. It just stops compiling the scripts and complains about the missing "};". A simple fix is
2007 Apr 09
3
net rpc vampire umlauts (äöüß) problem
Hi, im using net rpc vampire to migrate users/ groups from nt4 to samba3 with ldap backend. But the umlauts (????) in the displayname are malformend. Unix charset in smb.conf is set to ISO8859-1. Any hint how to correct this? Regards S.Drees
2004 Jun 24
3
R 1.9.0, special characters in variable names.
Hello all, I upgraded from R 1.8.1 to 1.9.0 (Windows XP), and spotted an odd thing. The last three letters in the Swedish alphabet are ??, ?? and ??. (In case they don't show correctly: they are a with a ring, a with two dots, and o with two dots (HTML: å ä ö). When I use these as variable names in a data.frame, odd things happen: In R 1.8.1, ?? (å)
2006 Jul 22
1
(bug) auto_complete_for has no support for umlauts!
i wanted to file a bug in the rubyonrails trac, since trac is currently broken, i am writing this here. maybe there is a solution allready: auto_complete_for has no support for umlauts. this i a very big problem for non-english developers out there, since almost everything searched for contains umlauts. * searching by umlauts is not possible * displaying of the found entries is screwed see
2011 Dec 12
3
dovecot 2.1.rc1: sieve and folders with umlauts
Hi, now the umlauts problem with sieve: # cat /mailspool1/in-preetz.de/test1/.dovecot.sieve ## Generated by Roundcube Webmail SieveRules Plugin ## require ["fileinto"]; # rule:[Test] if anyof (header :contains "Subject" "test") { fileinto "m&APY-"; } Error: DBBjDsXL5U7mIAAA/TNBsA: sieve: execution of script
2007 Mar 31
8
Problem with encoding (Umlaut: ü, ä...)
Hi there from Germany, I just installed and set up ferret and act_as_ferret for rails. All of them at the most recent version. The development environment is running fine with Mac OS X. But I got problems with the productive environment (debian). In the (mysql-)database are few records stored, containig german umlauts (? for example). Running a query for "k?ln" returns the correct
2005 Jun 27
1
problem with postcript() and umlauts
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I am running R 2.01 on SuSE 9.2 and I use GNU-Emacs and ESS. When using umlauts like ?? ?? ?? ?? for e.g. plot titles , I enter them directly in the code, like plot(seq(from=-4,to=4,length=100),dnorm(seq(from=-4,to=4,length=100)),main="Gau??-Verteilung") I get a dotted box just after the "Gau" and before the "??"
2006 Oct 06
2
factor levels with umlauts
Hi all I have to generate some test data for import in an sql database. The database is meant for web-based data entry in a study taking place in a german speaking region, so factor levels of the variables include umlauts. The variables in the dataframe t.muster are generated e.g. like this: t.muster$screening <- rep("ausgef?llt",50) and exported to a .csv file by:
2002 Jun 13
1
umlauts in a plot label in X11
After I have found out that I have to tell ess-mode in emacs to use an iso-latin<n> encoding scheme to communicate with the R subprocess, including umlauts in labels works, at least for writing to postscript. Only the X11-display still makes trouble: It uses a font that has some russian characters in the position of the umlauts in latin-1/9. Is there a way to tell R to use a font that
2007 Jan 22
1
Broken Umlauts (ÄÖÜäöüß) since Update on Rails 1.2.1
Dear group-members, I´m a little frustrated, since I have updated on Rails 1.2.1: My application uses some tables from a MySQL database encoded in UTF-8. With Rails 1.1.8, I had no problems with displaying German Umlauts (ÄÖÜäöüß) in views and forms, all went well without the need to worry about charsets and encoding. Since yesterday, my browsers (Safari, Firefox) only display little question
2003 Oct 24
1
Problem with German Umlauts
Hi @all... Following configuration i used before samba 3: character set = ISO8859-1 codepage = CP850 I could read an write files with umlauts from my Win2k Client. Doing an ls at the linux console showed a ? (question mark) instead the umlaut, but using mc (Midnight Commander) shows the right char. I was quite happy with this setup. Now, with samba 3.0.0final-1 (from Debian/sarge), I tried
2001 Sep 20
2
Problems with German umlauts and vorbiscomment
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, as I said before on this list I use the vorbiscomment utility in my music file management perl script and I've just noticed that it has huge problems with German umlauts. "ö", for example, becomes "ö", which is QUITE annoying. In xmms, the tags are displayed correctly, though. I'm using the newest libraries and
2005 May 29
0
Ruby presentation
Cheers, I uploaded my Ruby presentation that I held in March for some colleagues to my blog. The presentation is an introduction and overview to Ruby in German. There is also a small part about Ruby on Rails but the focus is on the features on Ruby. Maybe it''s of use for somebody. You can find it here: http://blog.innerewut.de/articles/2005/05/29/my-ruby-presentation Jonathan --
2007 Oct 08
1
wildcard searches with german umlauts
i just noticed a weird problem. i can successfully search with full terms like "Fl?chendesinfektionsstufen" or "Regionalan?sthesie" for example and get correct hits. but when i search for those entries with wildcards "Fl?chendesinfektion*" or "Regionalan?s*" it won''t find anything while "*chendesinfektionsstufen" or "*sthesie"