Questions tagged as 'caracteres'

1
answer

How to remove a specific character from some specific strings inside a list in Python?

I have an example list: ['#[Header]', '#Application Name\tLCsolution', '#Version\t1.24'] I'd like to know how to remove a specific character, such as # of all elements in the list, or, if I prefer, only some elements, such as [0:1...
asked by 16.06.2018 / 20:32
1
answer

How to show congruent sign (≡) in cmd

I was trying to do a "design" with ascii in cmd but this character set exits: "Ôëí", I know it's because of the delimitation of the characters that cmd can display and etc., but can you help me?     
asked by 03.07.2018 / 05:36
0
answers

Remove accentuation of a string in C language [closed]

I'm having a college work on Threads and competition control (OpenMP) in C, which is giving me a bit of a headache. The work consists of taking text from any file and separating it from% cos_de% producers and consumers, where consumers...
asked by 05.12.2018 / 19:16
2
answers

How to remove specific position characters from a string?

I have a string read from a file that contains a data and the newline special character '\ n'. Example: dado = 'teste \n' First check the string size, so I can remove the last two characters, but how can I remove pointing to the character's...
asked by 29.01.2018 / 13:20
1
answer

What kind of recursively remove accented characters from file names

I tried other scripts I found on the internet (* the ones I found), but without success. So I want to know from some of you how to do this automated / recursive task. Shell Script Retrieved from: link set meta-flag on set output-meta on...
asked by 23.08.2018 / 23:15
1
answer

Character array does not write correctly

I'm doing a program to encrypt according to the Cipher of Caesar in Java. I came across the following problem in the code: package projects; import java.util.Scanner; public class Projects { public static void main(String[] args) {...
asked by 18.04.2017 / 16:21
2
answers

Function FWRITE is not writing in binary format in C language

I am not able to write data in binary to a file using the C language. Even using 'wb' the output of the file are characters. How can I proceed? Here's part of my code: void cadastrar(void) { if((fp=fopen("Jogos.dat", "wb"))==NULL)...
asked by 18.05.2016 / 14:01
2
answers

Help in printing code of repeated characters

I want to print only the characters that are repeated in the string and the number of reps. If it only appears once, I do not want to print it. I need help with the boolean expression. How do I check if the character is repeated? and has...
asked by 03.12.2017 / 06:25
1
answer

URL being generated incorrectly

I have a problem where my site's images are being pulled with special characters and makes some images inaccessible. For example: Url certain: eusou.fit/wp-content/uploads/2016/05/deltoides-quadriséries.jpg Url generated: eusou.fit/wp-cont...
asked by 19.02.2017 / 23:47
1
answer

Listing "Client" directories with PHP - Error when directory name has accent

Good morning. I have been there for at least two days trying to find a solution to the problem I am facing. I'm still new to php and so much trouble ... Well, the problem is this: I want to create a web application to use here in enterprise I...
asked by 25.07.2017 / 17:11