Questions tagged [asianfonts]
41 questions
10
votes
4 answers
Vertically Aligning Japanese characters in IE8
I'm having some problem aligning Japanese characters in IE8 on a website I am making.
I have something like LabelSome value. When both "Label" and "Some value" are either in Japanese or English, they align fine, but when…

yu_ominae
- 2,975
- 6
- 39
- 76
8
votes
2 answers
Code example for Sentiment Analysis for Asian languages - Python NLTK
There is a demo on sentiment analysis with NLTK (python) here http://text-processing.com/demo/sentiment/.
And also the tutorials on the parts of sentiment…

alvas
- 115,346
- 109
- 446
- 738
7
votes
1 answer
How to configure iText to support Asian characters?
My Java application creates PDFs using iText. Sometimes the content is Asian, which does not work. The Asian characters are not visible.
I found iTextAsian.jar on the iText download page, but don't know how to use it.
The goal is to use my favorite…

Witek
- 6,160
- 7
- 43
- 63
6
votes
3 answers
Ruby: Checking for East Asian Width (Unicode)
Using Ruby, I have to output strings in an columnar format to the terminal. Something like this:
| row 1 | a string here | etc
| row 2 | another string | etc
I can do this fine with Latin UTF8 characters using String#ljust and…

dan
- 43,914
- 47
- 153
- 254
4
votes
3 answers
How to compose syllable blocks with Hangul Jamo
I'm working on a project that would require the input of old Hangul syllable blocks (i.e. Hangul syllable blocks that would utilize obsolete characters such as ㆅ and ㅿ, located in the Hangul Compatibility Jamo unicode block), but I've been having…

crayondraw
- 151
- 6
3
votes
1 answer
Far East language text doesn't draw in Windows Compact 7
Under windows CE 6, I use AddFontResource() to load arialuni.ttf (Arial Unicode MS, version 1.0.1) into the system font list, and all our supported far east languages (Japanese, Korean, Simplified, and Traditional Chinese) appear correctly when the…

James Barnard
- 266
- 2
- 5
3
votes
2 answers
email.retr retrieves strange =20 characters when the email body has chinese characters in it
self.logger.info(msg)
popinstance=poplib.POP3(self.account[0])
self.logger.info(popinstance.getwelcome())
popinstance.user(self.account[1])
popinstance.pass_(self.account[2])
try:
(numMsgs,…

Setori
- 10,326
- 11
- 40
- 46
3
votes
2 answers
Problem rendering non-English unicode text using freetype font on OpenGL
I am currently following NeHe tutorial lesson 43 ( http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=43). The code works satisfactorily only for English text, not Unicoded languages. Fortunately, I follow a link from NeHe lesson 43 to…

Karl
- 5,613
- 13
- 73
- 107
2
votes
1 answer
GetCharABCWidthsFloat works for most of UNICODE, except CJKV characters
I am attempting to render a series of UNICODE characters onto a spritesheet. This all works quite well for most characters, including Cyrillic ones.
When using GetCharABCWidthsFloat with certain CJKV characters however, the ABCFLOAT::abcfB…

Mike Weir
- 3,094
- 1
- 30
- 46
2
votes
0 answers
Which font is used in QML application if the symbols are not supported by the chosen font?
In our QML application, we use a custom font for UI. The same font is used to render a PDF report document.
When adding the new translations (Russian, Chinese, Japanese, Korean), we noticed the following:
Our custom font doesn't have symbols for…

Werolik
- 923
- 1
- 9
- 23
2
votes
2 answers
How do I properly render Thai font in libGDX?
I'm making an app to help me remember some Thai words I'm learning.
However I can't get text to render correctly.
I used this example to create a basic scene. This is what I have so far.
public class ThaiWords extends ApplicationAdapter {
…

Johnny
- 35
- 4
2
votes
1 answer
Why does iOS choose a particular Asian font?
My iPhone is set to English, but my app is localized to several languages. When the app is internally switched to Japanese, the font rendered as "system" is cute, but not professional-looking.
From what I can tell from iosfonts.com, the font…

Drakes
- 23,254
- 3
- 51
- 94
2
votes
0 answers
IE11 renders Asian characters lower than other browsers
I'm working on a site for work and we support many languages. For some reason, IE11 seems to want to render Asian characters (especially Korean) lower than other languages when using line-height. I have an element that I want to vertically center my…

Jason Addleman
- 719
- 2
- 6
- 13
2
votes
2 answers
DynamicJasper and Asian characters
My PDF generated by DynamicJasper now looking exactly as it's supposed to, I am facing only one more problem: Asian characters are not displayed at all in the resulting PDF. Any other characters work fine. I can verify in the debugger that the…

Pascal Kesseli
- 1,620
- 1
- 21
- 37
1
vote
1 answer
PDF Asian character support - JasperReports
I am trying to provide Asian character support for PDF documents created using Jasper Reports.
I have tried configuring jasper to use Asian character encoding with the iText-Asian libraries to no avail. For all of the different charsets I used the…

travega
- 8,284
- 16
- 63
- 91