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.

Convert or extract TTC font to TTF - how to?

I am already more than 8 hours trying to make the STHeiti Medium.ttc.zip font work on Windows. But I …

fonts truetype cjk opentype
What's the complete range for Chinese characters in Unicode?

U+4E00..U+9FFF is part of the complete set,but not all

unicode cjk
Language codes for simplified Chinese and traditional Chinese?

We are creating multi-language subsites on our website. I would like to use the 2-letter language codes. Spanish and French …

utf-8 internationalization cjk chinese-locale
What is the encoding of Chinese characters on Wikipedia?

I was looking at the encoding of Chinese characters on Wikipedia and I'm having trouble figuring out what they are …

utf-8 character-encoding cjk url-encoding
Detect Windows font size (100%, 125%, and 150%)

I created an application that works perfectly until the user selects 125% or 150%. It would break my application. I later found …

c# .net winforms windows-7 cjk
Java regex for support Unicode?

To match A to Z, we will use regex: [A-Za-z] How to allow regex to match utf8 characters entered by …

java regex unicode cjk
how to print chinese word in my code.. using python

This is my code: print '哈哈'.decode('gb2312').encode('utf-8') ...and it prints: SyntaxError: Non-ASCII character '\…

python cjk
how to use chinese and japanese character as string in java?

Hi I am using java language. In this I have to use some chinese, japanese character as the string and …

java unicode cjk
How to parse UTF-8 characters in Excel files using POI

I have been using POI to parse XLS and XLSX files successfully. However, I am unable to correctly extract special …

java excel utf-8 apache-poi cjk
SQL Server database field to handle korean and chinese characters

Is it possible to have a field in SQLServer that can store Chinese, Korean and European characters? My Chinese characters …

sql-server database internationalization cjk