Re: [gtk-i18n-list] Fonts in EPS Files

2010-09-02 Thread mpsuzuki
On Thu, 02 Sep 2010 11:22:15 -0500 Jeff Aigner jaig...@setnine.com wrote: I am trying to create a library that outputs to EPS files and running into an odd issue. I think you've already posted to better list: http://lists.freedesktop.org/archives/cairo/2010-August/020750.html Regards, mpsuzuki

Re: [cairo] Pango font thickness

2010-02-06 Thread mpsuzuki
by PdfSurface, the PDF has no embedded font, the text is drawn as a graphics. I'm unfamiliar with APIs of cairomm, but I guess there might be some show like operator that renders the font strictly. Please search for it, or tune the width of line to thin. Regards, mpsuzuki On Sat, 6 Feb 2010 17:12:44

Building Pango with uninstalled Cairo

2009-10-16 Thread mpsuzuki
with built-but-not-installed cairo. Behdad, could you review? Regards, mpsuzuki diff --git a/configure.in b/configure.in index 493f86b..1097228 100644 --- a/configure.in +++ b/configure.in @@ -368,12 +368,10 @@ cairo_required=1.7.6 PKG_CHECK_MODULES(CAIRO, cairo = $cairo_required, have_cairo=true

Small improvement to build Pango with uninstalled GLib.

2009-10-09 Thread mpsuzuki
configure.in setups GLib-related CFLAGS carefully for thread-safety, so I don't use AM_PATH_GLIB_2_0() and set only GLIB_MKENUMS by pkg-config in attached patch. Behdad, could you review the patch? Regards, mpsuzuki diff --git a/configure.in b/configure.in index 0879b14..493f86b 100644

Re: [gtk-i18n-list] Compile problem on OSX PPC after version 1.22.4

2009-06-26 Thread mpsuzuki
Hi, According the error message about undefined macro FC_XXX, it looks like fontconfig on your system is older than the version pango expects. Yet I've not checked the earliest fontconfig knowing FC_WEIGHT_EXTRABLACK, but is it possible to upgrade fontconfig? Regards, mpsuzuki On Fri, 26 Jun

Re: [gtk-i18n-list] Re: FYI: Requirements of Japanese Text Layout W3C Working Draft

2008-10-28 Thread mpsuzuki
. BTW, their investigation had no reports of the layout features for Arabic text (of course no reports for minority scripts). If anybody knows the situation of standardization or investigation on Arabic document layout features, please let me know. Regards, mpsuzuki

Re: [gtk-i18n-list] Re: Glyphs in vertical text are drawn on top of each other

2008-10-16 Thread mpsuzuki
don't have time to reproduce the issue, but I'm interested in. Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: [gtk-list] Can't compile GLib in Mac OS X

2008-08-10 Thread mpsuzuki
this? Regards, mpsuzuki On Sun, 10 Aug 2008 20:22:24 -0300 Serge Humphrey [EMAIL PROTECTED] wrote: But I don't understand. The first thing (CPPFLAGS=-l/usr/local/include) is exactly the same as the second. -Confused Bob [EMAIL PROTECTED] wrote: I guess CPPFLAGS=-l/usr/local/include should read

Re: [gtk-list] Can't compile GLib in Mac OS X

2008-08-09 Thread mpsuzuki
/local/lib please try. But I have to notice that it can make other unexpected libraries exposed to glib configure. To glib developers - is it bad idea that the addition of an option to specify the location of gettext to glib configure? Please let me know. Regards, mpsuzuki On Sat, 9 Aug 2008 21:01

Re: [gtk-i18n-list] Re: pango doesn't render non-Latin characters with cairo-quartz-font

2008-07-15 Thread mpsuzuki
Hi, I'm interested in this issue. Until 2008-07-28, I don't have sufficient time to reproduce the bug. If nobody works for the bug until the day, I will try to analyze the bug. Regards, mpsuzuki On Tue, 15 Jul 2008 06:19:12 -0500 Ryan Schmidt [EMAIL PROTECTED] wrote: I posed this question

Re: [gtk-i18n-list] OpenType and font-variant support

2008-06-29 Thread mpsuzuki
not be so far. But, the collaboration of non-freetype backends (e.g. Win32 or MacOS CoreGraphics) may be slightly difficult. Today I don't have sufficient to time to discuss in detail, I will post next message after 2008-July-03. I wish other people keep the discussion. Regards, mpsuzuki

Re: [gtk-list] Error while installing gtk-1.2.10 src.rpm

2008-03-17 Thread mpsuzuki
am getting the following error while installing gtk rpm : aclocal: configure.in: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library Have you installed automake-1.4? Regards, mpsuzuki ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org

Re: [gtk-list] RPM generation with gtk1

2008-03-16 Thread mpsuzuki
+-1.2.10-61.fc9.src.rpm. 3. Where do I have make the appropriate changes for the rpm to build with gtk 1?? I'm not sure what you want to do. You want to apply your own patch to gtk+-1.2.10 source and make a RPM including the patched binary executable? Regards, mpsuzuki

Re: [gtk-i18n-list] Re: On CJK font selection (was Re: [Fwd: Re: Request for review and advice on wqy-bitmap-fonts fontconfig settings])

2007-12-20 Thread mpsuzuki
crappy fonts. How do I don't care enough about those cases I'm not surprised. Excuse me, PANGO_LANGUAGE is the solution to modify the Pango's behaviour that Qianqian Abel ask for fix? Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org

Re: [gtk-i18n-list] Re: On CJK font selection (was Re: [Fwd: Re: Request for review and advice on wqy-bitmap-fonts fontconfig settings])

2007-12-20 Thread mpsuzuki
, it looks as strange zig-zag behaviour. I could not stop this switching by setting PANGO_LANGUAGE=en nor PANGO_LANGUAGE=ja. How can I stop this switching? Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org

Re: [gtk-i18n-list] Re: On CJK font selection (was Re: [Fwd: Re: Request for review and advice on wqy-bitmap-fonts fontconfig settings])

2007-12-20 Thread mpsuzuki
changed as (2'), (3'), (4') during typing keys. The dynamically font switching shifts the baseline up and down, it looks as strange zig-zag behaviour. I could not stop this switching by setting PANGO_LANGUAGE=en nor PANGO_LANGUAGE=ja. How can I stop this switching? Regards, mpsuzuki

Re: [gtk-i18n-list] Re: On CJK font selection (was Re: [Fwd: Re: Request for review and advice on wqy-bitmap-fonts fontconfig settings])

2007-12-20 Thread mpsuzuki
LC_LANG=en_US LC_MESSAGES=ja_JA - Choose a non-generic font family in gedit. That is, something other than Sans, Sans-serif, and Monospace. Oops, it's too application specific... Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list

Re: [gtk-i18n-list] Re: On CJK font selection (was Re: [Fwd: Re: Request for review and advice on wqy-bitmap-fonts fontconfig settings])

2007-12-20 Thread mpsuzuki
~/.fonts.conf. It seems that my request (binding a same font to COMMON character, at least in Latin CJK context) can be realized by it - so it's off-topic to this list? Should I move to fontconfig? Anyway, thank you for enlightening me. Regards, mpsuzuki

Re: [gtk-i18n-list] On CJK font selection (was Re: [Fwd: Re: Request for review and advice on wqy-bitmap-fonts fontconfig settings])

2007-12-12 Thread mpsuzuki
on horizontal-writing mode. Qianqian, for Chinese users' eyes, they seem to be correctly positioned? Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: [gtk-i18n-list] Which Non-Latin Scripts Do Free Software Fonts Not Cover?

2007-10-17 Thread mpsuzuki
, # but the speed of projects had a bottle neck in the # difficulty of communication between Japanese students in # font production and native users of the scripts, I heard. Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http

Re: [gtk-i18n-list] Determine the best encoding/script for a given text

2007-03-13 Thread mpsuzuki
for Vietnamese script. Regards, mpsuzuki Gaurav Jain wrote: Hi, I need to find out the Script code for a given Unicode string. I found the API g_unichar_get_script() available in GLIB 2.10 which does this, but this doesn't seem to have support for Chinese script. For e.g., is it possible to find

Re: [gtk-devel-list] Direct/Modules: Could not open module directory '~/lib/directfb-0.9.25/systems'!

2006-10-12 Thread mpsuzuki
can any one plz let me know the reason and solution. Log all systemcalls by strace aslike: $ strace -o arm-linux-dfbinfo.log -f arm-linux-dfbinfo And seach which pathname DirectFB searches for directfb-0.9.25/systems, from logged file arm-linux-dfbinfo.log. Regards, mpsuzuki

Re: [gtk-list] make install fails on Mac OS X

2006-09-26 Thread mpsuzuki
by -ltiff, I created symlinks after installation, as: libtiff.la - libtiff38.la libtiff.a - libtiff38.a Regards, mpsuzuki P.S. However, I'm afraid that following to Fink developers' method might be most safe, if you're going to co-use their packages. I've not checked how they do

Re: [gtk-i18n-list] Bold fonts not bold on MAC?

2006-09-24 Thread mpsuzuki
(including the installed arial) on Apples unavailable, and that probably isn't such a good idea either. I see. Therefore, the expected solution might be 1-b. I will take a look, but possibly I cannot proceed until the end of November. Regards, mpsuzuki ___ gtk

Re: [gtk-list] Problems compiling gtk+-2.40 on Solaris 8

2006-09-15 Thread mpsuzuki
On Fri, 15 Sep 2006 15:15:05 -0400 Dotun Olafunmiloye [EMAIL PROTECTED] wrote: In file included from /usr/include/string.h:18, from /usr/X11R6/include/X11/Xlibint.h:201, from gdkasync.c:47: /usr/include/iso/string_iso.h:62: error: parse error before '(' token

Re: [gtk-list] Problems compiling gtk+-2.40 on Solaris 8

2006-09-15 Thread mpsuzuki
On Fri, 15 Sep 2006 15:39:51 -0400 Dotun Olafunmiloye [EMAIL PROTECTED] wrote: Thanks, but I am using gcc version 3.4.2 which very new ? gcc (GCC) 3.4.2 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even

Re: [gtk-devel-list] Re: Re: GTK Build on Mac OS X

2006-09-14 Thread mpsuzuki
is included in gnome-doc-utils. gnome-doc-utils requires libxml-2.x and libxslt. possibly you will have to install: scrollkeeper, docbook DTDs, perl module XML::Parser, OpenJade, OpenSP and several SGML/XML packages. Regards, mpsuzuki ___ gtk

Re: [gtk-list] libgtk 2.0: undefined reference to glib

2006-09-14 Thread mpsuzuki
/libglib-2.0.la is listed? Regards, mpsuzuki ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: [gtk-list] Loading 2.6 symbols when linked against 2.4

2006-09-14 Thread mpsuzuki
. the handle of (new) libfreetype.so is obtained. 3. execute dlsym() against the handle to lookup optional functions. I think similar technique is usable, but I'm really suspicious against its portability. Regards, mpsuzuki ___ gtk-list mailing list gtk-list

Re: [gtk-list] Loading 2.6 symbols when linked against 2.4

2006-09-14 Thread mpsuzuki
Hi, On Fri, 15 Sep 2006 13:01:47 +0900 [EMAIL PROTECTED] wrote: If the functions to be checked is in yet-not-loaded pluggable modules (e.g. pango-arabic-fc.so), g_module_symbol() will be useful. But, ellipsis issue is slightly different, because it is in libpango, and it is linked at once when

Re: [gtk-list] Gtk+-2.10.2 with directfb fails

2006-09-05 Thread mpsuzuki
libtool files (libXXX.la). Could you send me libXXX.la in /usr/gtkfb/lib? All of them are small sh scripts. Regards, mpsuzuki ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: [gtk-list] Gtk+-2.10.2 with directfb fails

2006-09-04 Thread mpsuzuki
, could you show your config.log and config.status? I suppose some inappropriate pkg-config file (xxx.pc) or inappropriate libtool library (libxxx.la) are red and causes the inappropriate linking of /usr/lib/libgobject. Regards, mpsuzuki On Mon, 4 Sep 2006 15:35:37 +0530 Toufeeq Hussain [EMAIL

Re: [gtk-list] Gtk+-2.10.2 with directfb fails

2006-09-02 Thread mpsuzuki
, although that in /usr/gtkfb is 2.12.2, thus the linker is confused and you got error. Why 2 glib are mixed? I guess, you didn't install atk into /usr/gtkfb. atk in /usr is used. pkg-config file of atk in /usr introduced glib in /usr, instead of that in /usr/gtkfb. Regards, mpsuzuki

Re: [gtk-devel-list] Design decisions for GLib and GTK+ on Win32

2006-08-29 Thread mpsuzuki
)introducing win9x code and runtime optionality of win2k-only APIs. (MSLU = Microsoft Layer for Unicode, see MSDN.) Thank you for info. How about multithreading and memory management APIs? Win2k-and-newer APIs are already introduced for such? Regards, mpsuzuki

Re: [gtk-devel-list] Design decisions for GLib and GTK+ on Win32

2006-08-29 Thread mpsuzuki
, now I have no reason to object against the removal of current win9x-specific code, because better implementation by MSLU is suggested. (and I think it's right solution.) Regards, mpsuzuki ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http

Re: [gtk-devel-list] Design decisions for GLib and GTK+ on Win32

2006-08-28 Thread mpsuzuki
without Uniscribe kinda defeats the whole purpose of Pango, doesn't it? As I vote Not to the first question, I should vote No again. BTW, the request of Uniscribe backend is for Unicode text layout by Uniscribe instead of HarfBuzz? Anything else? Regards, mpsuzuki

Re: [gtk-devel-list] Design decisions for GLib and GTK+ on Win32

2006-08-28 Thread mpsuzuki
itself. By Uniscribe rendering, the complex script rendering would be exactly same with popular Win32 applications (e.g. wordpad.exe). I guess it is the advantage prioritized by the people who request default-and-builtin Uniscribe support. Am I right? Regards, mpsuzuki

Re: [gtk-devel-list] Design decisions for GLib and GTK+ on Win32

2006-08-28 Thread mpsuzuki
. And, is it possible to switch complexed text layout system between Uniscribe and HarfBuzz dynamically? (dynamically means no application restart, no reconfiguration of /etc/pango/pango.modules) Regards, mpsuzuki ___ gtk-devel-list mailing list gtk-devel-list

Re: [gtk-i18n-list] How to create a PangoXFont object

2006-08-24 Thread mpsuzuki
pango header files. Therefore, libpango cannot know how to handle PangoXFont object at all, we have to use libpangox. Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: [gtk-list] pango on MAC OS X

2006-08-20 Thread mpsuzuki
: pango.modules itself should be included in the software package, or the install executes pango-querymodules during installation procedure. Regards, mpsuzuki P.S. Yet I could not make other pango modules working under ATSUI configuration: I cannot render Arabic, Indic, and CJK scripts at all

Re: [gtk-i18n-list] Mac font choices

2006-08-17 Thread mpsuzuki
resource fork mac font. Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: [gtk-i18n-list] Bold fonts not bold on MAC?

2006-08-17 Thread mpsuzuki
Sorry, I slipped to attach GIF. On Thu, 17 Aug 2006 14:52:54 +0900 [EMAIL PROTECTED] wrote: The comparison of results is shown in attached GIF. libavg-0.5.8-ftmac.gif Description: GIF image ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org

Re: [gtk-i18n-list] Bold fonts not bold on MAC?

2006-08-16 Thread mpsuzuki
ignore .dfont 2-b: Pango should accept .dfont Yet I'm not sure which is best solution. Ulrich, how do you think of? Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: [gtk-i18n-list] Bold fonts not bold on MAC?

2006-07-30 Thread mpsuzuki
in font file vs FreeType. I'm using Pango 1.13.3, freetype 2.1.10 and fontconfig 2.3.1, all compiled from source. Please send me some sample source (to test bolden Arial), I will check it. Either I wish that you can provide compiled binary, if possible. Regards, mpsuzuki

Re: [gtk-list] Re: PyGTK + Khmer Unicode + Win32 == possible ?

2006-04-01 Thread mpsuzuki
) for non-Unicode legacy fonts. Regards, mpsuzuki ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: [gtk-list] Re: PyGTK + Khmer Unicode + Win32 == possible ?

2006-04-01 Thread mpsuzuki
://www.bauhahnm.clara.net/Khmer/Welcome.html#KHMERKEYBOARD I wish if I'm understanding your question correctly. Regards, mpsuzuki ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: [gtk-list] Error compiling glib-1.2.10

2006-02-23 Thread mpsuzuki
version which can compile glib-1.2.10. Regards, mpsuzuki ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: [gtk-list] build error, can't link to pango

2006-02-14 Thread mpsuzuki
. Regards, mpsuzuki ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: [gtk-devel-list] Japanese characters in paths (GTK 1.2)

2006-02-08 Thread mpsuzuki
? Regards, mpsuzuki ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: [gtk-i18n-list] `.pcf' font not accessible from pango

2006-01-16 Thread mpsuzuki
cannot use non-ASCII PCF/BDF via fontconfig. Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: [gtk-i18n-list] `.pcf' font not accessible from pango

2006-01-16 Thread mpsuzuki
where one should write a special `petsci' rendering backend for pango? I'm just curious. Umm, I've never written Pango backend by myself, I have no good idea. I have to check other graphic methods like AAlib. Regards, mpsuzuki ___ gtk-i18n-list mailing

Re: [gtk-i18n-list] `.pcf' font not accessible from pango

2006-01-16 Thread mpsuzuki
for BDF/PCF is only /usr/X11R6/lib/ X11/fonts/encodings/ (in the case of X11R6.8.2). Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: [gtk-i18n-list] `.pcf' font not accessible from pango

2006-01-13 Thread mpsuzuki
and charset encoding 1. for right fix, both of fontconfig and pango/gtk+ should be modified, I think. however, I'm not sure if gtk2 has better system to draw an art by font (like ascii-art). Regards, mpsuzuki VICE_CBM.png Description: Binary data ___ gtk

pango-utils.h versus gcc2.95.x

2006-01-12 Thread mpsuzuki
* normally. 100 */ 101 G_GNUC_CONST gboolean pango_is_zero_width (gunichar ch); this part is introduced in http://cvs.gnome.org/viewcvs/pango/pango/pango-utils.h?r1=1.16r2=1.17 It seems that gcc3 (and possibly gcc4) can compile the part. Any idea to work with gcc-2.95.x? Regards, mpsuzuki

Re: [gtk-i18n-list] `.pcf' font not accessible from pango

2006-01-11 Thread mpsuzuki
On Wed, 11 Jan 2006 22:01:14 +0100 pottendo [EMAIL PROTECTED] wrote: I tried your steps: bash cp /usr/X11R6/lib/X11/fonts/misc/k14.pcf.gz . ... As you `fonts.cache-1' is empty. It does work however for some other .pcf.gz fonts: -rw-r--r-- 1 jason users 21547 Jan 11 21:45 clR6x12.pcf.gz

Re: [gtk-i18n-list] `.pcf' font not accessible from pango

2006-01-09 Thread mpsuzuki
, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: [gtk-i18n-list] `.pcf' font not accessible from pango

2006-01-08 Thread mpsuzuki
libraries, like font-config, XFT and Pango. Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: [gtk-list] Cross compile glib for ARM

2006-01-04 Thread mpsuzuki
-linux-gcc LD=arm-linux-ld When you execute ./configure, the environment is configured to build on your host. It's too late to teach CC and LD. I recommend you to learn more about how to use GNU configure for cross building. Regards, mpsuzuki ___ gtk-list

Re: [gtk-list] Cross compile glib for ARM

2006-01-04 Thread mpsuzuki
, ./configure simply misunderstands i am in arm-linux. --build option is guessed correctly and it is recognized as cross compiling, but it seem that glib can not accept cross compile. Sorry! mpsuzuki ___ gtk-list mailing list gtk-list@gnome.org http

Re: [gtk-devel-list] Can I have GTK+ running on X without a libX11 dependency

2006-01-03 Thread mpsuzuki
) including -lX11, or -lXft, etc comes from? Regards, mpsuzuki ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: [gtk-i18n-list] `.pcf' font not accessible from pango

2006-01-03 Thread mpsuzuki
Hi, On Mon, 2 Jan 2006 15:26:34 +0100 pottendo [EMAIL PROTECTED] wrote: I'm trying to migrate an application from GTK 1.x to GTK 2.x (Vice, http://www.viceteam.org). This applications uses some handcrafted font which works well within an X11 environment. The source of the font is .bdf which is

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-31 Thread mpsuzuki
. Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-30 Thread mpsuzuki
, such usage is theoretically wrong). The codepoint area is larger than Tibetan set A area (ca 1530), but a bit smaller than that of set B area (ca 5668). I'm not sure if the charset of the font is a subset of set B. Anybody knows? Regards, mpsuzuki ___ gtk-i18n

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-30 Thread mpsuzuki
and Chia-I Wu told that there are similar issues (A B) in Taiwanese standard CNS11643. Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-23 Thread mpsuzuki
. O2: (can) differ with the scan-order for public codepoints, but common for all codepoints in all PUA planes. O3: (can be) specified independently for each PUA planes. O4: both of the codepoint area and the scan-order for the area can be defined manually. Regards, mpsuzuki

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-23 Thread mpsuzuki
? Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-20 Thread mpsuzuki
) contains a reference to U+FE10. Excuse me, please describe in detail how to pickup this information (U+E78D should be displayed by U+FE10) from font file. Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-19 Thread mpsuzuki
using the PUA codepoints for different purpose. Is it the role of iconv? Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-19 Thread mpsuzuki
, at present... BTW, I don't have CJK unifont including Plane 15 16. How do I obtain that? Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-19 Thread mpsuzuki
anymore, because font-config cannot detect suitable font automatically. Is it small problem? BTW, I don't have CJK unifont including Plane 15 16. How do I obtain that? http://www.cjkunifonts.info Thanks again, Regards, mpsuzuki ___ gtk-i18n-list

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-19 Thread mpsuzuki
Unicode-4.1.0. The character at PUA codepoint U+E78D is same with U+FF10? Wrong. I meant The character at PUA codepoint U+E78D is same with U+FE10?. Regards, mpsuzuki ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman

Re: [gtk-list] How can I find out if a program is already running

2005-12-09 Thread mpsuzuki
). Thus, there might be something helpful in GNOME. However, I don't know you want to use GNOME or anything else. Regards, mpsuzuki ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Japanese Display for gtk+-1.2.9

2005-11-08 Thread mpsuzuki
On Wed, 9 Nov 2005 14:11:15 +0800 Xyber Blue [EMAIL PROTECTED] wrote: Ok. Thanks for the info Mr. Suzuki... BTW, the X Window that we are use is the tiny X server for embedded systems. We only noticed this now because we are not the one doing the X window port for FRV, Im very sorry for this. We

Re: Japanese Display for gtk+-1.2.9

2005-11-07 Thread mpsuzuki
On Mon, 7 Nov 2005 18:12:44 +0800 Xyber Blue [EMAIL PROTECTED] wrote: The only problem we've got here is that it will not convert english text to japanese text like what we see at the testfont selector. Currently, we found out that our system doesn't have gettext. Is there any relation between

Re: Japanese Display for gtk+-1.2.9

2005-11-04 Thread mpsuzuki
On Fri, 4 Nov 2005 16:22:31 +0800 Xyber Blue [EMAIL PROTECTED] wrote: There's another thing that I've noticed... When Im trying to paste japanese characters to textbox of fontselector using this compiled gtk with -DX_LOCALE enabled and X with -DX_LOCALE enabled, the japanese characters is

Re: Japanese Display for gtk+-1.2.9

2005-11-03 Thread mpsuzuki
On Fri, 4 Nov 2005 14:19:13 +0800 Xyber Blue [EMAIL PROTECTED] wrote: By the way, here is the strace log of the testfont that can't translate japanese text... Instead, it will only display english... From strace output, locale database for libc is initialized for ja_JP.eucJP and that for X11 is

Re: Japanese Display for gtk+-1.2.9

2005-11-03 Thread mpsuzuki
On Fri, 4 Nov 2005 14:46:41 +0800 Xyber Blue [EMAIL PROTECTED] wrote: My X11 built for X_LOCALE, the -DX_LOCALE option is used... but my gtk at this time does not use -DX_LOCALE. It sounds as if you did same thing with your first post. Any difference?

Re: Japanese Display for gtk+-1.2.9

2005-11-02 Thread mpsuzuki
On Wed, 2 Nov 2005 16:50:58 +0800 Xyber Blue [EMAIL PROTECTED] wrote: Thanks for the hint Mr Suzuki, I will work on it. I will try to rebuild the X-Window with no -DX_LOCALE. I am also trying building gtk before Im posting this problem with the following: make CFLAGS=-DX_LOCALE But still

Re: Japanese Display for gtk+-1.2.9

2005-11-02 Thread mpsuzuki
Xyber Blue wrote: If you check symbols in libgdk-1.2.so http://libgdk-1.2.so/ (built with -DX_LOCALE) like: nm -ap /usr/lib/libgdk-1.2.so.0 | fgrep setlocale what do you receive? [EMAIL PROTECTED] ~]# frv-linux-gnu-nm -ap /opt/gtk-dillo/lib/libgdk-1.2.so.0 | fgrep setlocale

Re: Japanese Display for gtk+-1.2.9

2005-11-02 Thread mpsuzuki
On Wed, 2 Nov 2005 18:36:33 +0800 Xyber Blue [EMAIL PROTECTED] wrote: Im very sorry but I need to post this. If Im going to call locale command, i got this following messages: Before all, I recommend you to work with non-root account. [EMAIL PROTECTED] gtk]# locale locale: Cannot set LC_CTYPE

Re: Japanese Display for gtk+-1.2.9

2005-11-02 Thread mpsuzuki
in libc. It does not call _Xsetlocale(). Therefore, it will fail as the first test with xmbcs.c. If it is configured to use _Xsetlocale(), libgdk-1.2.so.0 won't call setlocale(). mpsuzuki Im very sorry for my previous reply. It seems that this cross compiled gtk doesn't use -DXLOCALE. I think your

Re: Japanese Display for gtk+-1.2.9

2005-11-02 Thread mpsuzuki
On Thu, 3 Nov 2005 13:43:22 +0800 Xyber Blue [EMAIL PROTECTED] wrote: I think It is insufficient to use X_LOCALE. What you receive when you execute? frv-linux-gnu-nm -ap /opt/gtk-dillo/lib/libgtk-1.2.so.0 | fgrep alnum With -DX_LOCALE (No output) ]# frv-linux-gnu-nm -ap

Re: Japanese Display for gtk+-1.2.9

2005-11-01 Thread mpsuzuki
On Wed, 2 Nov 2005 09:40:33 +0800 Xyber Blue [EMAIL PROTECTED] wrote: It tests /usr/X11R6/lib/X11/locale /locale.alias on your system. If works correctly, you will receive [EMAIL PROTECTED] root]# ./xresolvelocale ja_JP call _XlcResolveLocaleName() for ja_JP... resolved siname=ja_JP.eucJP

Re: Japanese Display for gtk+-1.2.9

2005-11-01 Thread mpsuzuki
On Wed, 2 Nov 2005 10:59:37 +0900 [EMAIL PROTECTED] wrote: On the system whose libX11 loads /usr/X11R6/lib/X11/locale/ja/XLC_LOCALE, the output will be: $ ./xresolvelocale.exe ja_JP call _XlcResolveLocaleName() for ja_JP... resolved siname=ja_JP.eucJP

Re: Japanese Display for gtk+-1.2.9

2005-11-01 Thread mpsuzuki
On Wed, 2 Nov 2005 10:27:55 +0800 Xyber Blue [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] root]# ./xresolvelocale2 `locale -a` | grep X11 | sort | uniq /usr/X11R6/lib/X11/locale/C/XLC_LOCALE /usr/X11R6/lib/X11/locale/ja/XLC_LOCALE Wao, this output means: there's at least 1 locale that you can use

Re: Japanese Display for gtk+-1.2.9

2005-11-01 Thread mpsuzuki
On Wed, 2 Nov 2005 10:40:24 +0800 Xyber Blue [EMAIL PROTECTED] wrote: Wao, this output means: there's at least 1 locale that you can use Japanese on X11. Show the output of ./xresolvelocale2 `locale -a`. I am attaching the output file of the above command... From the output, the lowest

Re: Japanese Display for gtk+-1.2.9

2005-11-01 Thread mpsuzuki
On Wed, 2 Nov 2005 14:43:57 +0800 Xyber Blue [EMAIL PROTECTED] wrote: Could you compile xmbcs.c after replacing setlocale() by _Xsetlocale() as following? After the said changes, the program successfully displayed the japanese characters. What does it mean??? What is the difference between the

Re: Japanese Display for gtk+-1.2.9

2005-10-31 Thread mpsuzuki
On Mon, 31 Oct 2005 15:45:36 +0800 Xyber Blue [EMAIL PROTECTED] wrote: If works correctly (it means X11 itself is capable to display Japanese text with XmbDrawString, which is used by gtk+-1.2.x either), you will receive small window like attached GIF. Thanks mpsuzuki for the sample program

Re: Japanese Display for gtk+-1.2.9

2005-10-31 Thread mpsuzuki
On Mon, 31 Oct 2005 16:55:11 +0800 Xyber Blue [EMAIL PROTECTED] wrote: This is it We stop the program execution after 15 secs. When I grep X11's locale DB access as following: $ fgrep /usr/X11R6/lib/X11 xmbcs_strace.log open(/usr/X11R6/lib/X11/locale/locale.alias,

Re: Japanese Display for gtk+-1.2.9

2005-10-31 Thread mpsuzuki
On Mon, 31 Oct 2005 19:16:27 +0800 Xyber Blue [EMAIL PROTECTED] wrote: attached are the files. Umm. When XSupportsLocale() is executed under LANG=ja_JP (or ja_JP.eucJP), it should try ja_JP database in /usr/X11R6/lib/X11/locale/ja/XLC_LOCALE But, from your strace.log, xmbcs on your FR-V

Re: Japanese Display for gtk+-1.2.9

2005-10-31 Thread mpsuzuki
On Tue, 1 Nov 2005 10:44:40 +0900 [EMAIL PROTECTED] wrote: I think more indepth debugging is required. To trace internal locale-related function in libX11, the public header/library files are insufficient. Now I say the sources for your libX11 is required. BTW, build attached xresolvelocale.c

Re: Japanese Display for gtk+-1.2.9

2005-10-30 Thread mpsuzuki
either), you will receive small window like attached GIF. Regards, mpsuzuki xmbcs.c Description: Binary data xmbcs.gif Description: GIF image ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Japanese Display for gtk+-1.2.9

2005-10-27 Thread mpsuzuki
On Thu, 27 Oct 2005 13:58:13 +0800 Xyber Blue [EMAIL PROTECTED] wrote: Within my preparation, please install strace program onto FR-V. It is a tool to trace all system calls from a process, and useful to check which directories are scanned, which files are checked, and which files are opened. We

Re: Japanese Display for gtk+-1.2.9

2005-10-27 Thread mpsuzuki
On Thu, 27 Oct 2005 21:07:26 +0800 Xyber Blue [EMAIL PROTECTED] wrote: Hello, Attach is the following logs from strace using locale C and locale ja_JP.eucJP. I don't know what's wrong with the locale but ja_JP.eucJP is not originally build in our system. We are creating it using localedef

Re: Japanese Display for gtk+-1.2.9

2005-10-26 Thread mpsuzuki
On Wed, 26 Oct 2005 15:43:29 +0800 Xyber Blue [EMAIL PROTECTED] wrote: Here is the attach pics of the dillo web browser that cannot display japanese language ont its widgets. I wish if you had attached them in your first post :-) Do the checkpoint 3 in my previous post: * run some application

Re: Japanese Display for gtk+-1.2.9

2005-10-26 Thread mpsuzuki
are opened. Regards, mpsuzuki ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Japanese Display for gtk+-1.2.9

2005-10-25 Thread mpsuzuki
for your difficult experience to crossbuild xlsfonts. The reason why I didn't ask remote xlsfonts and I asked to use native xlsfonts on your target is that I wanted you to do atomic test without uncertainity. mpsuzuki, Im still working on cross compiling the fontset.c but still I am encounter errors

Re: Japanese Display for gtk+-1.2.9

2005-10-25 Thread mpsuzuki
this idea because it's my first time to use this way. Thanks... About gtk+-1.2.x application, the used X-server is on FR-V X-server. In fact, even if you shut down host PC X-server, you can do same test. Regards, mpsuzuki ___ gtk-list mailing list gtk

Re: Japanese Display for gtk+-1.2.9

2005-10-25 Thread mpsuzuki
filesystem. About message catalogue, please google about gettext. Possibly you can't find /usr/share/locale/ja/LC_MESSAGES/gtk+.mo. Regards, mpsuzuki ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Japanese Display for gtk+-1.2.9

2005-10-25 Thread mpsuzuki
Possibly, the root of terminology confusion is the usage of the word X-server, as Mr. Tor pointed. We had better use real program name on FR-V instead of X-server. /usr/X11R6/bin/X is enough? If my guess is right... Mr. Tor and me agree that /usr/X11R6/bin/X on FR-V is configured to display

  1   2   >