Category "special-characters"

How do I allow restricted characters in the URL of a .net core application?

Previously, to allow for encoded special characters to be passed as part of a URL in a .net framework service, I've added this to the web.config file within the

Reverse string without affecting special character

I'm trying to reverse a string without affecting special characters, but it is not working. Here is my code: def reverse_each_word(str_smpl): str_smpl = "S

Escape special characters in Prometheus metric names?

When exposing Prometheus metrics from a legacy application, I find that some metrics contain invalid characters such as my.metric, my-metric, my:metric Instead

Are accents and special characters broken in Qt6?

I've got a Qt program that reads from csv files and saves the info into a database. There was no problem until i tried to update from Qt 5.15.2 to Qt 6.3. Now,

Why must < be escaped in an XML attribute?

I wonder a bit why < must be escaped in an XML attribute, e.g. <foo bar="3 < 4" /> From the surrounding (inside a tag, inside an attribute value) i

How to use tick / checkmark symbol (✓) instead of bullets in unordered list?

I have a list where I want to add tick symbol before list text. Is there any CSS that can help me to apply this way? ✓ this is my text ✓ this is

What is the special character VT? I need to replace it from MS SQL

Somebody left this special character in the SQL table It more looks like ♂ sign but thinner or a vertical tab Char VT sign, but when I copy it to word d

java program to print array element when index is entered by user

Forgive me if my question is stupid, I am a beginner, I found some Java code in which html components and some data were encoded and stored in array as string..

git delete branch with name contains special chars

Could you please help me? I have created a git branch with the wrong name and I am not able to delete it because the name contains some crazy characters. I copi

french accents giving "<?>" in http responses with correct charset (Java)

Calling an API that returns french sentences, all the accented characters are displayed like <?> in my java code, even if the charset is well defined (app

Is there a special character that cannot be typed or copied by user, but can be inserted/read by code into/from text?

I need to have a temporary delimiter, inserted server-side, that cannot possibly exist in content created by user. The purpose for this is to have prepared con

Is there a special character that cannot be typed or copied by user, but can be inserted/read by code into/from text?

I need to have a temporary delimiter, inserted server-side, that cannot possibly exist in content created by user. The purpose for this is to have prepared con