0
votes
2answers
22 views
Database of readings for Japanese words
Does anyone know of an off-the-shelf database that provides phonetic (kana) readings for Japanese words?
2
votes
1answer
59 views
BufferOverflowException when generating Javadoc?
Hi,
Has anybody ever had problems with the javadoc tool causing a java.nio.BufferOverflowException?
I'm trying to generate Javadoc for code with Japanese comments (charset MS932) …
1
vote
2answers
65 views
Unicode/Japanese characters in a Java applet
I'm writing an applet that's supposed to show both English and Japanese (unicode) characters on a JLabel. The Japanese characters show up fine when I run the applet on my system, b …
0
votes
0answers
38 views
MS Access and japanese characters?
Hi,
the app I am working for is a MS access db. It is a manufacturing company. They have clients all over the world. They print labels for items, in different languages. The label …
1
vote
4answers
85 views
PHP Japanese Strings getting set to ????????????
I have a PHP file with one simple echo function:
echo 'アクセスは撥ねりません。';
but when I access that page i get this:
????????????
Can someone help me?
I also have my page encoding s …
1
vote
0answers
32 views
Problem with Japanese/International Characters with IIS7 URL Rewrite
I have a friend with a Japanese blog, using wordpress, he has the pretty url. Basically domain.com/postname. Well an example of a url might be. "domain.com/テスト". His blog is hosted …
2
votes
1answer
59 views
What lucene analyzer can be used to handle Japanese text?
Good day,
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.
Thanks, …
2
votes
1answer
80 views
Is there any japanese TTS voice to work with C# SpeechSynthesizer
Is there any Japanese voice for C#'s SpeechSynthesizer TTS?
If so please state detailed information about it, better if documentation provided.
Thanks in advance.
7
votes
1answer
119 views
How does one word break languages without spaces between words, like Asian languages?
I'd like to make MySQL full text search work with Japanese and Chinese text, as well as any other language. The problem is that these languages and probably others do not normally …
0
votes
2answers
170 views
Problem showing japanese characters with java substance
For some reason, when I have japanese characters in the title bar that is themed with java substance, I am not able to display them. Instead it shows as squares. If I have no sub …
1
vote
3answers
208 views
MySQL - insert japanese from PHP - Encoding Troubles! [SOLVED]
Hello!
I'm trying to insert some japanese words in a mysql table!
If I insert 'こんにちは' using phpMyAdmin, the word is displayed fine from phpMyAdmin.
But if I try to insert it throu …
0
votes
0answers
56 views
Joomla 1.0.15 Stable - Japanese Language Pack
Hi,
i will need for a customer a Language Pack for joomla 1.0.15 Stable. I will use this with the component "joomfish".
Everything i searched, i only found Language Packs for newe …
0
votes
1answer
54 views
Japanese (language) capable mobile phone in UK [closed]
Would any mobile phone (or "smartphone" or whatever!) in the UK - on a UK network - allow me to browse Japanese language websites? Or even better allow me to install the Japanese v …
4
votes
3answers
295 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 …
0
votes
2answers
118 views
ja chars in windows batch file
What is the secret to japanese characters in a Windows XP .bat file?
We have a script for open a file off disk in kiosk mode:
@ECHO OFF
"%ProgramFiles%\Internet Explorer\iexplor …
