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? ??: ?????.
?? ???? ???? ?? ??? ??? ?? ???? ????
????? ???? ????. ??????? ??? ?????
???? ??? ??1-888-123-4567 ? ??????? ??
[email protected] ?? ??????
...
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 fulltext searches on them.
MySQL http://dev.mysql.com/doc/refman/5.1/en/fulltext-restrictions.html%29">says:
Ideographic languages such a...
Hello All,
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 '$' in the field.
Only decimals are to be included for validation as special chars., along with numbers.
...
Hello,
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 way:
1) count each Asian CHARACTER as 1;
2) count each Alphanumeric WORD as 1;
a few examples:
株式会社myCompany = 4 chars + 1 word = 5...
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 type of content.
...
Hi,
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 in UTF-8, my project and all it files too.
My collegue can copy and paste asians chars with Eclipse on his MacBook, but Eclipse on W...