Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

28
votes
5answers
14k 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 ...
10
votes
4answers
19k 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)?
6
votes
4answers
2k 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 ...
4
votes
9answers
4k 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 ...
3
votes
2answers
2k 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 ...
3
votes
2answers
2k 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 ...
3
votes
2answers
1k 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) ...
3
votes
3answers
991 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 ...
2
votes
1answer
87 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
62 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 ...
2
votes
3answers
218 views

xsl trying to ouput '<' as opposed to '&lt;'

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: ...
2
votes
5answers
331 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): ...
2
votes
1answer
1k 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 ...
2
votes
4answers
19k 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 ...
1
vote
2answers
75 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 ...
1
vote
2answers
57 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 ... ...
1
vote
2answers
103 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 ...
1
vote
1answer
359 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
258 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 ...
0
votes
0answers
47 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 ...
0
votes
1answer
111 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
44 views

Kohana 3 - In View &reg; 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 ...
0
votes
1answer
120 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) { ...
0
votes
0answers
91 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) ...
0
votes
1answer
595 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
146 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 ?
0
votes
0answers
116 views

Serialization adds some weird characters “d3p1:” to return string

A third party web service method returns an object which we try to serialize into a string. When I use the following method to serialize the object, I see some text "d3p1:", "d4p1" prefixed with each ...
0
votes
3answers
157 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 ) { ...
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") ...
-2
votes
2answers
581 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 ...