diacritics
Ignoring diacritics when ordering alphabetically
I\'m making a Java app that receives some names from SQLite and puts them on a listbox. The thing is I want it to be开发者_Go百科 accurately ordered in an ascending alphabetical way (In Portuguese to[详细]
2023-01-14 14:08 分类:问答Remove diacritics from a string
Is it possible? This is my input string: ľ š č ť ž 开发者_开发知识库ý á í é Č Á Ž Ý[详细]
2023-01-14 02:44 分类:问答Accent insensitive search in InnoDB MySQL table!
I am working on a simple search script that looks through two columns of a specific table. Essentially I\'m looking for a match between either a company\'s number or their name. I\'m using the LIKE st[详细]
2023-01-14 02:17 分类:问答Saving accented characters from PHP script to Oracle DB
I\'m trying to save accented chars èòàèì to an Oracle DB in a VARCHAR2 field. I\'ve put开发者_高级运维[详细]
2023-01-13 07:37 分类:问答Removing diacritics in Polish
I\'m trying to remove 开发者_如何学JAVAdiacritic characters from a pangram in Polish. I\'m using code from Michael Kaplan\'s blog http://www.siao2.com/2007/05/14/2629747.aspx, however, with no success[详细]
2023-01-12 18:44 分类:问答Is there a way to get rid of accents and convert a whole string to regular letters?
Is there a better way for getting rid of accents and making those letters regular apart from using String.replaceAll() method and replacing letters one by one?[详细]
2023-01-08 21:02 分类:问答Flex - compare string without considering the accents
I have a compare routine ... but I need it to understand that when i search a \"e\" I also search for \"é\" or \"è\".[详细]
2023-01-08 11:42 分类:问答Ignoring diacritic characters when comparing words with special characters (é, è, ...)
I have a list with some Belgian cities with diacritic characters: (Liège, Quiévrain, Franière, etc.) and I would like to transform these special characters to compare with a list containing the sam[详细]
2023-01-07 00:50 分类:问答Removing accent marks (diacritics) from Latin characters for comparison [duplicate]
This question already has answers here: Remove diacritical marks (ń ǹ ň ñ ṅ ņ ṇ ṋ ṉ ̈ ɲ ƞ ᶇ ɳ ȵ) from Unicode chars[详细]
2023-01-06 22:10 分类:问答PHP include html page charset problem
after querying a mysql db using the code below i have generated an html file: $myFile = \"page.htm\"; $fh = fopen($myFile, \'w\') or die(\"can\'t open file\");[详细]
2023-01-05 23:07 分类:问答