Displaying 20 results from an estimated 1100 matches similar to: "Eliminating 'Unprintable ASCII' characters"
2008 Apr 17
3
exam txt file
hi all, i have centos 5 w/o gui. i can only have access via ssh.
i have a text file that contains special (unprintable) characters, what
editor i can use to exam what those character are???
i use vi, but i don't know what is ^@
may be an editor that can show ASCII as dec or hex.
thanks
2019 Sep 06
2
[PATCH 1/1] log: do not print carriage return
From: Christian Hesse <mail at eworm.de>
Logging to stderr results in line endings being terminated with carriage
return (\r) and new line (\n). While this is fine for terminals it may
have undesired effects when running from crond and logging to syslog
or similar.
I run ssh from cron on an recent linux host. Viewing logs with
journalctl I see:
Sep 06 16:50:01 linux CROND[152575]: [96B
2009 Jan 22
1
[LLVMdev] Minor AsmPrinter bug fix
The Microsoft CRT's implementation of isprint() has an internal assert
that the unsigned value passed in is in [0,256) but unprintable chars
passed in are sign extended to values that falsely trigger this assert.
--- c:\usr\src\llvm-svn\lib\CodeGen\AsmPrinter\AsmPrinter.cpp Tue Jan
20 10:30:42 2009
+++ c:\usr\src\llvm-integrate\lib\CodeGen\AsmPrinter\AsmPrinter.cpp
Thu Jan 22 15:19:47 2009
2005 Jul 12
1
write.foreign, SPSS on Mac OS X
Hi all,
I have jut installed the foreign package (v 0.8-8) on my OS X
machine, and have a bit of a problem writing out a data frame in SPSS
format. Specifically, the code file (the .sps format file) seems to
write 3 unprintable hex values instead of double quotes. For example, in
the following output ...
VALUE LABELS
/
immDel
1 ###1###
2 ###2###
3 ###3###
... emacs tells me that
2002 Sep 29
2
W9x print driver download problems with Samba 2.2.3a and CUPS
I've set up Samba and CUPS on our testing server here, and used
smbcupsadd to upload the Adobe PS drivers to the server as directed in
the HOWTO (The CUPS and Samba HOWTOs differ on this point, by the way -
the latter claims that PSMON.DLL is needed in addition to the eight
other files. I played it safe and had it upload that, too).
With the caveat that I first have to connect to each printer
2012 Mar 25
0
[LLVMdev] [PATCH] add reverse colors to raw_ostream
I'm working on a patch for clang where diagnostics print out unprintable characters vi style. I'm looking for someone familiar with llvm's raw_ostream to review the portion that enables reversed colors.
Thanks,
Seth
Begin forwarded message:
> From: Eli Friedman <eli.friedman at gmail.com>
> Subject: Re: [cfe-commits] r148389 - in /cfe/trunk:
2011 Apr 19
1
print.raw - but convert ASCII?
Does anyone know if there is a simple way to print raw vectors, such
that ASCII characters are printed for bytes in the ASCII range, and
their hex representation otherwise? rawToChar doesn't work when we have
something like c(0x00, 0x00, 0x44, 0x00).
-Matt
2013 May 08
0
My nut-snmp has forgotten how to speak IETF RFC1628!
[I had a look through the mail archives before sending this, but I
didn't find anyone else having this issue.]
Has anyone seen this before? I'm almost 100% certain I tested this
nut correctly detected OB LB in the past, but when I happened to look
at it today, I see it refusing to work -- apparently because the NUT
client knows how to ask for RFC1628 OIDs, but not what to do with the
2005 Jan 01
1
extlinux probs
I gave extlinux a whirl,
1. installed debian onto a usb hard drive from laptop (onto /dev/sda1)
did *not* install grub or lilo.
2. set up extlinux on /dev/sda
# mount /dev/sda1 /mnt/t1
[root at harpo syslinux-3.00]# cd /mnt/t1/
[root at harpo t1]# ls boot/
config-2.6.8-1-386 initrd.img-2.6.8-1-386 System.map-2.6.8-1-386
vmlinuz-2.6.8-1-386
[root at harpo t1]# mkdir boot/extlinux
[root
2004 Sep 10
0
AW: AW: Incomplete format description?
Torsdag, 23 januar 2003, skrev "Tor-Einar Jarnbjo" <Tor-Einar_Jarnbjo@grosch-
link.de>:
>- My implementation seems to decode fixed subframes now, but the lpc
>subframes contains nothing but noise, and the bitstream is out of
sync after
>reading one. The source code I'm using for decoding the lpc subframe is
>available here:
2014 Oct 31
0
[PATCH 1/3] fish: rl.{c, h} - escaping functions for readline
From: Maros Zatko <mzatko@redhat.com>
---
fish/rl.c | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
fish/rl.h | 32 +++++++++++++
2 files changed, 190 insertions(+)
create mode 100644 fish/rl.c
create mode 100644 fish/rl.h
diff --git a/fish/rl.c b/fish/rl.c
new file mode 100644
index 0000000..bb8fd62
--- /dev/null
+++ b/fish/rl.c
@@ -0,0 +1,158 @@
+/* guestfish -
2014 Feb 20
3
[LLVMdev] [LLVM] Forward temp label references on ARM in LDR with .ltorg in inline assembly are broken in trunk
I'm not entirely sure what caused this, but the following code, which used to behave as expected, is now broken:
---- lolwut.c ----------------------------
void lolwut(void) {
__asm __volatile (
"ldr r1, =1f \n"
".ltorg \n"
"1: \n\t"
: : : "r0", "r1" );
}
-------------------------------------------
~/clang
2014 Oct 31
6
[PATCH 0/3] WIP readline escaping functions
From: Maros Zatko <hacxman@gmail.com>
Auxiliary functions for readline to support space character escaping
in filenames in future.
Escaping function is taken from fish.c (used to be parse_quoted_string)
plus its un-escaping counterpart. There are a few tests for both.
Maros Zatko (3):
fish: rl.{c,h} - escaping functions for readline
fish: basic tests for readline escaping
autotools:
2000 Apr 03
1
another save/load problem, only(?) affecting ascii = TRUE (PR#507)
On all current R versions, afaik:
When using save(....., ascii = TRUE),
the resulting file is not always readable by load(.).
The following is executable R code
exhibiting two (slightly different) examples
of which I have seen even more [~/R/MISC/saveload-bug.R]:
### BUG : save(..., ascii = TRUE) produces load() - unreadable files :
tstf1 <- function(n = 500)
{
## Purpose:
##
2007 Aug 09
5
Unremovable file in ZFS filesystem.
I managed to create a link in a ZFS directory that I can''t remove. Session as follows:
# ls
bayes.lock.router.3981 bayes_journal user_prefs
# ls -li bayes.lock.router.3981
bayes.lock.router.3981: No such file or directory
# ls
bayes.lock.router.3981 bayes_journal user_prefs
# /usr/sbin/unlink bayes.lock.router.3981
unlink: No such file or directory
# find . -print
2008 Feb 14
1
Riello Dialog Plus UPS
I have a Riello Dialog Plus UPS...
someone knows how to configure nut for this UPS?
I have tried the bestups, fentonups and sec driver without result... ( I
have tried others driver too...)
I have tried the genericups but it does not work...
This UPS have a RS232 port and seems not to be a "contact closure" UPS
(but the manual, for example, tells that "pin 9 contact close: battery
2011 May 12
0
grub config garbage after 512 bytes when chainloading via chain.c32
[back story]: I want to convert a non-iso customized Solaris install
image (for USB flash stick) to an isolinux hybridized bootable iso image
... since the Solaris installer uses grub out of the box, my first
approach was to chain load grub from isolinux (this isn't strictly
material to the problem, just trying to avoid the "why on earth would
you do that?" responses ;-)
2003 Jan 26
0
Re: removing overstrikes
Your mistake in in your sed script.
The sed script should only have the command you want to run.
Your script should only have one line in the file in this example.
s/.//g
or this:
s/.\x08//g
Joel
On Sun, Jan 26, 2003 at 12:59:19PM -0000, richardkoliver <rko15@attbi.com> wrote:
> If I type (bash shell, where the backspace character is entered by
> typing ctrl-v ctrl-h)
>
2004 Oct 12
0
accented letters in filenames
I am trying to connect to a samba server (hosted by a
unix platform; for which I have also ftp and telnet
access). I have problems with accents in filenames:
when I issue the command
mount -t smbfs -o
'username=oesser,password=xxxxxxxx,iocharset=iso8859-1,codepage=iso8859-1,uid=oesser,gid=oesser,dmask=700,fmask=700'
//nestor.ulb.ac.be/oesser /mnt/nestor
all works fine
but if I put
2013 Jun 07
0
Bug in Samba4 causing crash
I have discovered a bug in the LDAP implementation in Samba4. Although I
cannot describe the problem very well, I can dump the error and the steps
to achieve it and hope you understand what I mean:
Running Mozilla Thunderbird connected to Samba4 LDAP (using an anonymous
bind, if it matters) it is possible to search for entries. Searching for
nothing, for example 'Email contains ', results