diacritics
regex in Vietnamese characters
I have one string and want remove any character not in开发者_高级运维 any case below: not in this list : ÀÁÂÃÈÉÊÌÍÒÓÔÕÙÚĂĐĨŨƠàáâãèéêìíòóôõùúăđĩũơƯĂẠẢẤẦẨ[详细]
2023-01-18 04:57 分类:问答custom Analyzer using ASCIIFoldingFilter not replacing diacritics
We have an issue with a custom Lucene.NET Analyzer which uses ASCIIFoldingFilter and LowerCaseFilter.[详细]
2023-01-17 21:49 分类:问答Case and accent insensitive 'like' comparison oracle without altering session on oracle
I need to be able to do \'like\' queries across several languages, so that a umlaut, 开发者_开发百科a and A are treated the same and so on. I\'m on 10gr2 of oracle and I can\'t alter the session.[详细]
2023-01-16 14:15 分类:问答Char with accent to char without accent in C
Hey guys. simple question: how to remove accents from a char? Like ã -> a, and é -> e. I asked in another question how to convert utf-8 to ascii but this is unnecessary, since I only need to treat t[详细]
2023-01-16 13:20 分类:问答diacritics in asp.net querystring collection
开发者_StackOverflow社区I\'m trying to get a value out of the querystring that has diacritics. The diacritics are encoded in utf-8 %uxxx format, and when I check Request.QueryString[\"name\"] they are[详细]
2023-01-16 09:57 分类:问答How to do MySQL queries on text with umlauts in Drupal?
I need to differentiate between nodes starting with \'O\' and nodes starting with \'Ö\' (o umlaut). The problem is that since the node table and the title column have utf8_general_ci collation, MYSQ[详细]
2023-01-16 08:16 分类:问答Unicode characters show differently in different browsers
So... I\'m still in unicode hell... New problem... On my computer, everything shows perfectly. In all browsers. On a co-workers computer, same story. Everything is good. Even in elinks and w3m on on[详细]
2023-01-16 04:33 分类:问答Reading Text with Accent - Python
I did some script in python that connects to GMAIL and print a email text... But, often my emails has words with \"accent\". And there is my problem...[详细]
2023-01-16 02:11 分类:问答Case Sensitive Accent Folding in Javascript
With this example: accentsTidy = function(s) { var r = s.toLowerCase(); r = r.replace(new RegExp("\\\\s", \'g\'),"");[详细]
2023-01-15 09:43 分类:问答Delphi: CDO.Message encoding problems
We w开发者_如何学JAVArote a Delphi program that send some informations with CDO. In my Win7 machine (hungarian) the accents are working fine.[详细]
2023-01-14 16:03 分类:问答