[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-09-09 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671


User hdu changed the following:

What|Old value |New value

  CC|'enoki,kamataki,masayan'  |'cmc,enoki,kamataki,masaya
|  |n'





--- Additional comments from [EMAIL PROTECTED] Tue Sep  9 13:44:24 + 
2008 ---
I had another short look into this issue: The sazanami font on Ubuntu doesn't 
seem to have this 
problem.

The FC version tora mentioned in #desc5 and the Ubuntu version (named 
2004-01-01) have important 
differences (e.g. filesize 7550408 vs 7690324) but they claim to be the same 
version! The FC8 version 
seems to be modified with fontforge (it has a FFTM table) and has a much 
shorter GSUB table than the 
corresponding Ubuntu version (1154 vs. 1888 bytes). The GSUB table is essential 
for vertical writing so 
I'm not too surprised that vertical writing is impacted. What might be 
interesting is that the Ubuntu 
version mentions the Univ. of Tokyo while the FC version doesn't.

Since hex-debugging the subtle differences between subtables of multi-megabyte 
files is not too much 
fun I'd rather avoid doing it, especially since the reason seems to be bugs in 
the font itself...

@tora: can you test with the Ubuntu versions or even newer ones

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-09-09 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671





--- Additional comments from [EMAIL PROTECTED] Tue Sep  9 14:34:42 + 
2008 ---
I can reproduce this under current fedora (to-be F10, and I see that our spec
has some mention of an attempt to fix
https://bugzilla.redhat.com/show_bug.cgi?id=196433 by modifying the font. If I
revert the font locally to the original upstream version, then indeed the
rendering look much more sane.

So it looks, to me at least, that this is specific to some fallout of that
fedora customized hackery of the font. Perhaps closed-invalid

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-09-09 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671





--- Additional comments from [EMAIL PROTECTED] Tue Sep  9 14:36:56 + 
2008 ---
fedora bug logged as https://bugzilla.redhat.com/show_bug.cgi?id=461617

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-09-09 Thread tora
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671





--- Additional comments from [EMAIL PROTECTED] Tue Sep  9 16:32:35 + 
2008 ---
@hdu: Ubuntu version of the Sazanami fonts seems not to have a problem.
@cmc: Thank you for the investigation.

Comparison
 The font files in question embedded in Fedora 8 differ from others. 

 SourceForge.jp
  http://iij.dl.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2
   82154d9ff553427dc9db0f202915be75  sazanami-gothic.ttf   7690324 
   7382c61f715185bb6e8da23c2c541c31  sazanami-mincho.ttf  10554196 

 Ubuntu
  ttf-sazanami-gothic
  ttf-sazanami-mincho
   82154d9ff553427dc9db0f202915be75  sazanami-gothic.ttf   7690324 
   7382c61f715185bb6e8da23c2c541c31  sazanami-mincho.ttf  10554196 

 Fedora 8
  sazanami-fonts-gothic-0.20040629-4.20061016.fc8
  sazanami-fonts-mincho-0.20040629-4.20061016.fc8
   395227c8ee4c126bdd0b5a462f528e34  sazanami-gothic.ttf   7550408 
   3c2c326b56fc6249789022e0f6f6035a  sazanami-mincho.ttf  10414200 

 Fedora Core 6
  fonts-japanese-0.20050222-11.1.1
   82154d9ff553427dc9db0f202915be75  sazanami-gothic.ttf   7690324 
   7382c61f715185bb6e8da23c2c541c31  sazanami-mincho.ttf  10554196 


Confirmation
 Replacing the different fonts with the original ones makes things better. 

 Experiment 1
  Font: sazanami-fonts-gothic-0.20040629-4.20061016.fc8
  Version: OOO300_m4 running on Fedora 8
   strace -f -o log.txt -e trace=file /opt/ooo-dev3/program/soffice
92671_Font_Sazanami_Gothic.odt 
29724 open(/usr/share/fonts/dejavu/DejaVuSans.ttf, O_RDONLY) = 24
29724 open(/usr/share/fonts/liberation/LiberationSerif-Regular.ttf,
O_RDONLY) = 41
29724 open(/usr/share/fonts/sazanami-fonts-gothic/sazanami-gothic.ttf,
O_RDONLY) = 42
  Result: the problem can be observed. 

 Experiment 2
  Font: http://iij.dl.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2
  Version: OOO300_m4 running on Fedora 8
   strace -f -o log.txt -e trace=file /opt/ooo-dev3/program/soffice
92671_Font_Sazanami_Gothic.odt 
29627 open(/usr/share/fonts/dejavu/DejaVuSans.ttf, O_RDONLY) = 24
29627 open(/usr/share/fonts/liberation/LiberationSerif-Regular.ttf,
O_RDONLY) = 41
29627 open(/usr/share/fonts/sazanami-fonts-gothic/sazanami-gothic.ttf,
O_RDONLY) = 42
  Result: the problem has gone.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-09-02 Thread tora
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671





--- Additional comments from [EMAIL PROTECTED] Tue Sep  2 06:19:16 + 
2008 ---
@hdu: Unfortunately, OOO300_m4 does not help. The phenomenon can be observed 
with OOO300m_4 running on both Fedora Core 6 and Fedora 8. 

Snapshots is being attached. 
 92671_Font_Sazanami_Gothic.odt_OOO300_m4_snapshots.odp


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-09-02 Thread tora
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671





--- Additional comments from [EMAIL PROTECTED] Tue Sep  2 06:20:48 + 
2008 ---
Created an attachment (id=56150)
Snapshots of OOO300_m4 running on both Fedora Core 6 and Fedora 8


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-09-01 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671





--- Additional comments from [EMAIL PROTECTED] Mon Sep  1 14:00:17 + 
2008 ---
This might also be a result of issue 88376.
@tora: can you please check again with a milestone that has CWS vcl93 
integrated (e.g. OOO300_m4 or 
DEV300_m31)?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-08-13 Thread tora
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671





--- Additional comments from [EMAIL PROTECTED] Wed Aug 13 08:22:58 + 
2008 ---
@hdu: Here is a result set of experiment with OOO300_m2 Linux.
 - 92671_Font_Sazanami_variants_on_OOO300_m2.odp
 - 92671_Font_Sazanami_Mincho.odt
 - 92671_Font_Sazanami_Gothic.odt

OOO300_m2 running on Fedora 8, remotely displayed on Fedora Core 6.
The both fonts, Sazanami_Mincho and Sazanami Gothic, are installed in both 
Fedora 8 and Fedora Core 6. 

It seems that no difference is identified between 
 (a) export SAL_DISABLE_FC_SUBST=1
 (b) unset SAL_DISABLE_FC_SUBST

With font Sazanami Mincho, change of zoom factor results in change of 
appearance. Within the certain range of zoom factor, some glyphs disappear. 
They are the glyph having substitution glyph for vertical alternative. 

One glyph, u266a, however, never disappear regardless of the zoom factor, 
but its glyph is rendered at 90 degree rotation. 

With font Sazanami Gothic, it seems change of zoom factor does not cause 
change of appearance. Many garbage characters are still observed. 


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-08-13 Thread tora
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671





--- Additional comments from [EMAIL PROTECTED] Wed Aug 13 08:25:17 + 
2008 ---
Created an attachment (id=55732)
A snapshot file collecting some snapshots at various zoom factor, taken with 
OOO300_m2 Linux


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-08-13 Thread tora
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671





--- Additional comments from [EMAIL PROTECTED] Wed Aug 13 08:26:51 + 
2008 ---
Created an attachment (id=55733)
A bogdoc for OOO300_m2, with font Sazanami Mincho


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-08-13 Thread tora
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671





--- Additional comments from [EMAIL PROTECTED] Wed Aug 13 08:27:30 + 
2008 ---
Created an attachment (id=55734)
A bogdoc for OOO300_m2, with font Sazanami Gothic


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-08-12 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671


User hdu changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Tue Aug 12 15:50:40 + 
2008 ---
@tora: does setting the environment variable SAL_DISABLE_FC_SUBST=1 help before 
starting soffice.bin?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-08-12 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671


User hdu changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |89262





--- Additional comments from [EMAIL PROTECTED] Wed Aug 13 05:21:46 + 
2008 ---
On a second though this is most likely a duplicate of issue 89262. Please 
verify with OOO300_m2 or 
newer.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-08-12 Thread tora
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671





--- Additional comments from [EMAIL PROTECTED] Wed Aug 13 05:47:14 + 
2008 ---
@hdu: Thank you for your investigations. 
 SAL_DISABLE_FC_SUBST=1 helps.
 The phenomenon will be confirmed with OOO300_m2. 


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-08-11 Thread tora
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671
 Issue #|92671
 Summary|Glyph level fallback for vertical writing works inappr
|opriately on Linux
   Component|gsl
 Version|DEV300m28
Platform|PC
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|tora





--- Additional comments from [EMAIL PROTECTED] Mon Aug 11 15:02:25 + 
2008 ---
Phenomenon: 
 Many Asian and special characters are rendered with inappropriate glyph. 
 This phenomenon can be observed on Linux, but cannot be seen on either 
 Windows or Solaris so far. 

Details: 
 Please have a look at the snapshot file attached. 

Related issues:
 Issue 92648

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-08-11 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671


User pl changed the following:

What|Old value |New value

 Assigned to|pl|hdu





--- Additional comments from [EMAIL PROTECTED] Mon Aug 11 15:05:41 + 
2008 ---
pl-hdu: please have a look

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-08-11 Thread tora
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671





--- Additional comments from [EMAIL PROTECTED] Mon Aug 11 15:11:42 + 
2008 ---
Created an attachment (id=55699)
A snapshot file collecting some snapshots under different circumstances


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-08-11 Thread tora
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671





--- Additional comments from [EMAIL PROTECTED] Mon Aug 11 15:13:46 + 
2008 ---
Created an attachment (id=55700)
$HOME/.ooo-dev3/user/psprint/pspfontcache on Fedora 8


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-08-11 Thread tora
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671





--- Additional comments from [EMAIL PROTECTED] Mon Aug 11 15:26:15 + 
2008 ---
Font files of Sazanami Mincho and Sazanami Gothic can be obtained from: 
http://fedora.tu-chemnitz.de/pub/linux/fedora/linux/releases/8/Fedora/i386/os/Packages/sazanami-fonts-mincho-0.20040629-4.20061016.fc8.noarch.rpm
http://fedora.tu-chemnitz.de/pub/linux/fedora/linux/releases/8/Fedora/i386/os/Packages/sazanami-fonts-gothic-0.20040629-4.20061016.fc8.noarch.rpm

1. wget -N http://.../...rpm
2. rpm2cpio sazanami-fonts-mincho-0.20040629-4.20061016.fc8.noarch.rpm | cpio 
-d -i
   usr/share/fonts/sazanami-fonts-mincho/sazanami-mincho.ttf is extracted. 


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-08-11 Thread tora
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671





--- Additional comments from [EMAIL PROTECTED] Mon Aug 11 17:01:47 + 
2008 ---
Created an attachment (id=55701)
A bugdoc, identical to the bugdoc of issue 92648


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-08-11 Thread masayan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671


User masayan changed the following:

What|Old value |New value

  CC|'kamataki'|'kamataki,masayan'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92671] Glyph level fallback for v ertical writing works inappropriately on Linux

2008-08-11 Thread enoki
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92671


User enoki changed the following:

What|Old value |New value

  CC|'kamataki,masayan'|'enoki,kamataki,masayan'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]