Displaying 20 results from an estimated 400 matches similar to: "Special Characters on wine"
2008 Nov 11
4
Wine compile probs
Hi all! =)
For the first time ever i have a problem with wine.. so must say the error rate on my end is extremely low (been using the betas bout 3-4 years now) :D
Well down to business..
I have some probs compiling 1.1.8, the 'confugure' works like a charm as allways, 'make depend' has no probs at all but 'make' gives me:
Code:
make[2]: Entering directory
2003 Apr 11
1
danish characters - installing R - linux redhat 8.0
I'm using R on a linux redhat 8.0 installation.
The special danish characters (ÅØÆæøå) are showed wrong on the screen.
Example:
yy<-matrix(c(0,2,1,1,8),ncol=1,dimnames=list(c("Brøæå","AGF","AB","Farum","FC-Kbh."
),c("Stemmer")))
barplot(yy[1:5],ylab=names(as.data.frame(yy)),main="5. grade.... ")
Any hints?
Cand.
2011 Jan 24
1
Strange result from sort: sort(c("aa", "ff")) gives "ff" "aa" with R.2.12.1 on windows 7
Dear list,
Please consider the following call of sort
> sort(c("a","f"))
[1] "a" "f"
> sort(c("f","a"))
[1] "a" "f"
>
> sort(c("aa","ff"))
[1] "ff" "aa"
> sort(c("ff","aa"))
[1] "ff" "aa"
The last two results look strange
2012 Oct 23
2
Spurious warning when calling data() ?
Hi,
When calling data, a warning seems to have been left behind
> data(package="stats", verbose=FALSE)
Warning message:
In data(package = "stats", verbose = FALSE) :
datasets have been moved from package 'stats' to package 'datasets'
(full version details further below).
Best,
Laurent
> sessionInfo()
R version 2.15.1 Patched (2012-08-24 r60412)
2011 Feb 16
2
boot.ci error with large data sets
Dear List
I have run into some problems with boot.ci from package boot. When I
try to obtain a confidence interval of type bca, boot.ci() returns the
following error when the data set i large:
Error in bca.ci(boot.out, conf, index[1L], L = L, t = t.o, t0 =
t0.o, :
estimated adjustment 'a' is NA
Below is an example that produces the above mentioned error on my
machine.
library(boot)
2013 Oct 25
4
Puppet and Windows ACLs (Access Control Lists)
tl;dr: Windows manages permissions in a way that doesn''t always translate
well to mode. We''re putting together a solution for this. Jump in the
discussion.
I wanted to get this conversation started. We''ve put a lot of thought into
how the model should look and focused on ease of use up to more advanced
scenarios.
However I don''t feel that what we have is
2009 Dec 11
2
Closing event on a Notebook page.
How do I catch a closing event for a Notebook page.
I have added a number of pages (class Panel) to a Notebook and I
can remove them via the default close button on the pane.
But I what to run some code before the page(Panel) is closed,
so I assumed that it gets a ''evt_close'', but that seems not to be
the case.
How do I get to run some code before the page(Panel) closes?
2009 Sep 17
2
rsync with danish chars in filename
Hi,
I have a Qnap NAS-219 used for storage, i have a Ubuntu 9.04 server
for backup. When rsync between them filenames containing ? have
problemes, the danish chars ? ? does not have any problems eventhough
its a special char like ? ? ?.
The log files state following:
file has vanished: "/M?deskabelon.doc"
where ? should be ?, and the file is stil at the system, so its not vanished.
2009 Nov 06
2
DatePickerCtrl uninitialized constant
I trying to make a Dialog that include a DatePickerCtrl on my gentoo
linux box.
I get the following error
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:478:in
`const_missing'': uninitialized constant PortfolioDialog::DatePickerCtrl
(NameError)
My application use ActiveRecord, thats why the error is from
activesupport.
gem list says
wxruby (1.9.9,
2013 May 08
1
deleting nodes in puppet-dashboard makes it hang
Hi,
I have 51 clients in puppet-dashboard – and when I tell it to delete a node
– it simply hangs forever. If I try to just open / on the puppet-dashboard
website – I get a proxy timeout (I have apache in front).
I end up having to kill webrick and start it again – with the node NOT
being deleted :(
I have commented on an issue here - which seems to be about the same:
2008 Apr 04
2
format numbers using 1000 separator
Hi,
Does anyone know how one could format numbers using 1000 separator in R? For
example, format 1000 as 1,000 and 100000 as 100,000, etc.
Thanks,
--
Tom
[[alternative HTML version deleted]]
2008 Aug 24
2
Missing ids in documentation
I notice some link that didn''t work in the documentation.
By closer inspection I found that some of the headlines missed
id-tags.
The following grep sequence find them.
grep ''<h3'' *.html | grep ''#'' | grep -v ''id=''
Here is the output
brush.html:<h3 class="Brush_getcolour">Brush#get_colour</h3>
2023 May 30
3
why does [A-Z] include 'T' in an Estonian locale?
Inspired by this old Stack Overflow question
https://stackoverflow.com/questions/19765610/when-does-locale-affect-rs-regular-expressions
I was wondering why this is TRUE:
Sys.setlocale("LC_ALL", "et_EE")
grepl("[A-Z]", "T")
TRE's documentation at
<https://laurikari.net/tre/documentation/regex-syntax/> says that a
range "is shorthand for
2013 Apr 05
3
Puppet Dashboard 1.2.23 issue deleting node
Hello,
we run Puppet Dashboard 1.2.23 in our sandbox and get an error deleting a
node.
- first time we press the delete button nothing happens
- second time we press the delete button we get the following error;
ActiveRecord::StatementInvalid in NodesController#destroy
Mysql::Error: Lock wait timeout exceeded; try restarting transaction:
DELETE FROM `node_group_memberships` WHERE `id` = 53
2013 Sep 02
4
puppetdb - getting a list of specific facts for specific hosts?
I''m trying to query puppetdb for a list of hosts maching a certain regex
(on hostname) and only returns 2 facts (ipaddress and hostname)
I''m trying to follow:
http://docs.puppetlabs.com/puppetdb/latest/api/query/tutorial.html
and I''m not even quite sure, wether or not, I should use a facts or a
nodes, or a resources query ?
I get some of the queries to return just
2013 Jul 25
3
is there any way to see what are the resources exported by a node?
Hello folks,
Is there any way to see what are the resources exported by a node when
using puppetdb and exported resources.
I am running puppet 2.7.22 and puppetdb 1.3 on Ubuntu 10.4. I have tried to
use e API and its not working for me(see
https://groups.google.com/forum/#!topicsearchin/puppet-users/puppetdb$20API$20v2$20is$20not$20working$20for$20me/puppet-users/WFo9YEw6oRo
)
Anyone know
2004 Jun 23
3
Similar error as (PR#6958)
When compiling R 1.9.1 on a Linux system with the environment variable
LANG=3Dno_NO, I get a similar error as reported in PR#6958:
## FACTS:
$ locale
LANG=3Dno_NO
LC_CTYPE=3D"no_NO"
LC_NUMERIC=3D"no_NO"
LC_TIME=3D"no_NO"
LC_COLLATE=3D"no_NO"
LC_MONETARY=3D"no_NO"
LC_MESSAGES=3D"no_NO"
LC_PAPER=3D"no_NO"
2017 May 28
1
Rounding in print.summaryDefault()
Might this be related to the Linux version? I'm testing on one of our
university servers, and they tend to be deprived of regular updates
sometimes... (Dirk, sorry for sending you this twice.)
> Sys.info()
sysname
"Linux"
release
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
I am trying to build wxruby from source, but I have encounter an error.
For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so
because it is missing missing -lruby18
resulting in errors like
wx.cpp:(.text+0x1618): undefined reference to `rb_intern''
wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError''
wx.cpp:(.text+0x1666):
2011 Mar 23
12
Cyrillic works "HALF"-good with wine
Hello, here is my problem:
I have Wine-1.2.2 (on Ubuntu 10.10)
and I'm trying to run windows application (writted on Visual Fox Pro 9 )
my command line is:
Code:
LC_ALL="ru_RU.UTF-8" wine shop.exe
(without LC_ALL an error "Collating squesnce RUSSIAN not fund" )
In this case wine shows normalyy most of the windows and textboxes, and the MAINMRNU. But SUBMENUS are shown