Questions tagged [accent-sensitive]

Collation which recognizes difference between the accented and unaccented versions of letters for sorting purposes. (opposite of accent-insensitive)

47 questions
0
votes
2 answers

Bibtex wrongly compiles accent mark

I am attempting to compile my latex file and I have a source with author's last name with an accent mark (two dots above the letter o). In the preamble of my file, I…
user1723196
  • 125
  • 1
  • 10
0
votes
1 answer

ASP.NET Core 3.1 - Code behind string with accent character issue on IIS server

I have a strange issue with a string that contains accented characters in the code behind of a razor page in .NET Core 3.1. When I run the code in VS2019 or my local IIS, everything works fine, the string is displayed and injected in SQL using the…
0
votes
0 answers

Convert english characters to accent characters and symbols in java

I have a requirement where in i have a dropdown for some String texts which have accent characters as well as english characters. Now when i search with English characters i should be able to search for its equivalent accent characters as well.…
sTg
  • 4,313
  • 16
  • 68
  • 115
0
votes
1 answer

Accent character in path of JSON functions in MS SQL Server cause error

We keep some JSON's in our database as NVARCHAR. Before inserting, we validate JSON with "IsJSON" function. The problem is we have a JSON with Accent character in the keys like "Malārd". IsJson returns 1 which means it is a valid JSON but when we…
iman kazemi
  • 522
  • 5
  • 15
0
votes
0 answers

Accented letters and their base letter is having same ascci value

I am using ascii conversion to remove all letters/ characters other than a-z, A-Z and 0-9 from a string. But when I am trying the same, I am getting accented letters. While giving CustomerName with 'āb' its converted to 'ab' But my expected result…
Alias Varghese
  • 2,104
  • 3
  • 24
  • 52
0
votes
1 answer

Accent sensitive FULL TEXT search (MySQL)

Hopefully I just can't see the forest for the trees but my full text search behaves very strangely and I cannot solve this by myself. (I tried to search for a solution but so far no luck, so any help is greatly appreciated.) So my problem is: if I…
Catso
  • 113
  • 12
0
votes
1 answer

How to decode base64 string and get the correct characters including the accents?

I must decode with golang a string that contains words in Spanish, with accents and special characters. But what I have tried does not work. Could you please guide me on the right path, to get what I need. Thanks in advance. This is my current…
0
votes
3 answers

invalid syntax when working with french accents

Well, I'm trying to clean my file which have codes for french accents: #353= IFCPROPERTYSINGLEVALUE('Charge d''\X2\00E9\X0\clairage sp\X2\00E9\X0\cifi\X2\00E9\X0\e par surface',$,IFCREAL(10.7639104167097),$); I created this little function: def…
Pim92
  • 99
  • 1
  • 5
  • 15
0
votes
0 answers

MongoDB with Java - Accents gone once stored

I have some .txt files which I have stored in MongoDB, but every accent once stored turns into a weird symbol. As far as I know, MongoDB should store as UTF-8, so I have no idea why my accents are like that. I can't use other languages and I have…
0
votes
1 answer

UTF8 String With Accents In Opal

I'm trying to use a UTF8 string with accents in Opal. Ruby Code: test = "Français" puts test $document['#test'].inner_html = test Compiled JavaScript : test = "Fran\xC3\xA7ais"; self.$puts(test); return (($a = [test]), $b =…
elphoton
  • 1
  • 1
0
votes
1 answer

SQL Server accent sensitivity collation issue with except intersect operations

I'm using SQL Server 2014 Enterprise. I have received a number of different databases from a client where I need to check tables, column names, number of records between databases. I've run into collation issues when using the Except…
0
votes
0 answers

MySQL - Order accented vs not-accented characters, non-accented first

Note that this question is NOT about searching for (non)accented characters. Suppose I have a table where there is a column name, with collation utf8mb4_unicode_ci. This collation works perfectly for the purpose of selecting the base selection in a…
jave.web
  • 13,880
  • 12
  • 91
  • 125
-1
votes
1 answer

How to convert pokémon to accent e

I'm receiving string from the back-end which is pokémon but it should be pokémon this is why I'm trying to find a way to convert é in the string to é but couldn't find any solution for that My meta tag is utf-8 Tried normalizer
-1
votes
1 answer

Java StringEscapeUtils.escapeHtml4 as regular text

My target is to display special letters of message as regular text after using StringEscapeUtils.escapeHtml4. Text example:

éô

My expected result is to make all the HTML tags being escaped, but not the text,…
Constantine Ch
  • 131
  • 3
  • 13
-1
votes
1 answer

How to remove special accents of some language from table in SAS Enterprise Guide?

I have table in SAS like below: col1 ---------- A꣟ ABCóó śdźcąę ... Of course I have also many more columns in my table, but I need to remove accents from letters in above table , so as a result I need something like…
unbik
  • 178
  • 9