cjk Questions
6
Solved
Does Unicode store stroke count information about Chinese, Japanese, or other stroke-based characters?
Isolative asked 7/3, 2010 at 22:53
1
Solved
This is a topic visited by How can I draw vertical text with CSS cross-browser? 14 years ago, and there doesn't seem to be any clear solutions.
Ideally, I want both the CJK and the latin characters...
Cutcheon asked 24/10, 2023 at 15:57
5
Can someone put together a clear and concise example of how you can create a PDF using TCPDF that will support text strings from any language?
It appears there is not a single font that will suppo...
8
Unicode allocated U+4E00..U+9FFF for Chinese characters. This is part of the complete set, but not all.
2
Is it possible to have a field in SQL Server that can store Chinese, Korean and European characters? My Chinese characters just become ?????
The datatype is NVARCHAR as well.
Mabelmabelle asked 19/1, 2011 at 14:52
5
Solved
To match A to Z, we will use regex:
[A-Za-z]
How to allow regex to match utf8 characters entered by user? For example Chinese words like 环保部
3
Solved
If you double-click English text in Chrome, the whitespace-delimited word you clicked on is highlighted. This is not surprising. However, the other day I was clicking while reading some text in Jap...
Longeron asked 8/5, 2020 at 5:50
4
Solved
How to convert from chinese characters to hanyu pinyin?
E.g.
你 --> Nǐ
马 --> Mǎ
More Info:
Either accents or numerical forms of hanyu pinyin are acceptable, the numerical form being my prefer...
Trost asked 5/12, 2010 at 23:27
4
Solved
I'd like to use HTML <ruby> to mark up Japanese text with its pronunciation. However, I've found that at large font sizes, the baseline of the <rt> text is well above the top of the cha...
1
Solved
I am trying to generate random chinese names using Faker (Python), but it generates the names in chinese characters instead of pinyin.
I found this :
and it show that it generates them in pinyin, ...
3
Solved
I have Chinese users of my PHP web application who enter products into our system. The information the’re entering is for example a product title and price.
We would like to use the product title ...
Excaudate asked 27/5, 2011 at 13:0
3
Solved
I am using Python module MimeWriter to construct a message and smtplib to send a mail constructed message is:
file msg.txt:
-----------------------
Content-Type: multipart/mixed;
from: me<[emai...
Interspace asked 2/8, 2011 at 13:53
4
Solved
We are creating multi-language subsites on our website.
I would like to use the 2-letter language codes. Spanish and French are easy. They will get URLs like:
mydomain.com/es
mydomain.com/fr
b...
Intermit asked 3/2, 2011 at 22:16
2
Solved
I am building a mobile app with Flutter.
I need to fetch a json file from server which includes Japanese text. A part of the returned json is:
{
"id": "egsPu39L5bLhx3m21t1n",
"userId": "MCetE...
1
Solved
According to CJK Unicode Ideographs, the Chinese, Japanese and Korean Unicode range is:
CJK Unified Ideographs (4E00-9FCC) [\u4E00-\u9FCC]
CJK Unified Ideographs Extension A (3400-4DB5) [\u3400-\u...
Coolant asked 14/7, 2021 at 3:59
4
Solved
I created an application that works perfectly until the user selects 125% or 150%. It would break my application. I later found a way to find the font size by detecting the DPI.
This was working g...
3
How can I display Chinese characters in PyGame? And what's a good free/libre font to use for this purpose?
2
Solved
It is verified that [\u4e00-\u9fff] can match chinese characters in vim.
:%g/[\u4e00-\u9fff]/d
The command above can delete all the lines containing chinese characters.
ls /tmp/test
ktop 1_001....
1
\p{Han} can be used to match all Chinese characters (in the Han script), which mix both Simplified Chinese and Traditional Chinese.
Is there a regular expression to match only the characters unique...
7
Solved
Are there any scripts, libraries, or programs using Python, or BASH tools (e.g. awk, perl, sed) which can correctly convert numbered pinyin (e.g. dian4 nao3) to UTF-8 pinyin with tone marks (e.g. d...
1
Solved
[Summary]:
The data grabbed from the file is
b"\x95\xc3\x8a\xb0\x8ds\x86\x89\x94\x82\x8a\xba"
How to decode these bytes into readable Chinese characters please?
======
I extracted some g...
Shaughnessy asked 30/7, 2020 at 17:55
5
Solved
I am building a website where I am displaying korean text. The client (US local) is being very unhappy because the text is breaking in the middle of words. As example of this, here is an image: Red...
Daren asked 25/9, 2014 at 17:11
3
Solved
I'm writing a localized Android app; I'm confused about how to handle the differences between simplified and traditional Chinese.
Thanks to this excellent answer I know that I should put simplifie...
Rightward asked 18/9, 2011 at 3:51
2
Solved
In a recent web application I built, I was pleasantly surprised when one of our users decided to use it to create something entirely in Japanese. However, the text was wrapped strangely and awkward...
Hui asked 19/1, 2010 at 0:45
6
Solved
I am already more than 8 hours trying to make the STHeiti Medium.ttc.zip font work on Windows.
But I can't make it work. Is anybody able to make it work on Windows?
If yes, please share the s...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.