Top "Illegal-characters" questions

any of various circumstances where an invalid or unexpected token causes errors, or otherwise invalidates a data stream

What does an unexpected token mean and can I solve it?

Android Studio is telling me that there are some "Unexpected Tokens".. what are these?? screenshots: error in code error in …

android json token illegal-characters
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 …

standards-compliance illegal-characters url-scheme custom-protocol
Remove illegal characters while saving workbook Excel VBA

this code basically reformats an xls file and saves it as an xlsx. however it uses G2 & H2 to …

vba excel save-as illegal-characters
XML (de)serialization invalid string inconsistent in c#?

In C# (.net 4.0 and 4.5 / vs2010 and vs12) when I serialize an object containing a string having an illegal character using …

c# xml-serialization xmlserializer illegal-characters
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 (…

java encoding utf-8 inputstream illegal-characters
Illegal XML Characters When Declaring XML Variable In SQL

The Problem I am attempting to declare an XML variable and and set it equal to this XML file within …

sql sql-server xml illegal-characters
Check Objective-C String for specific characters

For an app I'm working on, I need to check if a text field contains only the letters A, T, …

ios objective-c xcode5 illegal-characters
Why does Python (IronPython) report "Illegal characters in path" when the word bin is used?

I am getting an "Illegal characters in path" error when doing chdir commands in Iron Python. This is happening in …

python ironpython illegal-characters