Displaying 20 results from an estimated 40000 matches similar to: "[Bug 875] missing escape char in "Bad escaped character" message"
2017 Mar 07
6
[Bug 2691] New: Add ability to disable escape char forward menu
https://bugzilla.mindrot.org/show_bug.cgi?id=2691
Bug ID: 2691
Summary: Add ability to disable escape char forward menu
Product: Portable OpenSSH
Version: 7.4p1
Hardware: Other
OS: Linux
Status: NEW
Severity: security
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2007 Apr 17
1
Problem with escaped control characters
I have created a program for myself for backing up data to tape from my
disk to disk to tape system, and after the initial day, I have been
using the output of a dry run of rsync to determine what files need to
be sent to tape. I think due to an upgrade in rsync the current version
now escapes control sequences with something like \#010 instead of ^H,
however this is now breaking my backup
2009 Aug 17
1
regex problems with the escape character
Hi R-users and R-experts,
I am having a hard time in figuring out how to tackle regex questions where the "backslash" character is an integral part of the string. Let me explain how I?came across?this problem :
I wanted to clearly see all the components in the windows environmental path variable. This is a long string.?For easy readability, I wanted to split up this string so that each
2010 May 21
1
escape character OK in R environment, fails in R CMD CHECK
Hi,
I am trying to check a package via R CMD CHECK and it is failing with
Error: '\s' is an unrecognized escape in character string starting "\s"
The culprit looks something like this:
gsub('\\s\\(.*\\)',"","this is a (test, man) dude")
which is correctly escaped with the "\\"'s -- but it seems that R CMD
CHECK is pre-escaping the
2015 Oct 12
13
[Bug 2478] New: Escape sequences (starting with ~) don't work when remote shell is BusyBox ash
https://bugzilla.mindrot.org/show_bug.cgi?id=2478
Bug ID: 2478
Summary: Escape sequences (starting with ~) don't work when
remote shell is BusyBox ash
Product: Portable OpenSSH
Version: 7.1p1
Hardware: ix86
OS: Linux
Status: NEW
Severity: minor
Priority: P5
2008 Jul 09
2
[Bug 1484] New: escape character does not work over shared connections
https://bugzilla.mindrot.org/show_bug.cgi?id=1484
Summary: escape character does not work over shared connections
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.0p1
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P3
Component: ssh
AssignedTo:
2016 Oct 29
2
-e escape rule
> The point is that the original escaping DOUBLE escapes an equals sign:
> foo\\\=bar
> It shouldn't, there's no reason to.
If you paste into your command line:
rsync -e ssh\ -l\ backup\ -i\ /etc/synco/id_rsa\ -o\
ConnectTimeout\\\=60\ -o\ BatchMode\\\=yes
The list of arguments would be (i.e. the values in ARGV):
['rsync', '-e', 'ssh -l backup -i
2014 Jul 28
1
Parsing and deparsing of escaped unicode characters
In both R and JSON (and many other languages), unicode characters can
be escaped using a backslash followed by a lowercase "u" and a 4 digit
hex code. However when deparsing a character vector in R on Windows,
the non-latin characters get escaped as "<U+" followed by their 4
digit hex code and ">":
> x <- "I like \u5BFF\u53F8"
> cat(x)
I like
1999 Oct 22
0
2.0.5 smbmount chokes on chars needing shell-escape
Apologies if this has already been asked, but I couldn't find reference to it
anywhere.
Various windows versions allow characters in share names like " " and ")"
(space, close paren) that need to be escaped when passed to the shell.
However, it seems like the 2.0.5 smbmount calls smbmnt via the shell, and so
if you try to do something like:
smbmount
2016 Oct 21
2
-e escape rule
Hi Dave, thanks for point that out. I didn't realise there was a
detailed explanation of that field in the man page, I only saw the
summary. Yes, that clearly explains how it's supposed to work.
On 21 October 2016 at 01:46, Dave Howorth <dhoworth at mrc-lmb.cam.ac.uk> wrote:
> On 2016-10-20 10:24, Samuel Williams wrote:
>>
>> Hello,
>>
>> I'm using
2012 Dec 11
2
Writing escaped unicode
I'd like to write unicode strings using the "\u" escape syntax. According to the documentation, print.default or encodeString will escape unicode using the \u convention. In practice, I can't make it work.
> b="Unicode character: \ufffd"
> print.default(b)
[1] "Unicode character: ?"
> encodeString(b)
[1] "Unicode character: ?"
I want to
2016 Oct 20
0
-e escape rule
On 2016-10-20 10:24, Samuel Williams wrote:
> Hello,
>
> I'm using Ruby's Shellwords module, which generates a string from an
> array, suitable for shell evaluation.
>
> Ruby's implementation prefers escaping whitespace with a backslash
> rather than quotes. However, this appears to cause some kind of issue
> in Rsync when it computes argv from -e option.
The
2011 Apr 19
1
RSpec/Webrat Checking output is properly escaped
I want to test that the JSON response from a create action is
sanitized properly, but rspec or webrat appears to be parsing the
output into proper HTML chars instead of escaped characters. I have
verified that it escapes properly in the regular browser json
response.
The relevant RSpec test code is:
include ActionView::Helpers::TextHelper
include ActionView::Helpers::UrlHelper
it
2022 Sep 22
7
[Bug 3474] New: ssh_config can escape double quotes with a backslash
https://bugzilla.mindrot.org/show_bug.cgi?id=3474
Bug ID: 3474
Summary: ssh_config can escape double quotes with a backslash
Product: Portable OpenSSH
Version: v9.0p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee:
2010 Apr 19
1
Character escaping in item name
Hi!
In the rsync man page under " -8, --8-bit-output", it says:
. . .
All control characters (but never tabs) are always escaped, regardless of this option's setting.
The escape idiom that started in 2.6.7 is to output a literal backslash (\) and a hash (#),
followed by exactly 3 octal digits. For example, a newline would output as "\#012".
A literal backslash
2010 Jun 30
1
backslash escape characters in JSON strings
Hi,
I am trying to consume a web service that returns a JSON string, however,
when I run
> fromJSON(s)
Error: '\/' is an unrecognized escape in character string starting "http:\/"
because the string s contains a single backslash, which is the JSON escape
character, but R expects 2 backslashes, I think.
Is there anyway to preprocess the JSON string returned from the web
2002 Aug 20
0
[Bug 388] New: Escape character not updated from default of ~ in help message
http://bugzilla.mindrot.org/show_bug.cgi?id=388
Summary: Escape character not updated from default of ~ in help
message
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P4
Component: ssh
AssignedTo: openssh-unix-dev
2002 Aug 20
1
[Bug 388] Escape character not updated from default of ~ in help message
http://bugzilla.mindrot.org/show_bug.cgi?id=388
------- Additional Comments From wknox at mitre.org 2002-08-21 02:28 -------
Created an attachment (id=138)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=138&action=view)
Patch to print proper escape character in escape help
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching
[Bug 1917] New: Escape sequence (~) doesn't work right with ControlMaster/ControlPersist connections
2011 Jul 04
10
[Bug 1917] New: Escape sequence (~) doesn't work right with ControlMaster/ControlPersist connections
https://bugzilla.mindrot.org/show_bug.cgi?id=1917
Bug #: 1917
Summary: Escape sequence (~) doesn't work right with
ControlMaster/ControlPersist connections
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.8p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
2010 Jan 17
2
How to escape characters in Dialplan
Hello,
I'm using Asterisk 1.6.2.0 and I like to use escape characters with SendText,
because I can just delete the message from my phone (Thomson Speedtouch
ST2030) display by sending a return-char (\n).
But \n is not escaped: I tried already:
exten => 222, n, SendText(\n)
exten => 222, n, SendText("\n")
exten => 222, n, SendText('\n')
exten => 222, n,