Displaying 20 results from an estimated 3000 matches similar to: "umlauts problem..."
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''
2005 Aug 28
7
Unicode support in FXRuby 1.6
All,
As some of you know, Jeroen has added support for Unicode strings in
the unstable development version of FOX (version 1.5). I''m trying to
plan ahead to decide how best to support this for FXRuby 1.6, but I
don''t really know anything about Ruby''s support for Unicode or i18n in
general. If you''re familiar with this topic (how/if Ruby deals with
Unicode
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
2006 Mar 21
2
How do I get substring of utf-8 string?
I''m trying to get substring from a utf-8 encoded string. (say, first
50 characters of the string) String#[0..49] would give me the first
50 bytes not 50 characters..
I know there is jcode library, but it only let you count number of
characters in utf-8 string.
unicode gem doesn''t seem to help much. unicode_hacks gem seem to
solve the problem, but it also seems to
2006 Sep 19
9
Very strange: Umlauts (äöü) aren't displayed correctly in
Hi all
Take a look at the following video, please... I just'' can''t help me
anymore...
http://josh.ch/files/temp/rails_problem.mov
I''m sorry for the bad quality, it''s just a demo of Snapz Pro X 2... ;-)
But I hope you''ll see enought...
Thanks for any help.
Josh
--
Posted via http://www.ruby-forum.com/.
2006 Nov 08
14
Increased memory requirements on 1.2
I just recently upgraded a rails app of mine to run on edge (and the
1-2-pre-release branch) and I noticed my fcgis required roughly 6-8MBs
more memory after just a couple requests.
For example, each fcgi on edge would start around 40MB and rise to
~46MBs after a couple requests.
I downgraded my app back to 1.1.6 and each fcgi would start at around
33MBs and rise to ~38MB.
As a result of the
2007 Apr 19
5
Chinese full text searching by acts_as_ferret?
How to add Chinese language full text searching function by using
acts_as_ferret?
RegExpAnalyzer.new(/./,false)
this analyzer, i don''t know how to use it!
does it works like this:
user searching---->acts_as_ferret---->ferret
????
--
Posted via http://www.ruby-forum.com/.
2006 Jan 17
4
textarea problem with accentued chars
Hello, I have a problem with accentued characters return from a textarea
I have 3 simple files to show example ( below ).
index.rhml : If I put "?nial" inside the textarea, then submit to
:action => post
post.rhml : wrote
?nial
195
"\303\251nial"
//
params[:comment][:message] return => ?nial
params[:comment][:message][1] return => 195 ! ( 195 is not
2007 Apr 29
1
Chinese full-text support! Still fail-_-
Hi all,
I want to use ferrent in my website but when i input chinese words, i
have the same symptom like Chengcai. In order to fix it, i have reviewed
all the topics about chinese support in our forum and tried all the way
your guys suggested but still made any progress. i downloaded the latest
version of ferret from svn.
Thanks and regards.
captain
Chengcai He wrote:
> Hello everyone!
2006 Jul 12
7
Does anyone work with iso-8859-1 database ?
hello,
Our database is in is-8859-1, and I want to update some text fields
without success due to some accentuate characters ?? ect ...
In my html page (where the charset is iso-8859-19) my textarea
display the accentuate characters well and when the user post the form
... I thought that I just need to save it .... without success since
ruby map one byte for one character ...
So I
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
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.
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,
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
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 Aug 14
1
UK Pound Signs being handled as \243?
Hello,
It seems like something has recently caused ? symbols to be displayed as
\243
on our FreeBSD 6 server. We think this is causing our rails-based payment
system to fail to process transactions which is obviously very bad for us!
Why / How would this start happening? The server is configured to use UK ISO
keyboard map and it was working fine until recently. I''m at a loss to
2014 Jul 07
1
Conversion error: Incomplete multibyte sequence
Hello,
I tried the migration from samba 3 to a sernet-samba-ad-4.1.9-8.
My samba 3 has tdbsam backend, and "Full Name" (pdbedit -Lv) contains umlauts.
If I run /usr/bin/samba-tool domain classicupgrade, I will see error:
"Conversion error: Incomplete multibyte sequence"
I had in my old smb.conf:
display charset = iso8859-2
dos charset = cp852
unix charset = iso8859-2
In
2007 Jan 19
1
Trouble with Rails/Ri18n
Hi,
I am new to Ruby/Rails but totally fall in love with :D
Nonetheless, today I am totally stuck with Ri18n. I basically followed
the 10 Steps to Make Your Rails Apps Multilingual. No errors are
thrown,
the english version works as before with the freshly added <%= _('''') %>
Still, no translations are performed. Setting I18nService.instance.lang
= ''de''
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
2005 Aug 23
2
HTML escape of umlauts
Cheers,
I work on a german site that obviously includes german words with umlauts in
its data.
It seems like the html_escape function (or simply h() function) will not
escape umlauts:
<%=h "ä" %>
Will not produce ä
What is the best way to do this?
Thanks,
Jonathan
--
Jonathan Weiss
http://blog.innerewut.de