Questions tagged [cjk]

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

CJK stands for Chinese, Japanese, and Korean: East-Asian languages covered by various character sets, including:

  • Big5
  • EUC-JP
  • EUC-KR
  • Shift-JIS
  • GB2312
  • GB18030
  • ISO 2022-JP
  • Unicode
1096 questions
-1
votes
1 answer

Japanese and Chinese first/last name detector

Given two Unicode strings encoding a first and last name (in Japanese or Chinese), what would be the best approach to tell if the first/last name belongs is Chinese or Japanese? For example, is it possible to tell if the following are Chinese or…
Frank
  • 4,341
  • 8
  • 41
  • 57
-1
votes
2 answers

jQuery smooth scroll in Japanese

in this page (in Japanese), the links use jQuery to make a smooth transition towards the ID they're referenced to, but as it is using Japanese characters (SEOwise), it does not work. // Smooth scroll …
Enzo
  • 143
  • 11
-1
votes
1 answer

Error with Botdetect Captcha (laravel-captcha)

I use Laravel 5.5 and i have an error of the Japanese captcha code. I can't find the reason, sometime it's happen in recent days (i didn't change anything): Undefined offset: -1 {"exception":"[object] (ErrorException(code: 0): Undefined offset:…
Huy PH
  • 11
  • 3
-1
votes
1 answer

How do I write Japanese text from a json to a csv using python?

I want to write some Japanese characters to a csv, but I can't get it to display properly. The csv ends up with characters like 学校 and I'm not sure what I'm doing wrong. import requests import csv r =…
siowy
  • 238
  • 1
  • 2
  • 11
-1
votes
1 answer

How to display a Japanese Characters in phpMyAdmin database?

on my database I've properly set up the Collation to utf8_general_ci in the case for the Japanese Characters may insert into the table. but when I tried to insert a Japanese character and viewing the table data in my phpMyAdmin database, It posted…
Maru
  • 13
  • 1
  • 1
  • 5
-1
votes
2 answers

Strange wordpress Japanese meta title in Google

I have some questions about my Wordpress website. When I search the websitename or (company name) in Google, the website pops at the top of the results, but the weird thing about it, is that the title looks like this: CN-6 ECUハーネス(受注生産) 8.5J MAZDA…
Dennis
  • 1,281
  • 13
  • 30
-1
votes
1 answer

How to detect CJK with regex in python?

How can I detect chinese, japanese and korean characters with regex in python. I've tried many things including many recommendations on Stack Overflow, but nothing has yet worked. Example word string: word_string = "direct tv カルバンクライン 評価 カルバンクライン 価格…
Josh
  • 655
  • 5
  • 17
-1
votes
1 answer

What is D2007 doing with degree symbols on Japanese/Korean/Chinese OS

I have an app that uses ° (degree symbol , ANSI #176) in various places and I cannot understand the different ways it displays - some are correct but others look as if there's been a conversion to UTF-8 and then back to ANSI. Generally it appears OK…
-1
votes
1 answer

What's the analog of regex for CJK character sets?

What's the analog of regex for CJK character sets? ASCII or Latin letter-like characters are qualitatively different from CJK characters?
qazwsx
  • 25,536
  • 30
  • 72
  • 106
-2
votes
1 answer

Regex matching strings with mixture of Japanese and English characters

I have this script in PowerShell which I am going to use eventually to translate an XML file with some Japanese words and replace with the English. For now this is a simple regex matching example: $pattern =…
Aziz
  • 283
  • 1
  • 14
-2
votes
1 answer

Using iTextpdf version 5.5 and itext-asian 5.2 kanji charachter is not displaying on PDF

Creating PDF using iTextpdf version 5.5.13.3 itext-asian 5.2.0 Only kanji character is not displayed, but all other Japanese characters are displayed on created PDF. Code Used to set the BaseFont BaseFont bfJapanese = BaseFont.createFont( …
-2
votes
1 answer

How to display Japanese Characters in Swift?

I try to develop an ios app, I want to make something about Japanese characters. My app will display latin alphabet to the user.But this user each tap any latin characters, I will set text Japanese characters in textfield. How to do this ? Thanks a…
Akif Demirezen
  • 191
  • 1
  • 1
  • 13
-2
votes
1 answer

My website got hacked I need advice to clean

My website got hacked and since 2 days I try to clean it, make it more secure as well as find how my website has been hacked. My website had a lot of pages in japanese and now when I seach my website on google the first result is my website, but…
subzero
  • 99
  • 9
-3
votes
1 answer

How can I write a SQL query to translate a column containing Chinese language to English?

The column called 'name' contains many rows of chinese language I can't read or understand. I want to convert this whole column to english but I have no clue how I tried to look online as I'm new to SQL but couldn't find much
-3
votes
2 answers

Chinese characters encoding

I'm working on a multi-language website. I have a problem with the color of the Chinese characters. My text color is #333333 but the Chinese characters appear darker than the occidental chars. My content comes from a database. I thought to do it…
saomi
  • 855
  • 5
  • 16
  • 38
1 2 3
73
74