Unicode rendering in Tk
I've got one more Tk problem. For reasons that I don't understand,
some "exotic" (non-ASCII) characters render properly some of the time
and are displayed as \uwxyz sequences other times. For instance, I'm
looking at a display right now where in one window I've got a button
labelled with the IPA character for the palatal nasal, properly
rendered, and in a text window of the same program, using the same
font family (Courier) at the same size (14 point) this character is
not rendered; instead, it is displayed as \u0272! What on earth causes
this?
If you want to check it out, I've put a screenshot at:
http://www.cis.upenn.edu/~wjposer/TkUnicode.jpg
Bill
--
Bill Poser, Linguistics, University of Pennsylvania
http://www.ling.upenn.edu/~wjposer/ billposer@xxxxxxxxxxxx
.
Relevant Pages
- Re: Unicode rendering in Tk
... some "exotic" characters render properly some of the time and are displayed as \uwxyz sequences other times. ... For instance, I'm looking at a display right now where in one window I've got a button labelled with the IPA character for the palatal nasal, properly rendered, and in a text window of the same program, using the same font family at the same size this character is not rendered; instead, it is displayed as \u0272! ... (comp.lang.tcl) - Re: Arabic cursive in Unicode
... For example, on the Mac, as you type an Arabic character, you see an isolated form or a final form. ... This means that the display software has to look at the context of the "logical character codes" and select the appropriate "presentation glyphs" every time the text has to be re-displayed. ... It would be up to the software whether to give the user the option of displaying the ligatures from the Presentation Forms-A list. ... I suspect that this kind of option would only be available in specialized Arabic-language input software. ... (sci.lang) - Re: Z-Buffer problems rendering a Mesh
... Zbuffer do you add the corresponding flag in the Device.Clear call (else ... you'll clear only the render target, ... > I am creating a windows app to store and display .x files. ... > TO LOAD THE FILE INTO A MESH: ... (microsoft.public.win32.programmer.directx.managed) - Convert GIF to Super IRG 2 and other character flip text modes
... display modes that I came up with, ... Super IRG 2 and Super CIN, as these seem to be the best of the 18 new ... converting this picture into character fonts from BASIC. ... The tricky mode, however, is Super IRG 2. ... (comp.sys.atari.8bit) - [PATCH] console UTF-8 fixes
... I send a patch to the UTF-8 part of the vt driver. ... If a certain character is not found in the glyph ... characters) is to simply display the glyph loaded in that position. ... (Linux-Kernel) |
|