Questions tagged [invalid-characters]
191 questions
0
votes
1 answer
Highmaps logo string rendering invalid copyright character
When I create a HighMaps object, the map displays a message at the bottom with an invalid character (see red box):
This seems to render fine in all of the demos. Here is the HTML block that gets created when launched on my localhost:

jlewkovich
- 2,725
- 2
- 35
- 49
0
votes
1 answer
How to remove < and > in XMLthat is part of the XML message
I have XML that look as follows:
And the value itself contains a < bracket that makes the XML invalid
The XML contains a '<' character that makes the XML invalid.
Now the easiest way is to fix the…

cp5
- 1,087
- 6
- 26
- 58
0
votes
0 answers
Oracle invalid character list
I have a problem with a database where I suspect that there are some invalid characters. As far as I know, there could be invalid characters that are not able to insert in a registry, but I can't find which ones are.
Could any of you tell me which…

user3515963
- 1
- 1
0
votes
1 answer
JSON Parse : The Famous Unexpected Token
When I do an Ajax async call using JQuery it fails with the following message:
Syntax Error: Unexpected Token
So I capture the output and its
{"formattedBasePrice":"$30,000<\/span>","formattedTotalPrice":"

Clark Jeria
- 53
- 2
- 8
0
votes
1 answer
I have to find a char in a position in an xml file, how can I do?
I'm using Solr and it returned an error 500 and it says that there's an invalid utf8 middle byte at char 139212, how can i go to this char to see what's the problem?

diegodalbosco
- 63
- 1
- 6
0
votes
1 answer
Converting string to XmlDocument with loadXml
I am trying to convert string to xml with using of loadXML.
alex -> when string is well formatted for xml conversion, there is no issue.
5 < 3 -> but when string has invalid characters for xml value, it throws an…

user3217062
- 1
- 1
0
votes
1 answer
Batch - Delete folder and all files
I have a folder full of invalid files. The properties says the folder is 1.28TB, but my flash drive is only 8GB. I can't delete the files so I tried a batch file, but it didn't work. I'm not sure if my batch was wrong or what.
I tried two files I…

Ferret9
- 101
- 1
- 12
0
votes
3 answers
Copyright symbol "©" is invalid?
I had a simple footer part html in my application to declare my copy right and right reservation. HTML code as:
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>

cidy.long
- 417
- 12
- 35
0
votes
1 answer
Source Code has invalid characters �
Below is some code that is suppose to just return the source code of a page. However, this page's source code keeps coming back willed with webdings and invalid characters (hundreds of these �) . I've tried various header descriptions but none of…

MaylorTaylor
- 4,671
- 16
- 47
- 76
0
votes
2 answers
SQL Server Invalid column name exception
i'm getting exceptional error 'invalid column name'
but if use integer while inserting it is accepting.
please help i'm new to vb .net
Here Is the code
Imports System
Imports System.Data
Imports System.Data.SqlClient
Public Class Student
Dim…

Rohit
- 1
- 2
0
votes
1 answer
Writing to a file with C++ and Linux
I have to implement a buffered writer with C++ on linux. Now I've got a problem: I can write characters to a file, but in addition, the file is filled with invalid characters (in gedit the file is filled with \00 after the real characters).
Here's a…

hjoeren
- 549
- 1
- 5
- 12
0
votes
1 answer
XML: Invalid characters inside KEY
I am reading some parameters and generating a XML file with them. I have read a lot about special characters that should be escaped, in particular I have a function that escapes all the characters for the VALUE in the XML file (when no using…

estradjs
- 175
- 2
- 16
0
votes
3 answers
Invalid character breaking the script
I am using this code to create a string of javascript code, and running them from C# code behind.
It is working fine for normal values, but breaking when ' (apostrophe) is there in the values.
StringBuilder sb = new…

James
- 2,136
- 3
- 23
- 42
0
votes
2 answers
XSLT: Can't output `& ` even whilst trying to espace
Problem
I'm trying to escape & so that I can use js to redirect the user
Code
//first try
location.replace('//

Jamie Hutber
- 26,790
- 46
- 179
- 291
0
votes
1 answer
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 character and won't upload properly.
I don't care…

Reece
- 777
- 5
- 22
- 42