Skip to main content

Questions tagged [special-characters]

Special characters (as they apply to programming) are language-specific reserved characters or symbols used to accomplish a specific task (e.g. wildcard characters, data type indicators, escape characters, etc).

special-characters
0 votes
0 answers
11 views

Microsoft Power Automate Forward Slash error in JSON text String

Having a bit of a problem with handling the naming of specific fields that grab data from SmartSheet and then pass this data to an excel file, just with 3 columns due to power automate not liking the ...
Nathaniel Petterson's user avatar
0 votes
1 answer
22 views

Jenkins Secret with Special Characters Gets Truncated in Shell Script

I'm facing an issue with Jenkins where a secret containing special characters (specifically $ and =) gets truncated when used in a shell script. Here are the details: I have a secret in Jenkins that ...
Luca Becchetti's user avatar
0 votes
0 answers
70 views

French Characters not being correctly represented in Delphi 2007

I have a Delphi 2007 application. We recently discovered that a few French accented characters do not display correctly: Œ : Displays as a ? or a boldened | œ : Displays as a ? or a boldened | Ÿ : ...
ramsaytk's user avatar
0 votes
0 answers
19 views

Selectize not showing results that starts with the character Ñ

I have a list with several options but the search is not showing the element that start with the Ñ character. If this character is in the middle of the string, it has no problems. here i copy the code ...
Luis Emmanuel Deprati Duque's user avatar
0 votes
0 answers
33 views

Spark : Read special characters from the content of dat file without corrupting it in scala

I have to read all the special characters in some dat file (e.g.- testdata.dat) without being corrupted and initialise it into a dataframe in scala using spark. I have one dat file (eg - testdata.dat),...
Prantik Banerjee's user avatar
-1 votes
0 answers
28 views

Special characters error decoding/encoding 'utf-8' Javascript/Python

The following code is made for to take a python code submission and encode and compare to the expected output in the db. However, when using special characters ('´', '~', 'ç') it does not convert ...
Donnavan Souza's user avatar
-1 votes
1 answer
36 views

Pushing text to a file in VBA that contains ", \, and > characters

I am trying to push text to a file that consists of the following string: <exportfolder value="C:\placeholder_loc" /> In this, the "C:\placeholder_loc" is a different ...
Cptnamr7's user avatar
-2 votes
1 answer
27 views

How to filter password user input char-wise for special characters, suppressing ESC sequences in Bash?

I'm trying to find a solution which can filter user input for a password char-wise via read command (not by read -e, which prevents directly responding to key strokes), filtering and handling special ...
fozzybear's user avatar
  • 117
-1 votes
1 answer
131 views

handling special characters while loading data from s3 into mysql

In my S3, I have a csv file that looks like this: "id","created_at","subject","description","priority","status","recipient", ...
x89's user avatar
  • 3,198
1 vote
3 answers
167 views

Add value with special characters to the key vault

Currently running a Powershell script in the pipeline to store the Standard Logic App Workflow URL to the Azure key vault. Running in the following issues: My script first calls en saves the result in ...
DJanssen's user avatar
1 vote
2 answers
50 views

ASP.NET MVC - unwanted characters in user input

I am developing ASP.NET MVC application, which is basically information system. We have a problem, that users of the application sometimes copy something from the email or something else into a user ...
renegato's user avatar
0 votes
0 answers
32 views

Trouble with hashdeep, fed by find, and unusual characters

I'm using hashdeep to calculate checksums, recursively for files. However, I need to exclude certain directories and so the solution would seem to be to use find to feed a file list to hashdeep. This ...
aghsmith's user avatar
  • 305
0 votes
1 answer
63 views

How to get the correct unicode from the HTML tag/text using javascript?

I am using Aspose to convert word to HTML and after converting the lists from word to HTML the symbols are something like <span style="font-family:Symbol"></span> this and on ...
bhavasagar's user avatar
0 votes
1 answer
114 views

Azure Pipelines Replace Tokens task not preserving special characters in input string

I'm facing an issue with the Replace Tokens task in Azure Pipelines, where it's not preserving special characters in the input string. Problem Description: When using the Replace Tokens task in Azure ...
Srikanth Mannepalli's user avatar
0 votes
0 answers
48 views

Single characters detection/recognition.Deleting of the special characters from image

I have an image which is look like this: enter image description here Reserve link: https://ibb.co/HVd9g3D And I want to delete all special characters from it to make it look like this: enter image ...
user176953's user avatar

15 30 50 per page
1
2 3 4 5
337