[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV Chartrans: what is proper place for chars replacement?
From: |
Klaus Weide |
Subject: |
Re: LYNX-DEV Chartrans: what is proper place for chars replacement? |
Date: |
Fri, 8 Aug 1997 11:12:05 -0500 (CDT) |
On Fri, 8 Aug 1997, Andrey A. Chernov wrote:
> My situation looks like:
> 1) I use charset A as my display charset.
> 2) I browse page with charset B.
> 3) Although charsets A and are B almost similar, few characters from B are
> unique and I see them as U<unicode_number>.
> 4) I know good visual replacements for them from ASCII or from charset A,
> replacements are obviously better than U<number> form.
>
> The question is:
> where I can specify that replacements?
>
> I try to add following lines to charset B uni.tbl:
>
> U<number>:<ASCII_replacement>
>
> but they not affect anything.
> Is this feature is not implemented yet in Lynx or another method must be
> used?
You have to add them to the table for A, not for B.
Net doc (internal) display
charset B --------> Unicode -----------> A
^
|
You want to change something here.
In the table for A you can either use
U+<number>:<Replacement string>
or, if you want to map to only one character 0xNN in A,
0xNN U+<regular Unicode number for NN> U+<your number> [...]
Klaus
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;