Displaying 20 results from an estimated 600 matches similar to: "malformed utf-8 character error"
2006 Jul 10
0
ajax scaffold problem
Hi,
I am using ajax_scaffold to generate against a model backed by atable on SQLServer...
It creates all the stuff, and I can list the items in my table... But, the "Edit" and "Create New" buttons dont work...
The strange thing is that the problem occurs when I edit the ajax_scaffold generated controller with before_filter/set_charset...
I try to set the charset of pages
2006 Jul 12
0
Lookup Field ??
Hi,
I am new to Rails. And I wonder how to define lookup fields for a table...
Suppose we have an employee table and a departmant table...
Each employee record have a department_id field...
And when listing employees, we want to show the user friendly department_name from department table..
How can I do this?
Thanks ....
Bu e-posta mesaji, mesajin alici kisminda belirtilmis
2006 Jul 11
1
paginate with only some columns
Hi,
I use scaffold to generate against a model and controller..
Then, I modify the controller code, and rewrite paginate method with :select => ["col1, col2, col5"] so that it only retrieves the columns I wanted...
But, :select does not work and it seems that it selects all the columns of the underlying table...
What am I missing ?
Thanks...
Bu e-posta mesaji,
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
2005 May 31
2
handytone 486
Hi ;
Have two handytone 486 and want to use them as digium TDM400 fxo-fxs card...
I mean is it possible to direct pstn calls from astersik (extensions) to handytone line port directly and
vice versa ?...
Thanks in advance
Betul
Onemli not : Bu e-mail iletisi, sadece adreste belirtilen kisi veya kurulusun kullanimini hedeflemekte olup, mesajda yer alan bilgiler kisiye ozel ve gizli
2005 Jun 06
0
[SPAM] - what hardware components do i need? - Email found in subject
You'll need one of the Digium Cards to make/receive pstn call...Chose the best one fits to you...
To make calls over ip, voip phone is also needed such as grandstream, cisco, etc. or you can download x-lite from xten.com
And use it with your computer as a soft phone...
_____
From: infra struct [mailto:infrastructt@yahoo.com]
Sent: Monday, June 06, 2005 1:01 PM
To:
2005 Jul 08
1
Two TDM04B
Hi;
Can I use two TDM04B in one asterisk box with asterisk@home?
Thank You
Onemli not : Bu e-mail iletisi, sadece adreste belirtilen kisi veya kurulusun kullanimini hedeflemekte olup, mesajda yer alan bilgiler kisiye ozel ve gizli olabilir, yasalar ya da anlasmalar geregi ucuncu kisiler ile paylasilmasi m?mk?n olmayabilir. Mesaji alan kisi, mesajin g?nderilmek istendigi kisi veya kurulus
2004 Apr 28
0
Join NT Domain and Samba Netbios Name problem
Hi,
I'm using Mandrake 10 CE, Samba 3.02a, Winbind. I have got a strange problem.
My linux machines can not join to our NT 4.0 domain when I define a netbios name which includes "I" or "i".
How can I solve this problem.
Any answers ....
Thanks a lot.
Domain Name = DOMAIN1
Netbios Name = LINUX1
2005 May 11
0
[SPAM] - RE: Grandstream-Budge tone - Email found in subject
Thank you and sorry...There is something going wrong with the system I only sent one mail...
_____
From: Kerry Garrison [mailto:kerryg@techdatapros.com]
Sent: Wednesday, May 11, 2005 5:14 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [SPAM] - RE: [Asterisk-Users] Grandstream-Budge tone - Email found in subject
This is usualy a problem with either
2016 Feb 19
0
mac os x clients "error code -43"
Hi,
We have Ubuntu 14.04.3 server and Samba 4.1.6-Ubuntu. Windows and Mac Os X clients connect this server. Some Os X users sometimes report "error code -43" when file copying to server.
What can cause the problem?
this is my smb.conf
[global]
workgroup = hurguc
realm = HURGUC.LOCAL
preferred master = No
security = ads
password server = dbdns2.hurguc.local
encrypt passwords =
2003 Aug 13
0
Winbind (?) Problem ....
I can't setup Authentication between samba & Win NT
[root@fulya etc]# net join -U Administrator%pass
[2003/08/12 20:22:55, 1] utils/net_ads.c:ads_startup(176)
ads_connect: Connection refused
[2003/08/12 20:22:56, 1] utils/net_rpc.c:run_rpc_command(154)
rpc command function failed! (NT_STATUS_ACCESS_DENIED)
Joined domain TRANSVARO.
[root@fulya root]#
What is ads_.. ? if it is
2007 Aug 27
0
how can I get malformed UTF-8 characters to display properly?
Hello everyone,
I''m scraping a lot of sites for a project, and occasionally the
scraped content will have "malformed UTF-8" characters. When the
scraped content is processed (basically a database record is created),
these characters often don''t appear as they''re supposed to.
Normally, the following code works great:
str.unpack("U*").collect {|s| (s
2012 May 23
0
gam (mgcv) vs. multiple regression breakpoint analysis: inconsistencies?
Dear useRs,
I have a question with respect to fitting a non-linearity using gam
(mgcv package, version 1.7-16).
In a study I'm currently conducting, I'd like to find out if there is
a breakpoint after which the effect of Age of Acquisition (AOA) of the
second language changes. I.e. if the slope of AOA before the
breakpoint (at a certain AOA) is different from the slope past the
2004 Jan 11
3
newbie question on contrasts and aov
I try to move from SPSS to R/S and am trying to reproduce the results of SPSS
in R. I calculated a one-way anova with "spk" as experimental factor and erp
as depended variable.
The result of the Anova are the same concearning the mean square, F and p
values. But I also wanted to caculate the contr.sdif(4) contrast on spk. The
results are completely different now. I hope anybody can
2004 Mar 13
1
Error in "names<-.default"(`*tmp*`, value = nmstrata) :
Hi,
I have a problem with aov(). I used it many times, but now I have new data,
tried to use it in the same way. I get I strange Error message that i can't
understand (see below). I guess it is caused by incompatible data types. The
dataframe also looks ok to me.
I use:
spk
2004 Jun 01
2
Importing binary data
Hi everybody!
I've a large dataset, about 2 Mio entries of the format which I would like
to import into a frame:
<integer><integer><float><string><float><string><string>
Because to the huge data amount I've choosen a binary format instead
of a text format when exporting from Matlab.
My import function is attached below. It works fine for only
2010 Nov 12
0
drosophila2cdf in simpleaffy / affyQCReport
Hi everybody,
I have a problem when trying to do the quality control with the packages
simpleaffy and affyQCReport with the drosophila chip 2.0
At first I got the messeage, that the *.qcdef file is not there. I followed
the instructions in tha manual and created the file like that:
array drosophila2cdf
alpha1 0.05
alpha2 0.065
spk bioB AFFX-r2-Ec-bioB-3_at
spk bioC AFFX-r2-Ec-bioC-3_at
spk bioD
2003 Jan 04
0
GUVENDE MISINIZ ?
TURKIYE'DE BIR ILK !SADECE 15.000.000 TL
HACKER ve GUVENLIK REHBERI CD'SI
Hack ve Guvenlik konusunda bilmek istediginiz hersey, ihtiyaciniz olan her program bu cd'de. Sadece 15.000.000 TL ye bu cd'ye sahip olabilirsiniz! Siparis icin:
0546 599 64 54
Turkiye'de bilisim guvenligi alaninda bir ilki gerceklestirdik, ve sizlere icinde binlerce dokuman ve program bulunan
2004 Dec 07
6
Voice mail problem
Hi all of you.
I am trying to configure voice mail in asterisk and i am facing problems.
I have found following warning message in /var/log/asterisk/messages
--------------
No application 'Voicemail' for extension (macro-mainmenu, s, 5)
I have configured voice mail accordingly
in extention.conf
[headoffice]
--
------------
-------------
exten => _63,1,Macro(mainmenu)
2010 Oct 19
0
R script help needed for RFC 2104 HMAC algorithm
I'm trying to create an R script that will execute the HMAC algorithm for
key-hashing messages. My hope is to use this script for some web
authentication via R.
The algorithm is found at http://www.ietf.org/rfc/rfc2104.txt
Here is some example code that I have done that does not work for HMAC-MD5.
I'm a big confused by the algorithm since I don't have a very good working
knowledge