Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
3answers
2k views

.Net: How do I check for illegal characters in a path?

Is there a way to check if a String meant for a path has invalid characters, in .Net? I know I could iterate over each character in Path.InvalidPathChars to see if my String contained one, but I'd ...
4
votes
2answers
1k views

How to detect illegal UTF-8 byte sequences to replace them in java inputstream?

The file in question is not under my control. Most byte sequences are valid UTF-8, it is not ISO-8859-1 (or an other encoding). I want to do my best do extract as much information as possible. The ...
4
votes
6answers
1k views

In PHP when submitting strings to the database should I take care of illegal characters using htmlspecialchars() or use a regular expression?

I am working on a form with the possiblity for the user to use illegal/special characters in the string that is to be submitted to the database. I want to escape/negate these characters in the string ...
4
votes
5answers
24k views

Invalid Characters in XML

I am working with some XML at the moment. I have nodes that hold strings like below: <node>This is a string</node> Some of the strings that I am passing to the nodes will have ...
2
votes
3answers
208 views

What's the illegal character in this string ? I'm getting MSBUILD : error MSB3095

I'm creating some build definitions in TFS2010 without problem until now. MSBUILD Command: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe /nologo /noconsolelogger ...
2
votes
4answers
1k views

Will URLEncode fix this problem with illegal characters in file names (C#)?

I'm building an application that uses an elaborate API to fetch data from Youtube, and the data files are saved with the name of the corresponding video as the file name. However, my program is ...
1
vote
0answers
132 views

Is there a built-in way to remap illegal characters in Samba when sharing with Windows?

I have a samba share set up in ubuntu. Many of the folders and filenames contain : which is an illegal character in Windows. Samba's default action when dealing with illegal characters is to mangle ...
1
vote
1answer
102 views

Replace chars if not match

I'm looking for a regular expression that removes illegals characters. But I don't know what the caracters will be. I explain : In a process, I want my string match ([a-zA-Z0-9/-]*) So I would like ...
1
vote
4answers
747 views

How to prevent illegal characters to appear in my XML when retrieving it from SQL Server

Sometimes the string values of Properties in my Classes become odd. They contain illegal characters and are displayed like this (with boxes): 123[]45[]6789 I'm assuming those are ...
1
vote
2answers
331 views

Helper for removing illegal characters?

I am using a user input string to create a url and I only want the url to contain lowercase letters and hyphens e.g. example.com/this-is-a-url In my model, I have added so far: def to_param ...
1
vote
2answers
1k views

Remove & character from string objective c

How would I go about removing the "&" symbol from a string. It's making my xml parser fail. I have tried [currentParsedCharacterData setString: [currentParsedCharacterData ...
1
vote
2answers
810 views

What are all the illegal characters in the XFS filesystem?

Could someone provide (or point me to a list) of all the illegal characters in the XFS filesystem? I'm writing an app that needs to sanitize filenames. EDIT: Okay, so POSIX filesystems should allow ...
0
votes
3answers
65 views

Illegal characters in path while saving file

Hi I m getting this error when I save a file in asp.net. I have put my application inside a folder containing space in the name. Illegal characters in path. System.ArgumentException: Illegal ...
0
votes
2answers
93 views

How can I filter out this illegal javascript character? It's being generated at run time

I am attempting to generate a custom tooltip using Microsoft Chart Controls. Microsoft Chart Controls support the ability to use keywords which helps automate the data you wish to display. For ...
0
votes
2answers
126 views

Need help removing ORA-00911 error while using oci_execute()

I am using following code to generate the SQL. $sql = "INSERT INTO SUBSTATION VALUES (". "SEQ_SUBSTATION_FEATURE_ID.NEXTVAL, ". "'".$_REQUEST['substationName']."', ". // ...
0
votes
3answers
118 views

How to get rid of these illegal characters ?

 Apple  Bat  Cat  Rat  Mat  Fat I want to get rid of these illegal characters. Can you suggest some solution. I am using php as programming language. These appears when i paste ...
0
votes
1answer
249 views

Android Project Compiled with Ant doesn't compile, Illegal Character Error

I am using ANT to compile an Android app that I have built. It sounds weird and probably doesn't make a difference, but I used the Android SDK to build a new project and then I used .NET to ...
0
votes
1answer
277 views

JSON httpget URIsyntaxexception with illegal character in query

07-25 20:05:28.276: ERROR/log_tag(940): Error in http connection java.net.URISyntaxException: Illegal character in query at index 58: ...
0
votes
3answers
172 views

The “illegal character” in jquery appendTo()

here is my jquery appendTo() code: $('<li><a href="javascript:void (0)" ...
0
votes
4answers
332 views

How to filter illegal/forbidden filename characters from user's keyboard input in JTextField?

I want to filter user's keyboard input for illegal/forbidden filename characters in JTextField. I have already set uppercase filter in JTextField. DocumentFilter dfilter = new UpcaseFilter(); ...
0
votes
1answer
298 views

How to transform Source with invalid XML characters

I am working on a case where I need to clean invalid XML characters I receive from a SharePoint web service. I know fixing the source is the right thing to do - however this issue has been reported ...
0
votes
0answers
601 views

ASP.NET MVC - Illegal characters in path - redirect from Application_Error

In my application I generated few url which contained " (double quotes), unfortunately. I corrected the url's but google bot already indexed wrong urls. Now I get quite often following exception: ...
0
votes
3answers
209 views

Valid characters for URI schemes?

I was thinking about Registering an Application to a URL Protocol and I'd like to know, what characters are allowed in a scheme? Some examples: h323 (has numbers) ...
0
votes
2answers
713 views

Android: Parsing URL into web service without space character

All I want to do is to send a URL String into my RESTFUL web service with some kind of code like this URL someURL= new URL("http://myWebService:port/service/"+CharSequence.getText()); Its all going ...
0
votes
2answers
501 views

illegal character in jsonp response

Hi i am doing an exercise where I am trying to scrape content of nytimes website using javascript/ajax. In order to send cross domain ajax request I am using a proxy server that returns me jsonp ...
0
votes
2answers
115 views

Django: How can I determine why Django isn't displaying certain data?

I have a Django app that runs a tool and displays the results from the tool back to the user using a Django template. Sometimes Django does not display the results. It doesn't complain about anything, ...
0
votes
3answers
665 views

Illegal Character in File Name

During my file upload process, I found illegal character getting saved in Table. zurück.pdf, C _Word.doc were the file names. Here ü, space between C and _Word was found as ? in the Table Column. I ...
0
votes
1answer
133 views

VB.NET Debug Error

I get this error "Illegal characters in path" for this code: Dim strm As System.IO.FileStream strm = New System.IO.FileStream(filepath, IO.FileMode.Open, IO.FileAccess.Read)
0
votes
3answers
533 views

Best way to find illegal characters in a bunch of ISO-889-1 web pages?

I have a bunch of html files in a site that were created in the year 2000 and have been maintained to this day. We've recently began an effort to replace illegal characters with their html entities. ...
0
votes
4answers
1k views

illegal character, Javascript

I am trying to run jquery through a rails app. I have the edit information in a popup window and i want to change that to show information after they click update. It should work but this line ...
0
votes
1answer
716 views

Firefox and magically appearing character (Â) when unescaping an ®

I'm unescaping an ® (registration character) in firefox to be submitted in a form, since actually typing that character into Javascript causes the script to behave strangely. However, I must use the ...
0
votes
3answers
8k views

System.ArgumentException illegal characters in path

I am using Path.Combine, and one of the strings contain a Unicode characters. I get {System.ArgumentException} exception; illegal characters in path. According to MSDN filepath/name can have unicode ...