similar to: rails 3 : german umlauts in controller

Displaying 20 results from an estimated 4000 matches similar to: "rails 3 : german umlauts in controller"

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
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 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"
2011 Jan 19
1
Problem with sieve and delivery to folders with german umlauts.
Hi, I have a problem with sieve and german umlauts: error: msgid=unspecified: failed to store into mailbox 'INBOX.t&AOQ-st' (INBOX.t&-AOQ-st): Mailbox doesn't exist: t&-AOQ-st. The folder name is "t?st", the filesystem folder is ".t&AOQ-st" , but sieve seems to look for a folder named ".t&-AOQ-st" Dovecot verstion is: 2.0.9
2002 Jul 31
0
[2.999+3.0cvs20020723-1] Problem with german umlauts
Hi! I'm using Debian GNU/Linux 3.0 unstable and therefore the newest (for debian available) Samba Version, which is 2.999+3.0cvs20020723-1. When I run testparm, I get the following output: # testparm Load smb config files from /etc/samba/smb.conf Unknown parameter encountered: "character set" Ignoring unknown parameter "character set" Unknown parameter encountered:
2005 Feb 23
1
German umlauts
Hi there! I want to use icecast2 for streaming and have mp3 with german umlauts. On the status page all characters are shown corretly (utf8), but in itunes the characters are miss spelled. I use nicecast for upstream. Where to look for the error? Is this a problem of nicecast, itunes oder icecast2? Thanks in advantage best regards gerd
2008 Apr 10
1
How to replace German umlauts in strings?
Dear R-users, I have a file containing names of German students. These names contain the characters "?", "?" or "?" (German umlauts). I use read.table() to read the file and let's assume the table is then stored in a variable called "data". The names are then contained in the first column, i.e. data[,1]. Now if I simply display the variable
1998 May 12
1
Problems with German umlauts
Hi, I'm running samba-1.9.18p4 on Solaris with Win95-Clients. In general this works fine. My Problem: When a file or directory name on the server contains German umlauts, these characters show up different on the client. (It works well on the solarnet clients via NFS) I've tried character set = ISO8859-1 as well as client code page = 850 (that's what my client uses, which is
2003 Apr 08
0
rsync files and directories with german umlauts ?
Hello, i need to sync mounted Windows NT Filesystems with rsync. I mount the filesystems with "mount -t smbfs -o ...". All works fine, but no File or Directory with non iso-latin1 character (in example german umlauts like ?,?,?) will be sync ... Because it's urgent and important for me, i need help for this problem ... Thank's a lot Jens Bruns
2003 Sep 10
2
Samba 3.0rc3 - German Umlauts
Hi, i have still the same problem. I use 3.0RC3 with lib/charcnv.c of the actual CVS (Sep 10 15:19). I works not realy: I can create (Windows XP + Explorer) the filename "L?sung.txt" but not "?sung.txt". -- Greetings M. Ungermann
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
2013 Dec 27
1
German Umlauts in folder name and sieve
Hi, I had created an imap folder that has German Umlauts in it: ?RA R??ner - Merle? When finished, the result looks like this on filesystem: drwx------ 3 vmail vmail 4096 Dec 27 11:02 RA Ro&AwgA3w-ner - Merle/ I wrote this sieve script (with SOGo): if anyof (address :regex "from" "@.*\\.ra-roessner-merle\\.de") { fileinto "RA Ro&AwgA3w-ner - Merle";
2003 Jun 24
0
smb.conf suse 8.2 samba 3 beta cvs pdc german umlauts working
hi @ll this is working smb.conf samba beta 3 cvs version 22 jun from ftp.suse.com suse 8.2 minimal inst with additional glib locale , client win2000 serv pack 3 german umlauts work in windows ( after all for ? you see on linux etc) the name of machine is linux.linux.org a bind 9 is on the linux machine too to make dns resolving login domain works roaming profile works netlogon script works
2012 Sep 13
2
RFC 6154: German umlauts in special_use folder names
Hi, the Drafts special folder is called "Entw?rfe" in German locale. How should the special_use entry in the config file look like? Would you recommended to use the encoded folder name... mailbox "Entw&APw-rfe" { special_use = \Drafts } ...or rather the utf-8 Encoding in the dovecot config file? mailbox "Entw?rfe" { special_use = \Drafts } Regards Daniel
2004 May 23
1
A (maybe)_ easy solution to global login script for group checking
Hello While searching the archives and googling for : -login script to map drives according to group membership I saw lots of complicated solutions (on-the-fly scripts, group directories) etc. but the following works very well for me: I downloade dthe ifmember.exe from the microsoft website, and stuck it in the netlogon directory (not the scripts directory)
2006 Mar 22
4
Serialized form... problems with accents
Hi, I''m working on a french website and I use the Form.serialize method to send the info through AJAX. The thing is that the accentuated letters (é,ê,à, etc.) don''t get replaced by their HTML entities and they get corrupted when retrieving the data. How could I fix that? thanks a lot, Blaise Bernie
2006 Jan 31
0
Samba 3 and german umlaute in filenames/ can not delete or rename files or dirs
Hello, i habe an Sama 3 Server with some shares. If I access these shares from Windows and if I generate new files or dirs with german umlaute everythink is OK. I can open theses files and I can open the directory. If I want do delete or rename the files or dirs with german umlaute I got an error message. "I can not read the file from source". creating new dirptr 256 for path
2012 Mar 30
0
RMySQL and german umlaute
Hi list, I have some trouble to setup RMySQL correctly to work with german umlaute: > library(RMySQL) Loading required package: DBI > pg <- dbDriver("MySQL") > con <- dbConnect(pg, username="dummy", host="localhost", password="", dbname="ga1prosp") > dbGetQuery(con, statement="SELECT * FROM K?rperma?e;") Error in
2003 Feb 25
0
accessing Windows shares with smbount garbles german Umlaute
>From what I've been able to gather this problem is very common, but I din't find any solution on groups.google.com, maybe somebody here can help? Problem: I create a file on a windows machine called sm?rebr?d.txt and mount said drive from a Linux machine via smbmount, there it becomes: sm?rebr?d.txt Had this problem with local disks, too, but fixed that by adding iocharset=iso8859-1
1999 Nov 08
1
Case preservation and German Umlaute with Samba 2.0.5a and AutoCAD14
Hello all, I' ve got a strange problem since I' ve installed the latest version of Samba. My configuration: Hardware- & Software-Configuration: Server-OS: AIX 4.3.0.0 Samba-Version: 2.0.5 Clients: WindowsNT Workstation 4.0 SP 5 and AutoCAD Version 14 Every Application I'm using is coping very fine with the new Samba-Version, but AutoCAD behaves a little strange! When I open a