special-characters Questions
3
Solved
How can I fully render HTML special characters codes in my Vue template?
For instance I have this JSON data:
[{"id":"post91","slug":null,"title":"Breakf...
Troostite asked 22/10, 2017 at 13:15
6
Solved
I have been given an export from a MySQL database that seems to have had it's encoding muddled somewhat over time and contains a mix of HTML char codes such as & uuml; and more problematic char...
Jazzy asked 20/2, 2013 at 12:46
3
Solved
I have a CSV and I want to check if it has all the data it should have. But it looks like ZWNBSP appears at the beginning of the 1st column name in the 1st string.
My simplified code is
@Test
void ...
Atonality asked 4/5, 2022 at 5:39
5
the problem is to remove some strange, characters from domain name, but keep special unicode characters such as accented letters (german, danish of polish language)
For example: radisson-blu.es, y...
Rhody asked 16/7, 2012 at 13:48
6
Can anyone suggest me how to check if a String contains full width characters in Java? Characters having full width are special characters.
Full width characters in String:
abc@gmail.com
Half w...
Filicide asked 8/4, 2015 at 7:52
8
Solved
Which characters are allowed in GET parameters without encoding or escaping them? I mean something like this:
http://www.example.org/page.php?name=XYZ
What can you have there instead of XYZ? I thin...
York asked 21/9, 2009 at 16:59
29
Solved
I want to remove all special characters from a string. Allowed characters are A-Z (uppercase or lowercase), numbers (0-9), underscore (_), or the dot sign (.).
I have the following, it works but I...
Demote asked 13/7, 2009 at 15:33
28
Solved
I found this code in Python for removing emojis but it is not working. Can you help with other codes or fix to this?
I have observed all my emjois start with \xf but when I try to search for str....
Averse asked 29/10, 2015 at 2:3
3
Solved
I am trying to write a $ sign in a Text
Text("Refer and Win 10 000 $")
I get an error
What is the correct way to write this?
Immix asked 8/6, 2018 at 18:0
11
Solved
I would like a RegExp that will remove all special characters from a string. I am trying something like this but it doesn’t work in IE7, though it works in Firefox.
var specialChars = "!@#$^&%...
Poignant asked 7/12, 2010 at 8:47
8
Solved
I am working on decoding text. I am trying to find the character code for the — character, not to be mistaken for -, in ASCII. I have tried unsuccessfully. Does anybody know how to convert it?
Maronite asked 27/4, 2012 at 20:47
4
Solved
Could you please help me?
I have created a git branch with wrong name and I am not able to delete it because the name contains some crazy characters. I copied and pasted the name and unfortunately ...
Sluff asked 21/12, 2016 at 14:1
27
How do I block special characters from being typed into an input field with jquery?
Pa asked 21/5, 2009 at 22:50
10
Solved
What was the original historical use of the vertical tab character (\v in the C language, ASCII 11)?
Did it ever have a key on a keyboard? How did someone generate it?
Is there any language or sy...
Madrepore asked 1/8, 2010 at 2:41
19
How do you check if a String contains a special character like:
[,],{,},{,),*,|,:,>,
Pursue asked 25/11, 2009 at 8:15
5
Solved
I have the following code
if "%userInput%"==""" (
do_something
)
I would like it to detect if the %userInput% is a quote("). However, this code throws an error.
How to detect if input is a quo...
Serle asked 15/9, 2017 at 11:40
4
Solved
I am trying to write a function to truncate strings with special characters in golang. One example is below
"H㐀〾▓朗퐭텟şüöžåйкл¤"
However I am doing it based on the number of characters allowed and ...
Aubert asked 26/9, 2017 at 0:4
6
Solved
The man page of cat says:
-v, --show-nonprinting
use ^ and M- notation, except for LFD and TAB
What is the M- notation and where is it documented?
Example:
$cat log -A
wrote 262144 bytes from fi...
Hon asked 22/6, 2017 at 8:38
8
Solved
I am using php and I was wondering if there was a predefined way to convert foreign characters to their non-foreign alternatives.
Characters such as ê, ë, é all resulting to 'e'.
I'm looking for...
Houseline asked 26/7, 2011 at 22:1
11
Solved
I have a TextView and I want to add a bullet symbol in my text through XML. Is it possible?
Greenberg asked 7/8, 2010 at 7:22
2
Solved
I seem to have enabled an awkward mode in my VS Code editor that i cant seem to backtrack.
I initially set my Ctrl + Alt + L keybinding to format the code in my editor. Which it initially did. Aft...
Schoolfellow asked 8/1, 2019 at 14:1
2
I ran into a new problem that I've never seen before: My client is adding files to a project we built and some of the filenames have special characters in them because some of the words are spanish...
Untwine asked 21/6, 2013 at 19:24
8
Solved
I did a search in this repository and I didn't find any similar questions or may be my search was incorrect.
I have this problem in my clients environment, a custom application is creating directo...
Establishment asked 14/6, 2012 at 6:8
8
Solved
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 my text
✓ this is my text
✓ this is my text
✓ this ...
Tachymetry asked 7/12, 2015 at 19:51
3
Solved
I am using Scanner to scan a .txt document in Java. However, when I open the .txt document in Eclipse, I notice some characters are not being recognized, and they are replaced with something that l...
Hedve asked 30/6, 2013 at 0:0
1 Next >
© 2022 - 2024 — McMap. All rights reserved.