similar to: Lattice: key does not accept German umlaute

Displaying 20 results from an estimated 160 matches similar to: "Lattice: key does not accept German umlaute"

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
1999 Feb 18
1
Umlaute and Sharing with both SAMBA and Helios Ethershare.
Hi all I have samba 1.9.18 and 2.0.2 shares which are also shared to the macintosh world with Helios ethershare running under Solaris 2.5.1 and 2.6. I can create files and directories with the German special characters "umlaute" and "sz" with either client. My problem is that the macintoshes can't access directories created from the PCs whose name contains special
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
2012 Mar 01
1
R can't load a large dataset
Dear R listers, I have a silly problem. I am trying to load a dta (Stata) file in R. The dta is about 650 MB and contains the integrated World Values Survey/ European Value Study data-set. My problem is that I don't manage to load the file. After almost 1 hour I issued the following command: data <- read.dta("http://www.stata-press.com/data/kkd/data1.dta", convert.dates = TRUE,
1999 Apr 30
4
german umlaute win95 client vs. Linux-Samba file server
Hello, I've a problem known especially to german speaking users (and other nationalities using special characters). I'm using Samba 1.9.18 and a linux 2.0.35 kernel I want to create a directory or file with a name containing german umlaute from the win95 client so that I can see it on the linux machine with the equal characters I've used under win95. On the win95 machine the new
2010 Aug 29
4
rails 3 : german umlauts in controller
Hi everybody, with rails 3 I have the problem that the controllers don''t accept german umlaute anymore. E.g. when I try to build an array: landschaft = %w[ Berg Hügel Tal Ebene] I get this lovely error message: ... controller.rb:5: invalid multibyte char (US-ASCII) Sure enough the document encoding of the controller is utf8. Can anyone of You point me to the right direction? Thanks
2008 Jun 06
6
Subsetting to unique values
I want to take the first row of each unique ID value from a data frame. For instance > ddTable <- data.frame(Id=c(1,1,2,2),name=c("Paul","Joe","Bob","Larry")) I want a dataset that is Id Name 1 Paul 2 Bob > unique(ddTable) Will give me all 4 rows, and > unique(ddTable$Id) Will give me c(1,2), but not accompanied by the name column.
2014 May 05
3
recycle: ... returned No such file or directory
Hi, recently I see lots of logs like this. I figured, that many have umlaute in their name - but not all. My local FS displays the umlaute correctly - but it is not displayed correctly in the logfiles. Also, when I browse through shares via Windows or MacOSx all files with umlaute seem to be displayed correctly. May 5 08:27:54 Storage-01 smbd[39207]: recycle: stat for
2009 Oct 13
2
Sweave output encoding in R-2.10.0beta on Windows (Rgui <-> Rterm)
Dear developers, I have come across a (somewhat strange) change in the encoding of Sweave output from R-2.9.2pat to R-2.10.0beta (apparently specific to Rgui) on Windows installations. Of course, the NEWS file contains quite a few changes concerning encoding, but I was not able to locate an entry which explains the observed behaviour. I am not very familiar with encodings/locales/codepages,
2019 Feb 28
3
samba-tool dbcheck Unicode-Error
Hello, we have 2 DC with Sernet Samba-packages 4.9.4 if we do a "samba-tool dbcheck" we get the following error: ---------- samba-tool dbcheck Checking 1631 objects ERROR(<type 'exceptions.UnicodeDecodeError'>): uncaught exception - 'ascii' codec can't decode byte 0xc3 in position 29: ordinal not in range(128) File
2006 Jan 26
2
Newbe Question: Character Encoding
I have to present german umlaute as "?" on my webpage. When writing the text within the view, everything is fine - the characters are presented correctly. When I declare variable within the controller (e.g. via flash or as a list of values for a listbox) the text is displayed with the umlaute replaced by strange characters. I assume I have to adjust the character encoding somewhere.
2008 Mar 31
2
another iconv question
Hi All, I am trying to help my friend set up his rsync with iconv. Presently it works fine but re-copies every file with an umlaute in the filename. I saw a recent post about this and the fix but... he ran "locale" ( both source and dest are on same machine) and is running on a German-Swiss locale xserve-backup-02:/Volumes/Backup RAID 8TB teleclub$ locale LANG=
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"
2006 Aug 16
1
Several Problems with Umlauts
Hi I''m working on a Rails app for quite some time now. I had some problems with umlauts; I found workarounds but don''t like them really. So I wanted to ask if I''m the only one with these problems. Basically, I''ve set up my app and my database to work with utf-8. This works fine for all data that is processed by ActionController / ActionView. I can enter
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
2006 Jan 10
1
Validating Umlauts
Hi there, I''m building a rails application for German and English speakers. However, I''m having some problems validating German-specific characters (????). I have a tag-model which validates format of :name, :with => /^\w+$/. This throws an exception if german characters are used. My tables are all utf-8 and my environment.rb has the lines $KCODE = ''u''
2007 Sep 07
0
Autocomplete Questions (Umlaut,AfterUpdateElement)
Hello all I got 2 little questions: The first is, what can i do, when some special Chars like "ä", "ö", "ü" doesn''t work. Is there a way to edit .js files, and where. ex: if i use the general AJAX.Request with "postbody: ''name''+escape(var)" it will work cause of the escape function, but then i had to write the whole autocomplete
2006 Aug 17
0
encode and umlauts - Form.serialize
Hi list I have a problem with a script of mine. I have a simple textarea and i want to send the contents to a php file for saving it by using ajax.request. Now everything works fine, except if i enter umlauts. The script then fails and the browser refreshes itself (simple submit due to script failure). This is not really related to Script.aculo.us or Prototype but maybe some of you can help me.