Questions tagged [invalid-characters]

191 questions
0
votes
2 answers

Error - invalid token '(' in class struct or interface member declaration in c#

My code is - public partial class App : Application { HarvestApp.GoogleAPIManager GAPImanager = new HarvestApp.GoogleAPIManager(); ListtodayCalendar = GAPImanager.GetCalendarEventsForDate(DateTime.Today); …
user2380428
  • 21
  • 1
  • 1
  • 1
0
votes
2 answers

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 the xml file. (The XML can be upto 8gb, and is a…
Ben Coughlan
  • 555
  • 3
  • 12
  • 23
0
votes
1 answer

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 scripted job each dayb I'm going to try to run sql to…
Ben Coughlan
  • 555
  • 3
  • 12
  • 23
0
votes
1 answer

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") @StringLengthFieldValidator(message = "Name must be between 5 and 60…
Fernando Barrocal
  • 12,584
  • 9
  • 44
  • 51
0
votes
2 answers

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. What is the reason for this? And how to correct…
Stranger
  • 10,332
  • 18
  • 78
  • 115
0
votes
1 answer

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 var uristring =…
toosensitive
  • 2,335
  • 7
  • 46
  • 88
0
votes
2 answers

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!
coneybeare
  • 33,113
  • 21
  • 131
  • 183
-1
votes
1 answer

My while loop doesn't loop in my code when user input an invalid character like a space, nothing, special characters, and and letters

I am trying to make a credit card checker which displays whether the input aka the card number is invalid, Mastercard, visa, or Amex. i want the code to re ask the user to enter a number if a user enters any letters, special characters, spaces, or…
Mussa Zeb
  • 1
  • 1
-1
votes
1 answer

How to receive only the specifier value type and printing an appropriate message when not?

scanf("%x", &hexa_decimal_num); I am trying to deal with the case of entering something wrong like "ZZ" and printing "Error!".
-1
votes
1 answer

how could write a program to get age as an input?

I wanna do this but i got 3 issues a s I commented: age = input("How old are you ? ") if type(age) != int: # this line does't work restart = input("invalid input. Do you want to restart ? [y/n]") if restart == "y" : #restart the…
-1
votes
1 answer

How to resolve "CREATEMULTIDEXMAINDEXCLASSLIST : error : Expecting class path separator ';'........."

Windowa 10 Visual Studio 2017 v15.9.7 Hi all, I have a Xamarin.Forms solution targetting Pie and a minimaum version of Ice Cream Sndwich.. I am having trouble building the Android project. After getting the error Java Exit Code 2 I have gone down…
AntDC
  • 1,807
  • 14
  • 23
-1
votes
2 answers

java.lang.NumberFormatException: Invalid int: "130 PHP"

I dont know how to solve this problem i cant find my error in codes pls help me solve it :( thanks! private void loadListFood() { cart = new Database(this).getCarts(); adapter = new CartAdapter(cart,this); …
Mary
  • 35
  • 1
  • 9
-1
votes
2 answers

Map invalid character to valid character while creating a file and back to original name when read filename

I need to map invalid characters to some other characters like "/" to "_" (forward slash to underscore) while creating a file because file name do not allowed to put slashes, question, double quotes etc. Suppose I have String name = "Message Test -…
Kushal Jain
  • 3,029
  • 5
  • 31
  • 48
-1
votes
1 answer

Invalid Token for JWT in Stormpath

I am using Stormpath SDK in a PHP application to generate JWT response. When handling the response I am getting the below error message. Token is invalid [developerMessage] => Token is invalid because the issued at time (iat) is after the current…
-1
votes
1 answer

how to manipulate CRLF in php?

Let us say I have string like below $comments = Windows Embedded Compact (Windows CE) or Windows Server. Defunct Windows families include Windows 9x and Windows Mobile. [CR][LF] [CR][LF] Microsoft introduced an operating environment named Windows…
Krishna
  • 39
  • 9
1 2 3
12
13