Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
194 views

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 ...
2
votes
2answers
931 views

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, ...
1
vote
1answer
96 views

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 ...
1
vote
1answer
85 views

Asian characters and Eclipse

I have unit tests which contains asians chars (chineses ideograms), but Eclipse just display them as a square. When I copy and paste ideograms from a web page I have the same problem. My workspace is ...
1
vote
2answers
771 views

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]) ...
0
votes
0answers
21 views

Is there a library that can display font ligatures on Android?

I am helping out with an Android (2.2+) app that displays Sinhala text in Unicode. Some of the characters use ligatures (two or more characters that together produce a different shape from just ...
0
votes
1answer
30 views

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 ...
0
votes
1answer
76 views

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 ...
0
votes
1answer
41 views

Is it possible to display Chinese characters if I don't install files for East Asian languages for my English Windows XP?

As you know, we can install files for East Asian language in Control Panel-->Regional and language options-->Languages tab-->Supplemental language support. The question is: if I don't install this ...
0
votes
0answers
21 views

How to place the IME editor input at specific coordinates

I am developing my own TexBox in C#. My control doesn't inherit from Textbox, it inherits from Control, so I manage the mouse and key selection, the key movement, the context menu, ... I need to ...
0
votes
1answer
176 views

How to insert asian characters using Squirrel Sql

I'm running Squirrel-SQL on Ubuntu. I cannot write chinese characters on Squirrel, but I can write them in another text editor and copy+paste into squirrel. However, when I run the update and select ...
0
votes
1answer
136 views

server side printing to PDF (MySQL --> image --> PDF ?? ) probs with embedded 中文 Chinese

We're running PHP homegrown app on linux server with MySQL. MYSQL ---> PDF Very complex output - with English and Chinese (Simplified). We've many 'corporate' customers without CHI on their ...
0
votes
1answer
206 views

Asian characters in JFreeChart get rendered as squares in IE 8 but not in Firefox

I'm generating a chart that contains Asian characters. The characters render fine in Firefox, but not in IE 8. If I debug in Eclipse, I can see that the characters are fine in both cases before ...
0
votes
1answer
171 views

Asian characters in IE 8 get garbled in Server; is this due to HTTP header Content-Type?

One of the request parameters in an http request made by the client contains Japanese characters. If I make this request in Firefox and look at the parameter as soon as it reaches the server by ...
0
votes
1answer
158 views

MSVC Unicode not displaying English

My problem is that my Unicode c++ program that I'm writing in MSVC express is displaying all strings in an Asian font. I cannot myself figure out how to make it display in English. Thank you for your ...
0
votes
3answers
262 views

C# Supporting Asian Languages

I've built a simple e-card creator web app for a client that accepts a personal greeting and draws it onto a selected card design. On my local machine, I can enter asian languages and the text is ...