Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
185 views

Converting zenkaku characters to hankaku and vice-versa in C#

As it says in the header line, I want to convert zenkaku characters to hankaku ones and vice-vrsa in C#, but can't figure out how to do it. So, say "ラーメン" to "ラーメン" and the other way around. WOuld it ...
4
votes
1answer
661 views

MySQL Fulltext Searching ideographic (Asian) characters

I have a database full of Asian-character filled records (Chinese, Japanese, and Korean) alongside those with Latin-character filled records (English, Français, you name it), and I want to perform ...
2
votes
1answer
81 views

Detecting single CJK character

I have a string that could be either an english word or a single CJK character. I am guaranteed that this string is in UTF-8 encoding. I am working inside of a perl script. The higher level problem ...
2
votes
3answers
1k views

using javascript, how can I count a mix of asian characters and english words

I need to take a string of mixed Asian characters (for now, assume only Chinese kanji or Japanese kanji/hiragana/katakana) and "Alphanumeric" (i.e., Enlgish, French), and count it in the following ...
1
vote
1answer
51 views

about asian language support question

I noticed that stackOverflow supports asian languages, Ej. you can have chinese name account, you can ask question in chinese, and it also supports search in chinese. (don't know if can use chinese ...
1
vote
1answer
85 views

Asian characters and Eclipse

I have unit tests which contains asians chars (chineses ideograms), but Eclipse just display them as a square. When I copy and paste ideograms from a web page I have the same problem. My workspace is ...
1
vote
2answers
186 views

Does Sphinx handle content in asian languages well?

I'm thinking about using Sphinx as a search engine for my site. But since I have a lot of Korean content, and other languages like Chinese and Thai may follow, I wonder how well Sphinx can handle this ...
1
vote
2answers
1k views

Currency validation

Please help with me writing a JavaScript Validation for currency/money field. So please provide any regular expressions if u have :) Also, for my region, don't need any currency symbols like '$' ...
1
vote
2answers
580 views

How do I send Asian charset plaintext emails in ASP.NET?

I have an ASP.NET application that needs to send emails in Korean. These emails are sent in plaintext. But when the emails are received, they look like this: ? First name? ??: ?????. ?? ...
0
votes
1answer
29 views

PDF Asian character support - JasperReports

I am trying to provide Asian character support for PDF documents created using Jasper Reports. I have tried configuring jasper to use Asian character encoding with the iText-Asian libraries to no ...
0
votes
1answer
115 views

MySQL: adding support for Asian characters to an existing database

I'm looking for a best-practices approach to adding support for Asian character sets to an existing database. We have existing tables that are in the latin1 charset: show create table books CREATE ...
0
votes
0answers
109 views

mx:TextInput ItemRenderer Asian Language

Hi In general in order to write Japanese I use the IME Keyboard(It is set by additional language toolbar in Windows). When I try to write Japanese in the mx:TextInput it does work and I can access ...
0
votes
0answers
32 views

Facebook api asian

Hi I am trying to create a campaign in facebook with an asian language, however, the name is shown with question marks in facebook. This is a code snippet that I use for communication: Client client ...
0
votes
3answers
212 views

regex to count english words as single char inside char count of asian words

need some help from a regex jedi master: If I have a string of mb chars (specifically, Japanese, Korean or Chinese) with English words sprinkled throughout, I would like to count: asian characters ...