Skip to main content

Questions tagged [character]

Refers to a symbol that represents a letter or number. Also, the bit pattern used to represent such a symbol.

character
0 votes
0 answers
22 views

Why is count 2? (counting '\s' in a string) [closed]

Wrote a program to count the number of \s(whitespaces, line-terminators) in a string, the string has no whitespaces but the output says otherwise. The code - str="helloworldhisistext" count=...
LearnerK's user avatar
-4 votes
0 answers
44 views

How to type chinese character "bu" in Java [ 不 (bù)] [closed]

I need to print the chinese character "bu" which looks like this "不" in java. Can someone share the unicode for this? Also if someone has the comprehensive list of unicode ...
Sarwadnya Mutkule's user avatar
-1 votes
1 answer
52 views

How to delete every nth character of string? [closed]

I am trying to delete every 3rd character in string for some reason when i try the function it returns the message unchanged input: cat expected: ca output: cat let counter = 0 function decrypt(...
Vincent Schultz's user avatar
-1 votes
0 answers
22 views

How to add a maximum character count for multiple textfields + a function to block certain characters from being entered in a text field swift

I have been trying to do two things: Have a maximum character limit for a few text fields. This is an issue because they are not all the same in terms of the maximum character numbers (one text field ...
Mous772's user avatar
  • 11
0 votes
1 answer
19 views

Having an issue with Tyranobuilder, unexpected character issue

I am building a game using Tyranobuilder, I defined a character focus behavior on game settings, such that when a character joins the scene and speaks, they will be bright and when another character ...
dramaticlook's user avatar
1 vote
1 answer
23 views

Changing isolated words in R?

In R, I have a character vector like: vector<-c("BAKING CO", "NEW COBALT", "CO INC") I would like to convert the word "CO" to "COMPANY", but only ...
James Rider's user avatar
0 votes
0 answers
27 views

unity animator force parent state to do transition

I may have designed it wrong, but I want to achieve the following effect: No matter how many sub-state machines there are, they will switch immediately as long as I trigger LocomotionToActiveMotion. I ...
SoMuch SMx's user avatar
0 votes
2 answers
56 views

Excel: How to extract a certain word, from a list of words, from a range of cells?

I'm looking to extract the varietal type of a wine, from a list of wine names. There's no formatting consistency. I've got a list of 8 potential wine types (shiraz, rosé, chardonnay, etc.) and about ...
Russell Manning's user avatar
0 votes
0 answers
40 views

How to automatically calculate characters with spaces for a specific paragraph in word?

As stated in the title, I would like to automatically calculate all characters with spaces within one paragraph. The reason for this is, I am writing multiple articles and could not keep track of the ...
user22398690's user avatar
-1 votes
2 answers
97 views

Why does my if syntax not work in these conditions?

my method public void Add(Car car) { if (car.DailyPrice > 10 && car.BrandName.Length > 2) { _cars.Add(car); } else { ...
Sandalj's user avatar
0 votes
0 answers
26 views

Whisper transcribes Ukrainian speech, but writes it in Latin characters. How to fix it?

I wrote the code for transcription of Ukrainian speech, the Whisper transcribes, but saves the file written in Latin characters. I also tried it without setting language to Ukrainian. model = whisper....
McGuffin's user avatar
0 votes
0 answers
22 views

Running slide animation problem Unreal Engine 5

When my character is running and when I press "c" he is doing good animation for slide but the problem is that when animation is over the character is going back to the place where he was ...
Sven Petrović's user avatar
0 votes
0 answers
32 views

How to query special character '&' in Oracle? [duplicate]

I tried below query in Oracle, and it keeps on coming up and Input box with 'Enter Value for:'. Even though when it's changed to '%Hair & Beauty%', it still has the same issue. Any suggestions? ...
user17055053's user avatar
-1 votes
1 answer
61 views

how to print block like characters in unix

How can I make "▒" in unix shell script like this -->
charmander's user avatar
1 vote
0 answers
17 views

Is there a function in gdk/X11 to obtain a character from Deadkey+Key? ( e.g. ( 94(^) + A(65) --> Â(194))

I use X11 gtk gdk on linux C++ I can get a keyval from a keycode and shiftstate using gdk_keymap_translate_keyboard_state(). But I cannot see how this works for deadkeys because I need to process 2 ...
user3443063's user avatar
  • 1,571

15 30 50 per page
1
2 3 4 5
521