asianfonts

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, totalSize)=popinstance.stat() self.logger.info("POP contains " + str(numMsgs) + " emails") for thisNu...

C# Supporting Asian Languages

Hello, 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 drawn correctly on the image. I have the asian languages installed on my machine. When I loaded the app to my client's server, asian l...

MSVC Unicode not displaying English

Hello. 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 time. ...

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 http://www.cs.northwestern.edu/~sco590/fonts_tutorial.html and found another identical tutorial sam...

Setting up font fallback in winforms in code

I have a C# Winforms application that does some image and text manipulation. Basically, it draws some images and puts text on them. What I would like to do is render English characters in Arial and East Asian language characters in an appropriate character font. The default Winforms font substitution almost handles this correctly. Engl...

Asian characters and Eclipse

Hi, 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 in UTF-8, my project and all it files too. My collegue can copy and paste asians chars with Eclipse on his MacBook, but Eclipse on W...

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 debugging in Eclipse, the characters look fine. If I do the same request using IE 8, the characters get garbled when I look at them at the same p...

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 getting rendered, so they're not getting screwed up before the server or by the server. The Content-Type of the server response header is the fol...

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 systems, and are unable to add fonts to their machines (for security reasons). We've embedded the fonts - but that makes the files HUGE (4-8M per...