Most voted "accentuation" questions
Accentuation refers to the combination of diacritical signs with letters of the alphabet. Use this tag on questions about the correct handling of accented characters in a computer program. If the question is more general in character, consider the "Unicode" tag instead.
Learn more…96 questions
Sort by count of
-
1
votes2
answers3531
viewsProblem with accentuation - R
I try to solve the problem of accents with this script: Mapa@data$NAME_2 <- Mapa@data$NAME_2 %>% as.character() %>% stri_trans_general("Latin-ASCII") %>% toupper() But when I open the…
-
1
votes1
answer602
viewsExchange accented characters for accented characters
There’s some kind of method of me making a replace in characters based on CASE? I’m looking for something like this: UPDATE foo SET bar = SUBSTRING(bar, "Ã","ã"); -- se o caracter for LOWER -> ã…
-
1
votes0
answers651
viewsHow to draw frames on the console, along with accented words?
I use the function BoxDraw below to draw frames, in a program with output in text mode (console). I cannot use this function if I use accent words, because when I include the library <locale>…
-
1
votes3
answers1431
viewsPage showing interrogation and bench showing accent?
On my page, if I type some accent inside some tag, it is shown normal; If I send some accent via form to the bank, in the table appears (á) and in the page appears the normal accent. (á) ; If I…
-
1
votes2
answers293
viewsAccentuation in the directory
I have a directory location problem when it involves an accentuated file or folder. Follow the section below where I try to capture the file size: $filepath = "$novocaminho".utf8_encode($arquivo);…
php filing-cabinet directory accentuation zend-framework-2asked 7 years, 3 months ago Jonathan de Toni 1,260 -
1
votes1
answer131
viewsmysql PHP problem when using trema
I need to develop a script that checks for an accented character with trema in the string and saves a string variable without the trema. The script I list below compiles //Checa Especial…
-
1
votes0
answers52
viewsProblem Accentuation
Friends, I have a problem, all the accents you have in the program that I made using Tomcat are with "?" as an example: Atrav? s, informs?? es,? ndices. in the pom I set up: <properties>…
-
1
votes1
answer1450
viewsProblem with accents, C# App Console
Read and save the file public void LereGravar() { Console.WriteLine($"{DateTime.Now.ToString()} - Processamento Iniciado, Lendo Arquivo"); //Procura dentro da Pasta DirectoryInfo Dir = new…
-
1
votes0
answers60
viewsHow to include words without accent in search results - PHP, Mariadb
Please, I need a little bit of your wisdom and patience. I’m developing a website, which has a search page, and I need to make the results presented "Accent insensitives". That is, if the person…
-
0
votes2
answers1487
viewsAccent + $http.get
I’m having trouble making an Ajax call using Angularjs because the strings that have accents are returning null, in response to the call, my PHP is returning a JSON json_encode($data), and upon…
-
0
votes1
answer1008
viewsError when inserting data accentuated
I am sending the data by URL to my webservice if I put the path by example web browser in Chrome: meuwebservice/inserirusu/João_da_Silva/fotógrafo and call a method to display shows so: Nome: João…
-
0
votes0
answers38
viewsProblem to register User by android accent error
To sending the data by URL to my webservice if I put the path by the example web browser in Chrome: meuwebservice/inserirusu/á already by android he has this exit meuwebservice/inserirusu/%C3%A1 My…
-
0
votes1
answer1038
viewsSqlite android query() / like with accents and without
How to make a query in Sqlite for Android that searches both accented and not accented words? For example: String[]ARGUMENTOS = {"%"+argumento+"%"} query(TABELA_CIDADES, COLUNA_NOME, NOME + " like…
-
0
votes1
answer75
viewsProblem replacing accented characters
The function preg_replace is not behaving the way I predicted. By executing the code $string = preg_replace("/[ÁÀÂÃÄáàâãä]/", "a", $string); what I get back is a string filled with "a"s. If the…
-
0
votes2
answers59
viewsAccentuation of the database not accepted on the site
I have a text in the database but the site does not assume the accentuation of type ã, á, ç and puts in place of those letters some strange characters: My database is with latin1_swedish_ci grouping…
-
0
votes0
answers50
viewsPHP does not display accept UTF-8 character input (accented characters) in interactive mode (REPL)
I’m trying to make use of the command line to make a small change to the server, namely I’m using PHP in the command line in interactive mode, but I noticed that PHP is not accepting accented…
-
0
votes1
answer386
viewsCompile C Error in Gcc - Accentuation
Compiling the C code in GCC, and then running it. An accentuation error occurs: PROGRAM: #include <stdio.h> int main() { printf ("Bem Vindo ao Nosso Jogo de Adivinhação"); } Command Terminal:…
-
0
votes1
answer66
viewsRealm - Search for content with accentuation
From what I’ve read, the Realm is not yet up for accentuation. I wanted to know if there is any way to query the Realm data ignoring the accentuation. For example, I search for "veterinario"…
-
0
votes0
answers78
viewsEdit Latex in Vim and Aspell - Accents
Hi, I’m trying to use VIM to edit a Latex file. When writing the text in Latex in the same I can accentuate normally, having difficulty to correct it in Aspell or Texmaker: I write in VIM:…
-
0
votes2
answers425
viewsAccent error in IDE editor - Linux
I’m having stress issues in the 'Netbeans' and 'Android Studio IDE’s'. My operating system is linux Elementary os [Elementary OS 0.4 Loki] Only id accentuation characters are not typed. This is not…
-
0
votes0
answers145
viewsRefusal of accent with . bat
I have a . bat that when executed calls a script. My problem is that the files that are called by the script have "ç,á," type accents, things like that. So when he looks for the file, he can’t find…
-
0
votes1
answer697
viewsHow to perform a search disregarding Firebird special characters in the WHERE Clause
I’m making a View and Clause WHERE it does not accept a filter of this 'Temporary' only if removing the accent Ex: 'Temporario'. CREATE VIEW VWORDEMPRODUCAO ( CODEMPRESA ) AS SELECT F002 AS…
-
0
votes2
answers167
viewsHow to filter so that accents are not differentiated in Google Sheets?
Hello, I have a column with names of cities, that the names are placed in different ways: "São Paulo", "SAO PAULO", "Sao Paulo", "São Paulo", etc. I need to filter this column, even with a script,…
-
0
votes3
answers814
viewsProblem with accentuation when saving text in the database
Good morning guys, I have the following problem. My system makes changes to a table in the database, if the content is inserted directly by script in postgres, the accent works normally, but when…
-
0
votes1
answer197
viewsAccent code page in Command Prompt
When updating my system application, a command line is called to execute a script to update the database. The script calls the tool Isql of Firebird sending as parameter the file that contains the…
-
0
votes1
answer111
viewsI cannot save scripts accentuated (Python)
Hello, everyone. I’m a beginner in python (and programming in general) and I’m trying to learn from small, easy code. I was trying to make a script and I noticed that when I wanted to save it just…
-
0
votes0
answers110
viewsVS Code terminal does not read accented words
I press the button to accentuate and it still appears without accent Already in the terminal of the system works normal…
visual-studio-code terminal accentuation characters mintasked 3 years, 11 months ago Ranieri Feliciano 1 -
0
votes1
answer488
viewsProblem with accented JSON text - Android + Retrofit
I am consuming data from a webservice that returns a list with JSON objects, this way: [{"idPDV":3062,"nomeFantasia":"SEBASTIÃO JOSÉ DOS SANTOS","endereco":"RUA MANCHE CATAN DAVID,…
-
0
votes0
answers582
viewsC - when I use the site. h scanf does not work well
I’m creating a database. I used the locale.h and setlocale(LC_ALL, "Portuguese") for accents and cediles to appear on the windows command line. Because of this when I make one scanf of an…
-
0
votes1
answer869
viewsIn pandas and unidecode, how to avoid warning messages - copy of a Slice from a Dataframe?
In Python3 and pandas I am reading CSV files to create dataframes. In some columns I need to remove the accent (English). I do it with unity But in some files appears a warning message import pandas…
-
0
votes0
answers190
viewsHow to format REST API display in browser using PHP
I am building a Rest API using PHP. The data are accented correctly from the database and arrive in the application also correct. The problem is trying to access the API address from the browser. I…
-
0
votes2
answers842
viewsSharp word problem from Mysql database
I’m using this query to show data coming from a Moodle database, but the words that have accents are shown with a query, I’ve used two types of charset utf-8 and ISO-8859-1 but the error continues,…
-
0
votes0
answers26
viewsAccentuation Problems - PHP and HTML
I have checked on several sites, I did several tests and so far I could not solve my problem regarding centuação in php. I receive a small text in a variable, but when comes with accent appears very…
-
0
votes0
answers153
viewsOutput badly formatted accented C characters in Visual Studio Code
Although it is importing the library referring to accentuation, the outputs of the accented characters come out totally unnoticed of the normal. This problem only happens in Visual Studio Code, the…
-
0
votes2
answers329
viewsJavascript: remove accents and spaces
Good afternoon! Can someone help me solve the problem of how to remove accent and spaces. When selecting state Alagoas and city Barra de São Miguel, returns thus Barra de São Miguel.html and that…
-
0
votes0
answers21
viewsProblem with accentuating the function of writing the number by PHP spelling
Good afternoon guys, with a problem in the "Numberformatter::SPELLOUT" function in PHP, it serves to write the number in full, but even defining the language type PT_BR, it ta printing the accents…
-
0
votes0
answers47
viewsAccentuation in printing and blank fields
Good people, I am just about to explore the world of Velopers, so I will need a discount for the many mistakes in my little program. I didn’t find an answer here, so I’ll ask. The program below…
-
-1
votes3
answers5007
viewsAccent error in mysql
I’m having accentuation problem in the database of my site. For example, in the database the text is "electric", but is posted on the site as "theTrical" I tried some things, but now instead of…
-
-1
votes1
answer715
viewsAccentuation of indigenous names in the Oracle database
We have a situation of inclusion of records of indigenous names in the Oracle bank, where there is a variation of accentuation, and may have "e" or "u" with tilde. Our Oracle parameters (version 9i)…
database oracle character-encoding accentuation unicodeasked 5 years, 6 months ago Mauricio Adriano 21 -
-1
votes1
answer40
viewsAccent problem in text returned by Javascript file
Good evening, everyone Initiating javascript studies I made a js code that constitutes a guest control system for a party. The guest states his name and the name of the guest who invited him in an…
-
-2
votes4
answers3044
viewsProblem using Setlocale in C
Hey, guys, good morning. I’m starting in C programming (I come from Python and Javascript). I have a problem using the setLocale function, which defines the type of language used, allowing the use…
-
-2
votes1
answer120
viewsRename golang files without removing . from the extension
I need to rename files from a directory removing spaces and accents solved both but I had a side effect because I lost the . of extension. Follow the code link: Golang Playground Code: package main…
-
-3
votes1
answer131
viewsPHP accent problem
I need to solve the accentuation problem of the following code! <?php class SHIPPING_TRANSPORTAX extends ISC_SHIPPING { /////////////////////////////////////////////// function…
-
-3
votes1
answer127
viewsAccentuation in C
How do I accentuate the vowels without having to use the locale library. h ? I know that the £ matches the E as it would for the other vowels ?
-
-3
votes1
answer81
viewsFacebook Json - Problems with accentuation - Python
I’m trying to import the Friends.json file from Facebook, but I’m having trouble accentuating it. Friends.json file is something like: { "friends": [ { "name": "Marco Aur\u00c3\u00a9lio Ferreira",…
-
-4
votes2
answers139
viewsRemove special characters while maintaining accents
I have this function below: <?php $titulo = "Notícia Com Ácêntös"; $titulo_novo = preg_replace(array('/[^a-zA-Z0-9 -]/', '/[ -]+/', '/^-|-$/'), array('', '-', ''), $titulo); echo $titulo_novo; //…