Tagged Questions
Japanese is the spoken and written language of Japan.
17
votes
4answers
4k views
Most accurate open-source OCR for Japanese?
From your experience, what is the most accurate open-source Optical Character Recognition (OCR) library/software to read Japanese text?
I just tried nhocr, its mistake rate is over 2% even on an ...
11
votes
2answers
483 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 ...
9
votes
10answers
7k views
japanese email subject encoding
Aparently, encoding japanese emails is somewhat challenging, which I am slowly discovering myself. In case there are any experts (even those with limited experience will do), can I please have some ...
8
votes
3answers
416 views
Calculating the length of a Japanese multibyte string with half-width kana in PHP
So I have a UTF-8 encoded string which can contain full-width kanji, full-width kana, half-width kana, romaji, numbers or kawaii japanese symbols like ★ or ♥.
If I want the length I use mb_strlen() ...
8
votes
2answers
724 views
Japanese COBOL Code: rules for G literals and identifiers?
We are processing IBMEnterprise Japanese COBOL source code.
The rules that describe exactly what is allowed in G type literals,
and what are allowed for identifiers are unclear.
The IBM manual ...
6
votes
2answers
177 views
sort() for japanese
If i have set my current locale to Japanese, how can I make it so that Japanese characters will always have higher preferences than non Japanese characters. For example, right now English characters ...
6
votes
1answer
485 views
What is a minimal set of unicode characters for reasonable Japanese support?
I have a mobile application that needs to be ported for a Japanese audience. Part of the application is a custom font file that needs to be extended from only containing latin-1 characters to also ...
6
votes
4answers
681 views
Specifics of website development for Japanese mobile phones; testing?
Is there any good advise on developing websites specifically for Japanese mobile phones? As I see it so far, the site basically has to be bare-bone HTML, mostly <p>s and <br>s and tiny, ...
5
votes
2answers
75 views
How can I traverse directories named in Japanese in Python?
I'm trying to build a simple helper utility that will look through my projects and find and return the open ones to me via command line. But my calls to os.listdir return gibberish (example: ...
5
votes
5answers
629 views
Japanese fonts in a Java GUI
Is it possible to write a GUI in Java that would display Japanese fonts correctly regardless of the language settings of the OS it's being run on?
I'd like to write a program which is able to do this ...
5
votes
3answers
2k views
Working with Unicode strings in Delphi 7
I need to write a program which will browse through strings of various lengths and select only those which are written using symbols from set defined by me (particularly Japanese letters). Strings ...
5
votes
3answers
2k views
.Net Localization Question. Japanese Characters Display as Squares
OK, I don't do much .Net programming, but I do have one that I maintain, so the answer to this may be obvious.
Setup:
Windows 7 Ultimate with All Language Packs Installed
Visual Studio 2008 ...
5
votes
2answers
816 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
6answers
1k views
Programming tips with Japanese Language/Characters
I have an idea for a few web apps to write to help me, and maybe others, learn Japanese better since I am studying the language.
My problem is the site will be in mostly english, so it needs to mix ...
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 ...
4
votes
4answers
1k views
Use different fonts for Latin characters and Japanese characters with CSS
We are creating a site that uses both Japanese and English. We want to get away from the default Japanese fonts which can't use ClearType. Is there a way to tell the browser to use a different ...
4
votes
6answers
1k views
How to check if the word is Japanese or English using PHP
I want to have different process for English word and Japanese word in this function
function process_word($word) {
if($word is english) {
/////////
}else if($word is japanese) {
...
4
votes
2answers
449 views
Postgresql full text search in postgresql - japanese, chinese, arabic
I'm designing a fulltext search function in postgresql for my current project.
It works ok with ispell/myspell dictionaries so far.
Now I need to add support for chinese, japanese and arabic search.
...
4
votes
6answers
2k views
Testing for Japanese/Chinese Characters in a string
I have a program that reads a bunch of text and analyzes it. The text may be in any language, but I need to test for japanese and chinese specifically to analyze them a different way.
I have read ...
3
votes
2answers
89 views
Javascript regular expression for searching word boundaries in Unicode string
Is there solution to find word boundaries in Japanese string (E.g.: "私はマーケットに行きました。") via JavaScript regular expressions("xregexp" JS library cab be used)?
E.g.:
var xr = RegExp("\\bst","g");
...
3
votes
2answers
86 views
Javascript regexp & japanese symbols
I use "search()" method of string object to find a match between a regular expression and a string.
It works fine for english words:
"google".search(/\bg/g) // return 0
But this code doesn't work ...
3
votes
2answers
121 views
Android: How to use Japanese Unihan glyphs?
I have an app I'm developing to teach Japanese. The problem is, the default font the system uses is using the Chinese variants of the characters, not the Japanese variants. For example, 漢 looks ...
3
votes
3answers
177 views
Japanese mojibake detection
I want to know if there is a way to detect mojibake (Invalid) characters by their byte range. (For a simple example, detecting valid ascii characters is just to see if their byte values are less 128) ...
3
votes
1answer
145 views
Eclipse turns Japanese into garbage during refactoring
I have several Java files that have Japanese strings in them, and are encoded in UTF8. I use eclipse. However, whenever Eclipse touches them in any automated way, it turns the Japanese into garbage. A ...
3
votes
1answer
170 views
PHP Japanese captcha
Is there a PHP captcha out there which displays Japanese characters?
(Cannot be JavaScript dependent)
EDIT:
To anyone saying this is a possible duplicate. Surely this isn't a duplicate because the ...
3
votes
1answer
179 views
PHP Regex Expression Involving Japanese
My goal is to filter through a Microsoft Word Document (.docx) grabbing all Japanese kanji and kana.
The current code I am working with is the following:
...
3
votes
2answers
782 views
Japanese/Chinese text in pdf using iText Java
I need to add japanese/chinese text from xml web response to pdf using iText in java. I tried the following code after copying the KozMinPro-Regular.ttf to my c:\WINDOWS\Fonts folder but failed.
Font ...
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
2answers
348 views
What are all the Japanese whitespace characters?
I need to split a string and extract words separated by whitespace characters.The source may be in English or Japanese. English whitespace characters include tab and space, and Japanese text uses ...
3
votes
1answer
281 views
Is there something better than the kakasi library for gojûon collation?
"Better" primarily means accuracy, but I am also interested in any other criteria in which other systems excel. I sampled the Perl binding Text::Kakasi for correctness in an admittedly limited fashion ...
3
votes
3answers
405 views
How do you sort CJK (Asian) characters in Perl, or with any other programming language?
How do you sort Chinese, Japanese and Korean (CJK) characters in Perl?
As far as I can tell, sorting CJK characters by stroke count, then by radical, seems to be the way these languages are sorted. ...
3
votes
1answer
96 views
Advice on css and Html
I need some advice on css and styles, is not an easy question to ask,
I'm on the way to develop a project that's going to be in a few languages, I know how to manage the dictionaries, at least for ...
3
votes
3answers
212 views
Freely available dictionary data for Chinese, Japanese, CJK characters
I am developing an online CJK character dictionary application, and already found the following databases:
Unicode Unihan Database
Jim Breen's JMDict and KanjiDic
CEDict
HanDeDict
As I am looking ...
3
votes
3answers
217 views
What technologies should I focus on to work as a developer in Japan?
I'm thinking of one day moving to Japan and I was wondering if anyone here has any experience working there.
I'm curious as to what languages/technology are popular there for web development and ...
3
votes
1answer
716 views
C# and IME - getting the current input text
I'm using the Japanese IME as an example but it is probably the same in other languages which use an IME for input.
When the user types text into a textbox using the IME, the KeyDown and KeyUp events ...
3
votes
2answers
267 views
Japanese Date in this format
I'm wanting show the Date in Japanese in this format:
2010年2月18日(木)
which translates to:
February 18, 2010 (Thu)
in PHP
This is the code I have:
function date_japan() {
$dy = date("w");
...
3
votes
2answers
1k views
How to correctly display Japanese RTF Fonts
I am working on an application in Delphi 2009 which makes heavy use of RTF, edited using TRichEdit and TLMDRichEdit. Users who entered Japanese text in these RTF controls have been submitting ...
3
votes
1answer
901 views
Problem capturing Japanese character input with Javascript in IE
I am trying to pass keyboard input from Javascript into a Flex app being displayed with Internet Explorer with the input language set to Japanese (using Full Katakana) in the Windows XP language bar. ...
3
votes
5answers
395 views
Best way to get Ruby documentation translated into Japanese?
We just finished a project that we need to share with a team of Ruby developers in Japan who, as it turns out, know absolutely no English. Has anyone used a service for translating code documentation ...
3
votes
3answers
983 views
Need help to display Japanese Text using GDI+ without installing East Asian Language pack in Windows XP
I am writing a Japanese language quiz program and I don't want to require people to install the East Asian language pack for Windows XP. I am using GDI+ for drawing text. I tried downloading a free ...
2
votes
1answer
32 views
Declare String with Japanese characters in java
I want to initialize String in java with japanize charatcters as below.
String str = "最終条件";
but when i type in myeclipse java editor, it displays like
String str = "|||||||";
What should be ...
2
votes
0answers
67 views
Double Byte (Japanese Character) in joptionpane optionDialog does not appear correctly
I am using .po file for the translation.
in the dialog box the japanese character "。"(period) looks a bit in the middle of the text instead of the bottom of the text. attached is the picture of the ...
2
votes
2answers
130 views
I'm having a trouble with encoding in Python
I have been using PHP for a while,
but now I am trying to learn Python.
I never really had a serious problem with encoding on PHP. At least I could solve in few minutes. but I have spent hours to ...
2
votes
1answer
152 views
Detecting IME input before enter pressed in Javascript
I'm not even sure if this is possible, so apologies if it's a stupid question.
I've set up an keyup callback through jQuery to run a function when a user types in an input box. It works fine for ...
2
votes
1answer
84 views
Detecting a unicode character (kanji) from a range of characters in Javascript?
I am trying to read input and pass it only if it is a Japanese kanji. That means the character falls somewhere between 4e00 and 9faf, according to ...
2
votes
1answer
47 views
MySQL problem, Hiragana and katakana is treated as the same
I tried to fetch ピース on mysql database
SELECT * FROM edict WHERE japanese = 'ピース'
However I got 3 results which are:
ヒース
ビーズ
ピース
I tried to use ぴーす as the query and it also return the same result.
...
2
votes
1answer
165 views
iterate through unicode strings and compare with unicode in python dictionary
I have two python dictionaries containing information about japanese words and characters:
vocabDic : contains vocabulary, key: word, value: dictionary with information about it
kanjiDic : ...
2
votes
2answers
190 views
Sorting Japanese text by Katakana in C#
Is it possible to sort a list of Japanese strings by their Katakana?
2
votes
2answers
131 views
Regular Expression for japanese character
I am doing internationalization in struts, I want to write javascript validation for japanese and english users. I know regular expression for english but not for Japanese user.Is it possible to write ...