Bug 669 - "xman" can't view japanese manual pages
Summary: "xman" can't view japanese manual pages
Status: RESOLVED INVALID
Alias: None
Product: xorg
Classification: Unclassified
Component: App/xman (show other bugs)
Version: unspecified
Hardware: All All
: medium minor
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard: 2011BRB_Reviewed
Keywords: i18n
Depends on: 696
Blocks:
  Show dependency treegraph
 
Reported: 2004-05-24 14:47 UTC by Roland Mainz
Modified: 2018-06-12 19:06 UTC (History)
5 users (show)

See Also:
i915 platform:
i915 features:


Attachments
Japanese manual for chfn (1.96 KB, application/x-gzip)
2010-11-05 18:59 UTC, Jesse Adkins
no flags Details

Description Roland Mainz 2004-05-24 14:47:50 UTC
"xman" can't view japanese manual pages.

Steps to reproduce:
1. Log into a Solaris machine where the japanese locale has been installed,
session=CDE, locale=ja_JP.PCK
2. Make sure /usr/java/man/ja_JP.PCK/ is in the $MANPATH
3. Start "xman"
4. Browse "java" manual page

Result:
Unreadable ascii gibberish

Expected result:
Japanese text
Comment 1 Egbert Eich 2004-05-27 22:19:25 UTC
A decisison needs to be made if Xman should be tossed, deprecated but provided
'as is', or fixed. xman may not be i18n capable and I would think the incentive
to fix it is not very high as there are other ways to view manual pages.
Is xman still shipped with Solaris?
Comment 2 Roland Mainz 2004-05-28 01:32:59 UTC
Egbert Eich wrote:
> A decisison needs to be made if Xman should be tossed,

Please no... ;-(

> deprecated but provided
> 'as is', or fixed.

Well, a possible fix may be simply to switch the default font to a japanese
encoding "on demand". The problem is how "xman" should detect a japanese manual
page (there are some nice algorithms for charset autodetection) ... or whether
the user should do that manually.
For a Motif application this would be easy... but I have no clue how I can force
the Xaw text widget into doublebyte mode (e.g. 16bit font) - does anyone know
examples for that ?

[snip]
> Is xman still shipped with Solaris?

Yes, it's even in the default ${PATH} ...
% which xman
/usr/openwin/bin/xman
... and Alan did recently some bugfixing for Solaris and added support for
DocBook manual pages.
Comment 3 Roland Mainz 2004-05-30 09:30:11 UTC
After some investigation and experiments with "XMore" it seems that i18n support
in Xaw mainly works like in Motif - basically all the XFontStruct stuff has to
be replaced with XFontSet objects, |XtNinternational| must be set to |True| and
that's all in theory.
In reality I am getting "<<< FILE CONTENTS NOT REPRESENTABLE IN THIS LOCALE >>>"
on my SuSE8.2 installation... does anyone have any ideas why this happens ?
Comment 4 Roland Mainz 2004-05-31 14:01:04 UTC
I may have a fix for this . but currently I am stuck in bug 696 ("Cannot build
own libX11.so on Solaris which uses Solaris locale objects") and cannot test
whether my patch works... ;-(
Comment 5 Erik Andren 2006-06-28 12:19:12 UTC
Is this still an issue?
Comment 6 Daniel Stone 2007-02-27 01:23:34 UTC
Sorry about the phenomenal bug spam, guys.  Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Comment 7 Jesse Adkins 2010-11-05 18:59:11 UTC
Created attachment 40077 [details]
Japanese manual for chfn

Using the git version of xman, xserver 1.9.0 (from Ubuntu 10.10), and the attached manual, I see this bug.

The output I get is :

eqn:/tmp/xmanMiVXXR:35: invalid input character code `144'
eqn:/tmp/xmanMiVXXR:35: invalid input character code `141'
eqn:/tmp/xmanMiVXXR:35: invalid input character code `137'
eqn:/tmp/xmanMiVXXR:35: invalid input character code `141'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `131'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `131'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `130'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `129'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `143'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `144'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `141'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `130'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `132'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `131'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `133'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `130'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `146'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `137'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `155'
eqn:/tmp/xmanMiVXXR:36: invalid input character code `129'
...(snipped by me)

This output suggests that this is really a problem with eqn not being able to handle Japanese output.

I should also mention that I did no locale editing, and that man was able to render the characters properly.
Comment 8 Jeremy Huddleston Sequoia 2011-09-25 15:56:34 UTC
What is the output of running 'locale'?

If you do this first:
export LC_ALL=ja_JP.PCK
export LANG=ja_JP.PCK

are you able to browse it?

I don't think that this is an xman bug.  It's just the unfortunate nature of 
icky character sets and locales.
Comment 9 Adam Jackson 2018-06-12 19:06:41 UTC
Mass closure: This bug has been untouched for more than six years, and is not
obviously still valid. Please reopen this bug or file a new report if you continue to experience issues with current releases.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.