Questions tagged [kanji]

22 questions
0
votes
2 answers

Disable autocomplete for Japanese

I am making a Japanese typing game for the browser using HTML, CSS and JavaScript. Everything is fine, except when I type hiragana cahrecters into the input field, it suggests different hiragana and kanji. This basically ruins the point of the…
0
votes
0 answers

Japanese text break lines correctly: What's the difference between `word-break:keep-all`, `white-space:nowrap` and `overflow-wrap:break-word`?

In HTML and CSS, how do I make japanese text break lines correctly? I like to use the CSS word-break:keep-all on my websites to stop Japanese kanji being broken in a weird way but what is the difference between word-break:keep-all,…
0
votes
1 answer

Regex dealing with Kanji characters in Python

so for this web-scraping project i'm working on, I've been trying to separate some results from results. basically if the title contains 指定されたページが見つかりません , i'll want to copy the url and write it to one fail.csv file. Anything else i'll want to copy…
0
votes
0 answers

How can we intergrate kanji to be an available in the qpython 3 in the console side as it is in the interpreter side?

I'm trying to figure out how I can type in kanji from the console side of qpython3. Maybe it's the phone i'm using. They say that the program acts differently depending on the phone/version/etc. Is anybody else experiencing this problem, maybe with…
0
votes
1 answer

Microsoft cognitive services: Translator text: incorrect transliteration of Kanji to Latin? Is there a Bing site to test transliteration?

I am trying to use Microsoft's Cognitive Services Translator Text to transliterate text. The results with Kanji do not appear to be correct. Here are 3 examples of Kanji: こんにちは j-talk.com: Konnichiwa Translate.Google.com transliteration:…
0
votes
1 answer

encode with dictionary japanese - english

I have a Japanese dictionary - English. However, I do not understand Japanese, how it encodes! Can anyone tell me what that is? Thanks very much Example : https://i.stack.imgur.com/Rl6Tg.png S”X [‚µ‚ñ‚Ì‚¤] /(n) pericardium/ S”x‹@”\…
Huynh Duc
  • 1
  • 2
0
votes
1 answer

ParserException for XML file with ampersands using VTD-XML

I am attempting to parse the JMDict_e.xml file from the JMDict project using VTD-XML. However, I am running into a parsing error. The only error message that appears is: ParserException: com.ximpleware.EntityException: Errors in Entity: Illegal…
waylonion
  • 6,866
  • 8
  • 51
  • 92
1
2