Displaying 20 results from an estimated 9566 matches for "ascii".
2020 Oct 05
2
isc-dhcp dynamic update problem
...5.0";
set noname = "dhcp-172-30-1-40";
set ClientIP = "172.30.1.40";
set ClientDHCID = "c8:1f:66:08:dd:49";
set ClientName = "MB-DISPATCH-20";
client-hostname "MB-DISPATCH-20";
on expiry {
set ClientIP =
binary-to-ascii (10, 8, ".", leased-address) ;
log (debug,
concat ("Expired: IP: ", ClientIP));
execute ("/usr/local/bin/dhcp-dyndns.sh", "delete", ClientIP, "", "0");
}
on release {
set ClientIP =
binary-to-ascii (10...
2006 Jan 23
2
net ads join segmentation fault
...TF8
[2006/01/23 12:36:59, 5] lib/iconv.c:smb_register_charset(103)
Attempting to register new charset UTF-8
[2006/01/23 12:36:59, 5] lib/iconv.c:smb_register_charset(111)
Registered charset UTF-8
[2006/01/23 12:36:59, 5] lib/iconv.c:smb_register_charset(103)
Attempting to register new charset ASCII
[2006/01/23 12:36:59, 5] lib/iconv.c:smb_register_charset(111)
Registered charset ASCII
[2006/01/23 12:36:59, 5] lib/iconv.c:smb_register_charset(103)
Attempting to register new charset 646
[2006/01/23 12:36:59, 5] lib/iconv.c:smb_register_charset(111)
Registered charset 646
[2006/01/23 12:36...
2004 Aug 05
2
libiconv problems
...ng - although
I havent gotten to the point where I add all of the Samba 3 user account
information in to LDAP so something odd might happen if I connected to
it).
Here are the errors:
init_iconv: Conversion from UTF-8 to UCS-2LE not supported
init_iconv: Attempting to replace with conversion from ASCII to UCS-2LE
(at the end of the email Ill put the whole output)
So the obvious culprit is some kind of libiconv problem. The original was
installed as a package off of Sun freeware, but I later upgraded to a
version I compiled (listing of libiconv libraries included at the end).
Am I just doing so...
2008 Aug 20
0
Samba issue not able to join to domain
...tc/sfw-> /usr/sfw/sbin/net join -w AGILENT -U sshanmug -s /etc/sfw/smb.conf
[2008/08/18 23:10:25, 0] lib/charcnv.c:(159)
init_iconv: Conversion from UTF-16LE to CP850 not supported
[2008/08/18 23:10:25, 0] lib/charcnv.c:(167)
init_iconv: Attempting to replace with conversion from UTF-16LE to ASCII
[2008/08/18 23:10:25, 0] lib/charcnv.c:(159)
init_iconv: Conversion from UTF-8 to CP850 not supported
[2008/08/18 23:10:25, 0] lib/charcnv.c:(167)
init_iconv: Attempting to replace with conversion from ASCII to ASCII
[2008/08/18 23:10:25, 0] lib/charcnv.c:(159)
init_iconv: Conversion from 646...
2012 Jan 23
0
Re: Grant-table error messages in a crash log
...est_write: apic=0, pin=19, old_irq=-1, new_irq=-1
(XEN) ioapic_guest_write: old_entry=00010a44, new_entry=0001a031
(XEN) ioapic_guest_write: Special delivery mode 2 with non-zero vector 44
(XEN) ''h'' pressed -> showing installed handlers
(XEN) key ''%'' (ascii ''25'') => Trap to xendbg
(XEN) key ''*'' (ascii ''2a'') => print all diagnostics
(XEN) key ''0'' (ascii ''30'') => dump Dom0 registers
(XEN) key ''C'' (ascii ''43'') =&...
2014 May 09
1
Only part of sieve script works
...fifth block seem to work.
How is the manual check with sieve-test different from the sieve
filtering during mail delivery?
I am thankful for any hints.
Sebastian
this is the sieve script I am talking about
require "fileinto";
# Musik wegsortieren
if anyof ( header :comparator "i;ascii-casemap" :contains "Subject"
"Mixing.DJ", header :comparator "i;ascii-casemap" :contains "Subject"
"John B", header :comparator "i;ascii-casemap" :contains "Subject"
"FLOSS Weekly", header :comparator "i;ascii...
2014 Apr 15
1
ASCIIfy() - a proposal for package:tools
Hi all,
I would like to propose the attached function ASCIIfy() to be added to the
'tools' package.
Non-ASCII characters in character vectors can be problematic for R
packages, but sometimes they cannot be avoided. To make packages portable
and build without 'R CMD check' warnings, my solution has been to convert
problematic characters...
2014 Dec 11
3
SUGGESTION: Force install.packages() to use ASCII encoding when parse():ing code?
SUGGESTION:
Would it make sense if install.packages() and friends always use an
"ascii"(*) encoding when parse():ing R package source code files?
I believe this should be safe, because R code files should be in ASCII
[http://en.wikipedia.org/wiki/ASCII] and only in source-code comments
you may use other characters. This is from Section 'Package
subdirectories' in '...
2016 Jun 01
1
GDB pretty printers for LLVM ADTs
...the python script directly
as described above:
1) basic usage:
asm(R"(.pushsection ".debug_gdb_scripts", "MS", at progbits,1
.byte 1
.asciz "utils/gdb-scripts/support.py"
.popsection
)");
2) annoying inline script version:
.byte 4
.ascii "llvmSupport.inlined-script\n"
.ascii "import gdb.printing\n"
.ascii "class SmallStringPrinter:\n"
.ascii " \"\"\"Print an llvm::SmallString object.\"\"\"\n"
.ascii "\n"
.ascii " def __init__(self, val):\n"...
2018 Nov 07
2
error unserializing ascii format (v2 or v3)
I ran into an interesting error unserializing a file created with
ascii=TRUE:
R 3.5.1 (Windows or Linux):
> unserialize(serialize(list(raw=as.raw(c(39,41))), NULL, version=2,
ascii=TRUE))
Error in unserialize(serialize(list(raw = as.raw(c(39, 41))), NULL,
version = 2, :
ReadItem: unknown type 29, perhaps written by later version of R
The same error...
2010 Jun 08
0
Joining samba domain fails
...[2010/06/08 20:11:42, 5] lib/iconv.c:104(smb_register_charset)
Attempting to register new charset UTF-8
[2010/06/08 20:11:42, 5] lib/iconv.c:112(smb_register_charset)
Registered charset UTF-8
[2010/06/08 20:11:42, 5] lib/iconv.c:104(smb_register_charset)
Attempting to register new charset ASCII
[2010/06/08 20:11:42, 5] lib/iconv.c:112(smb_register_charset)
Registered charset ASCII
[2010/06/08 20:11:42, 5] lib/iconv.c:104(smb_register_charset)
Attempting to register new charset 646
[2010/06/08 20:11:42, 5] lib/iconv.c:112(smb_register_charset)
Registered charset 646
[2010/06/08 20...
2018 Jun 02
2
encoding argument of source() in 3.5.0
In R 3.5.0 using the `encoding' argument of source() prevents loading
files from the internet; without the `encoding' argument files can be
loaded from the internet, but if they contain non-ascii characters,
these are not correctly displayed under MS-Windows (but they are
correctly displayed under GNU/Linux). With R 3.4.{2,3,4} there is no
such problem: using `encoding' the files are loaded and non-ascii
characters are correctly displayed under MS-Windows (but not without
`encoding'...
2009 Nov 02
5
Working round 'invalid byte sequence'
...MySQL database over a private network and
with a read-only account, is there some simple and easy way to suppress
this issue? Without being an expert in this area (obviously) I guess
that either I can try to "tell" Ruby to treat the MySQL data as an
encoding other than UTF-8 (I guess US-ASCII but it could be trial and
error to work out what), and/or I could add some rescue code to find
(and ignore) bad byte sequences. I''ve tried to find recipes for both
the above, but quickly get lost in the subtleties of it all! Any and
all help appreciated. Many thanks in advance.
--
Pos...
2006 Feb 08
1
corruption of data with serialize(ascii=TRUE)
I noticed the following peculiarity with `serialize()' when `ascii = TRUE' is
used. In today's (svn r37299) R-devel, I get
> set.seed(10)
> x <- rnorm(10)
>
> a <- serialize(x, con = NULL, ascii = TRUE)
> b <- unserialize(a)
>
> identical(x, b) ## FALSE
[1] FALSE
> x - b
[1] -3.469447e-18 2.775558e-17 -4.4408...
2014 Mar 17
1
Deep copy of factor levels?
...ed (Mb) gc trigger (Mb) max used (Mb)
Ncells 385991 20.7 1074393 57.4 10049951 536.8
Vcells 104672187 798.6 112367694 857.3 204862160 1563.0
> .Internal(inspect(levels(xx[[1]])))
@387f620 16 STRSXP g1c7 [MARK,NAM(2)] (len=10000, tl=0)
@144da4e8 09 CHARSXP g1c1 [MARK,gp=0x60] [ASCII] [cached] "1"
@144da518 09 CHARSXP g1c1 [MARK,gp=0x60] [ASCII] [cached] "2"
@27d1298 09 CHARSXP g1c1 [MARK,gp=0x60] [ASCII] [cached] "3"
@144da548 09 CHARSXP g1c1 [MARK,gp=0x60] [ASCII] [cached] "4"
@144da578 09 CHARSXP g1c1 [MARK,gp=0x60] [ASCII]...
2017 Feb 02
2
Conversion error Illegal multibyte sequence in smbstatus
Hi,
My output of smbstatus is bugged somehow in the Locked files section.
For every line with a non ascii character, the whole string from the
character to the end (included) is removed. Hence the line is attached
to the next one.
Here is a simplified example
Locked files:
Pid ... SharePath Name Time
---------------------------------
8910 ... /path
to/a/file/with/a/non/ascii/character/imediate...
2014 Dec 11
0
SUGGESTION: Force install.packages() to use ASCII encoding when parse():ing code?
On 11/12/2014 12:59 PM, Henrik Bengtsson wrote:
> SUGGESTION:
> Would it make sense if install.packages() and friends always use an
> "ascii"(*) encoding when parse():ing R package source code files?
I think that would be a step backwards. It would be better to accept
other encodings. As an English speaker this isn't a big deal to me, but
users of other languages may want to have messages and variable names in
their nativ...
2012 Sep 26
1
RCURL ftp upload - ASCII or Binary type?
...le I'm trying to upload is a very simple text-file but with a bit weird filename. Note the ' on each side of the filename.
So the upload itself is successful but the receiver of the file tells me that the file I uploaded was of "Binary" type and that his system only accepts "ASCII". So the receiver can see the file but it contains only weird characters.
Surfing the web I found this:
http://www.webweaver.nu/html-tips/ascii-binary.shtml
and indeed, when I try filezilla (http://filezilla-project.org/) to do the same upload, there is a setting in filezilla: "Default...
2018 Jun 04
3
encoding argument of source() in 3.5.0
...quot;, encoding="UTF-8")
>> readLines(f)
> character(0)
>> close(f)
>> f <- file("http://home.versanet.de/~s-berman/source2.R")
>> readLines(f)
> [1] "source.test2 <- function() {" " print(\"Non-ascii: ????\")"
> [3] "}"
> -pd
and that's not even readLines(), but rather how exactly the
connection is defined [even in your example above]
> urlR <- "http://home.versanet.de/~s-berman/source2.R"
> readLines(u...
2010 Apr 14
2
Import ASCII data using a .sas program
Good Day,
I have several ASCII data files that I would like to import into R.
They all have a SAS import file which is used to bring the data into SAS
and I am hoping to use this to bring the data into R. There are lots of
variables involved and the ASCII data file is 2308 columns long so I
would certainly prefer to figure...