The invalid-characters tag has no wiki summary.
0
votes
1answer
42 views
robocopy script exclude files beginning with a “space”
I'm using the following script to backup my IIS and MySQL data directories to a SkyDrive folder than then uploads to the cloud, but SkyDrive has an issue with files beginning with a space or null ...
-2
votes
3answers
55 views
Error - invalid token '(' in class struct or interface member declaration in c# [closed]
My code is -
public partial class App : Application
{
HarvestApp.GoogleAPIManager GAPImanager = new HarvestApp.GoogleAPIManager();
List<Event>todayCalendar = ...
0
votes
2answers
38 views
Oracle SQL issue with selecting invalid chars
I'm having trouble with invalid chars that are created when concatinating two cells into one in Oracle 10g.
The string is then inserted into an xml file, and if an invalid char is inserted it breaks ...
0
votes
1answer
61 views
Removing SQL invalid chars Oracle PL/SQL
I'm trying to remove a square box char from a column that is being used to populate xml's
The problem is the xmls aren't being created correctly, and are creating a lot of work for me.
so as a ...
0
votes
0answers
130 views
Remove invalid JSON characters from an object's string property - ex: myObj.stringProp
I've got a WCF service returning a serialized object which I parse client side using $.parseJSON()
Works great 99% of the time. Unfortunately, it occasionally serializes invalid characters (ex: ...
1
vote
1answer
492 views
Why does VBScript say “Invalid Character” when using ExecuteGlobal to import a .vbs function library file?
I am encountering a "Invalid Character" error in my VBscript! In particular, within this block of code:
'*******************************************************************
'Import Code
'by Cheyne ...
0
votes
1answer
148 views
Invalid Characters causing error in rlm()
A data frame which has invalid characters in the column names is causing an error in rlm().
Taking a deeper look, it appears that within rlm() the variable xvars contains the names of the formula's ...
2
votes
2answers
575 views
'<=' invalid character constant [closed]
Hello I am getting an error on '<=' that it is an invalid character constant?
Any ideas why?
switch (ch)
{
case '+' : res = op1+op2;break;
case '-' : res = ...
2
votes
1answer
124 views
Git commit with invalid character on Windows
I got a Git repository that I accidentally pushed a file 4 commits ago that is located in (path relative to the repository root folder): /Core/C:/testoutput/agwqe1s.xml
I did this on my Linux ...
0
votes
0answers
75 views
800a0408 invalid_character in IIS 7.5
I have this error in the IIS 7.5 logs. It happens on a Classic ASP page that runs without problems on my local machine (Windows 7). The error happens on our development server (Windows Web Server 2008 ...
0
votes
1answer
84 views
Reference for invalid characters in Resource String Names? Is a “:” allowed?
I did a quick check on MSDN followed by a quick search here but I did not find anything definitively stating what characters are/are not allowed in .net resource string names. Currently I am trying to ...
1
vote
0answers
136 views
How can I detect invalid unicode code points in .NET?
I'm using some PInvoke calls (specifically GetWindowText()) and occasionally I get a string with invalid Unicode code points in it (probably due to bugs in the program whose window I'm looking at). ...
0
votes
2answers
94 views
Invalid characters in a HTML page
I'm using JavaScript to get the elements under the clicked elements in my website. And i'm sending the content to server side. But some times, i'm getting some invalid characters like â€, â–º,etc., ...
1
vote
1answer
324 views
Replacing symbol characters in PostgreSQL
I have data that contains a note field that is full of invalid characters due to a faulty exporting tool and imported from an excel spreadsheet (*.xls).
The character is erroring out in XML, saying ...
1
vote
3answers
293 views
c# Registry to XML Invalid character issue
I have a problem when trying to create an XML file from registry. On my laptop(W7 64b) it is working fine, the xml file is generated but on another computer (Xp 32b) an exception is thrown : ...
4
votes
3answers
368 views
Filtering string in Python
I am making algorithm for checking the string (e-mail) - like "E-mail addres is valid" but their are rules. First part of e-mail has to be string that has 1-8 characters (can contain alphabet, ...
0
votes
1answer
65 views
how to create a Uri with “.”
I have a string with "." like https://mysite.com/Relation=My.Test.AL.?Path=MySymbolPath
when I create uri from it
the "." is truncated. https://mysite.com/Relation=My.Test.AL?Path=MySymbolPath
...
1
vote
1answer
72 views
Can you get a Char 0x05 into an XDocument that will then throw on XDocument.ToString?
I have an XDocument that is throwing an invalid character (0x05) exception on ToString.
To help locate where I could be allowing a 0x05 char in where in the XDocument API can you let in a 0x05 ...
0
votes
2answers
261 views
SyntaxError: Invalid character '\u0008' message from the DOCTYPE tag
I am setting up a server and am getting a strange error I have never seen before:
It is complaining about line 1 in the source, but that is just the DOCTYPE tag!
<!DOCTYPE html>
<html ...
2
votes
1answer
318 views
How does StackExchange handle invalid characters in route URLs?
Scott Hanselman's post on using wacky chars in a Request URL, explains how IIS and ASP.Net security features can be circumvented to allow invalid characters to be passed on in a URL... but I am sure ...
0
votes
0answers
106 views
Need assistance reconciling PHP “T_STRING” error
Basically I'm stuck on a PHP 5.1.6 system for the time being and need json_encode() so I found this code. However, I can't figure out for the life of me why it's complaining about an invalid ...
3
votes
2answers
877 views
How to stop .net Xml Serialisation inserting illegal characters
Anything below 0x20 (except for 0x09, 0x0a, 0x0d i.e. tab, carrige return and line feed) cannot be included in an XML document.
I have some data coming out of a Database and being passed as a ...
2
votes
4answers
362 views
Encoding issue storing HTML in mySQL using PHP
I have built a CMS that allows HTML to be stored in a database. It all started off very simple. I displayed the HTML in a textarea using htmlspecialchars to prevent it from breaking the form. Then ...
1
vote
2answers
294 views
IIS7 Folder Name - Is the “+” character valid?
I'm attempting to create a Google Plus redirect like this...
www.domain.com/+
I have created a folder named "+" with a simple default.html file inside. Default.html is a default document and it ...
0
votes
0answers
362 views
How to remove branch with invalid character in name?
I mistakely created a branch ”sandbox” (with these ”), and when I try to delete it, i'm getting this message:
$ git push origin :”sandbox”
remote: Traceback (most recent call last):
remote: File ...
0
votes
1answer
110 views
Kohana 3 - In View ® shows invalid character
We are in the process of converting to UTF-8 throughout our site. For the most part we've not had any problems, but presently the ® symbol shows up in the views as an invalid character, but when ...
489
votes
4answers
36k views
Why aren't ◎ܫ◎ and ☺ valid JavaScript variable names?
I noticed that in Internet Explorer (but, unfortunately, not in the other browsers I tested), you can use some Unicode variable names. This made my day, and I was absolutely delighted that I could ...
1
vote
1answer
1k views
cin.clear() doesn't reset cin object
I have the following loop. It should read numbers until EndOfFile, or the user input -999
int arr[100];
int index;
for (index = 0; index < 100; index++)
{
cin >> arr[index];
if (!cin)
{
...
1
vote
1answer
131 views
How to access array element “Array ( [#text] =>”
I had an XML that I turned into an array to sort it, now I want to save it as an XML again. This would not be a problem if I didn't have the following: [caseid] => Array ( [#text] => 885470 ...
...
5
votes
3answers
3k views
xsl trying to ouput '<' as opposed to '<'
Update:
The issue still persists although it is not quite the same as before. Below is an example of what is being input, what is being output and what I want to have output
An example of the input:
...
0
votes
0answers
309 views
rails 3 + mysql - dealing with invalid characters when inserting into mysql
I am using rails 3 with mysql and am facing an issue with invalid characters when adding some text to my mysql db.
Following is the mysql command causing issues (from my server log):
SQL (2.1ms) ...
1
vote
2answers
307 views
Xhtml Invalid Characters?
I have made custom xhtml valdidator in .NET(validating through dtd + some extra rules) and I have noticed a discrepancy between my validation and w3c validation.
In my validator I get the following ...
4
votes
1answer
2k views
Check for valid utf8 string in Python
I'm reading filenames from file system and I want to send them as JSON encoded array. The problem is that files on file system can be stored in invalid encoding, and I need to handle this situation to ...
0
votes
2answers
417 views
Any PHP function to convert invalid characters in Cookie?
I got this: Warning: Cookie values can not contain any of the following ',; \t\r\n\013\014'
is there a function to remove those? and also convert the "+" sign in to %2B ?
2
votes
2answers
994 views
ASP.NET Invalid character in a Base-64 string
I recently implemented ELMAH on my site and I have noticed that we frequently get the "Invalid character in a Base-64 string" error. I have never triggered it myself and none of our users have ...
1
vote
1answer
394 views
Strange Characters in XML File (from User Input?)
Hey guys, I have an application that saves data using XML. I recently received a bug report from a user who is unable to open her data file. The parser apparently failed when it encountered a bad ...
5
votes
4answers
7k views
removing invalid XML characters from a string in java
Hi
i would like to remove all invalid XML characters from a string.
i would like to use a regular expression with the string.replace method.
like
line.replace(regExp,"");
what is the right regExp ...
5
votes
5answers
1k views
SQL invalid conversion return null instead of throwing error
I have a table with a varchar column, and I want to find values that match a certain number. So lets say that column contains the following entries (except with millions of rows in real life):
...
0
votes
3answers
262 views
Invalid character string partly recognized? c++
BLUF: In this function, \' prompt the error message but not \?, Why?
char key[] = "\a\b\f\n\r\t\v\\\'\"#%&*;:<>\?/{|}~";
if (strpbrk(*local_str, key) != NULL )
{
...
2
votes
1answer
2k views
filter/remove invalid xml characters from stream
First things first, I can not change the output of the xml, it is being produced by a third party. They are inserting invalid characters in the the xml. I am given a InputStream of the byte stream ...
6
votes
2answers
4k views
Parsing invalid ampersands with Android's XmlPullParsers
I am writing a little screen-scraping app that consumes some XHTML - it goes without saying that the XHTML is invalid: ampersands aren't escaped as &.
I am using Android's XmlPullParser and ...
-2
votes
2answers
884 views
VB6 How to deal with the file name having invalid character
I have created an application in VB6. I have to read attachments of a mail of client.
But attached file has a name with invalid characters. I want to make the copy of it but my application cannot do ...
3
votes
2answers
2k views
How To Parse XML With Invalid Characters in Node Name?
So I'm trying to parse some XML, the creation of which is not under my control. The trouble is, they've somehow got nodes that look like this:
<ID_INTERNAL_FEAT_FOCUSED_EXPERTISE_(MORNINGSTAR) ...
4
votes
3answers
1k views
Will string.Trim() ever remove *valid* characters from a filename?
I'm creating a class to store a filename. To do so, I need to know exactly which characters are invalid and exactly which characters are invalid as leading/trailing characters.
Windows Explorer ...
3
votes
4answers
37k views
Base64 String throwing invalid character error
I keep getting a Base64 invalid character error even though I shouldn't.
The program takes an XML file and exports it to a document. If the user wants, it will compress the file as well. The ...
54
votes
8answers
25k views
C# Sanitize File Name
I recently have been moving a bunch of MP3s from various locations into a repository. I had been constructing the new file names using the ID3 tags (thanks, TagLib-Sharp!), and I noticed that I was ...
11
votes
4answers
3k views
Is there a Python library function which attempts to guess the character-encoding of some bytes?
I'm writing some mail-processing software in Python that is encountering strange bytes in header fields. I suspect this is just malformed mail; the message itself claims to be us-ascii, so I don't ...
0
votes
1answer
1k views
Struts2 Annotation-Validators for Invalid Chars
While using Struts2, I am using several annotations to do my validations inside the Model class, in the set() methods, like:
@RequiredStringValidator(message = "Name is required")
...
5
votes
9answers
10k views
XSLT: Cannot get xslt to output an (&) even after escaping the character
I am trying to create a query string of variable assignments separated by the & symbol (ex: "var1=x&var2=y&..."). I plan to pass this string into an embedded flash file.
I am having ...
13
votes
5answers
35k views
Valid characters in a Java class name
What characters are valid in a Java class name? What other rules govern Java class names (for instance, Java class names cannot begin with a number)?

