Top "Cjk" questions

CJK stands for Chinese, Japanese and Korean and is used to label issues common to these East Asian languages and their large character repertoires.

UTF-8 CJK characters not displaying in Java

I've been reading up on Unicode and UTF-8 encoding for a while and I think I understand it, so hopefully …

java utf-8 cjk
Django: How to add Chinese support to the application

I am trying to add a Chinese language to my application written in Django and I have a really hard …

django localization internationalization translation cjk
loading data from a flat file to table using informatica, having both english and foreign language characters like chinese

I am loading data from a flat file to table using informatica, the file has both english and foreign language …

utf-8 character cjk informatica-powercenter
Flutter fetched Japanese character from server decoded wrong

I am building a mobile app with Flutter. I need to fetch a json file from server which includes Japanese …

rest dart flutter cjk
Remove space below the text baseline with CSS

Lately I've been working with Japanese text, and I've found a rather annoying property. In Japanese, unlike English, glyphs do …

html css fonts cjk
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 …

text unicode whitespace tokenize cjk
How to classify Japanese characters as either kanji or kana?

Given the text below, how can I classify each character as kana or kanji? 誰か確認上記これらのフ To get some thing like this 誰 …

java unicode cjk
Manipulating utf8mb4 data from MySQL with PHP

This is probably something simple. I swear I've been looking online for the answer and haven't found it. Since my …

php mysql cjk utf8mb4
Detect if character is simplified or traditional Chinese character

I found this question which gives me the ability to check if a string contains a Chinese character. I'm not …

unicode cjk
Is there any good open-source or freely available Chinese segmentation algorithm available?

As phrased in the question, I'm looking for a free and/or open-source text-segmentation algorithm for Chinese, I do understand …

algorithm open-source cjk text-segmentation