Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
2answers
481 views

Japanese characters looking like Chinese on Android

I have an application on Android that displays Japanese text in WebViews and TextViews. There are some Chinese characters (kanji) that look, by convention, differently in China and in Japan, but share ...
5
votes
2answers
815 views

What lucene analyzer can be used to handle Japanese text?

Which lucene analyzer can be used to handle Japanese text properly? It should be able to handle Kanji, Hiragana, Katakana, Romaji, and any of their combination.
5
votes
4answers
749 views

How to parse kanji numeric characters using ICU?

I'm writing a function using ICU to parse an Unicode string which consists of kanji numeric character(s) and want to return the integer value of the string. "五" => 5 "三十一" => 31 "五千九百七十二" => 5972 ...
4
votes
4answers
543 views

Can sorting Japanese kanji words be done programatically?

I've recently discovered, to my astonishment (having never really thought about it before), machine-sorting Japanese proper nouns is apparently not possible. I work on an application that must allow ...
3
votes
2answers
336 views

How do I encode Japanese into something like “日本に行って”? (UTF-8)

As the question in the title states. I can't seem to find the answer with any of the following: php headers, css headers, html headers, mysql charsets (to utf8_general_ci), or <form ...
3
votes
1answer
165 views

How do I use Unicode Character Combining with Kanji/Hanzi?

I'm trying to find a workaround to display old and rare characters in unicode using character combining. Currently I'm converting some dictionaries from EPWING into text and there are 36 different ...
3
votes
4answers
2k views

How do you draw kanji using Mac OS X 10.5 [closed]

I want to be able to draw in Kanji like you can with IME in Windows. Anyone know how?
2
votes
2answers
1k views

How to display japanese Kanji inside a cmd window under windows?

I have an english Windows 2003 server with asiatic language support activated. The two only fonts available for the command window (cmd settings) are raster and lucida console. Neither the one nor the ...
1
vote
1answer
169 views

ICU custom transliteration

I am looking to utilize the ICU library for transliteration, but I would like to provide a custom transliteration file for a set of specific custom transliterations, to be incorporated into the ICU ...
1
vote
4answers
132 views

Initializing collections in Windows Form Applications

I am writing an application that will check text entered into a rich text box and see if it contains kanji (chinese characters) outside of a specific list. I am currently using a string array for the ...
1
vote
1answer
136 views

Grab Kanji webpage using Nokogiri

I would like to grab a kanji table on a Wikipedia page and I have a trouble using Nokogiri with special char. Here is my script: # -*- encoding: utf-8 -*- require 'rubygems' require 'nokogiri' ...
1
vote
1answer
469 views

Algorithm for OCR and Kanji Symbols

I have a friend that is starting up a new project. He wants to be able to use some sort of OCR in order to detect and translate Kanji symbols into other languages. He has hit a bit of a brick wall ...
0
votes
3answers
110 views

Kanji to romaji converter?

I want to convert Japanese kanjis to romaji (or kana) in Android. The most popular library for this is Kakasi, it is not always right (can't be) but still very good. PROBLEM: It is not in Java. I ...
0
votes
0answers
23 views

Google Charts API choking on Kanji

I'm trying to create a pie chart using the google charts api. This URL works in Chrome (note that until this particular issue is resolved, other browsers are irrelevant to the current development): ...
0
votes
4answers
249 views

Python STILL won't allow Japanese Characters despite specifying the encoding

#!/usr/bin/env python # -*- coding: utf8 -*- print "私" print u"私" the result: ç§ UnicodeEncodeError: 'ascii' codec can't encode character u'\u79c1' in position 0: ordinal not in range(128) Or, ...
0
votes
2answers
459 views

Japanese Kanji handwriting input

I'd just like to ask if there are plans to provide a built-in handwriting IME for Japanese Kanji. And perhaps for Traditional and Simplified Chinese as well. The reason I ask is because is the only ...
0
votes
1answer
190 views

Objective-C and scanning an integer or character to a hex representation

NSScanner has the instance method -scanHexInt: for converting a hexadecimal string representation of an int to an int. I'd like to invert this: I'd like a method that takes an int and returns a ...
-4
votes
1answer
36 views

Strange Characters in my Instant Messenging [closed]

Ok, sorry, I know this isn't a programming question. But with the wealth of knowledgeable people here maybe somebody could figure this out for me. I use Pidgin as my chat client. I'm using Gmail and ...