Difference between revisions of "Talk:Encodings and Regimes - Old Content"

From Wiki
Jump to navigation Jump to search
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
How to obtain a Unicode charecter by using its decimal code ? -- Quy
+
I think that we should rename the iso-8859-9 to iso-8859-15 in both the table on this page and the page name. -15 is afaik latin-9 and -9 is latin-5. --[[User:Patrick Gundlach|pg]]
  
The simplest way is to split the 16 bits into its component 2 bytes: +U1ED5 -> \uchar{"1E}{"D5} ->
+
There was such a nice rule :(
\uchar{30}{213}. --[[User:Adam|Adam]] 20:07, 1 Jan 2005 (CET)
+
* ISO-8859-1 = Latin 1
 +
* ISO-8859-2 = Latin 2
 +
* ISO-8859-3 = Latin 3
 +
* ISO-8859-4 = Latin 4
 +
* ...
  
After loading Vietnamese UTF8 (your description) I try:
+
Excuse me.
<texcode>
 
\starttext
 
\uchar{30}{160} % 1EA0
 
\stoptext
 
</texcode>
 
But there is error:
 
  
kpathsea: Running mktextfm UnicodeRegular1e
+
But: why don't you ask Hans to add this file to the official distribution?
/work/apps/tetex/share/texmf/web2c/mktexnam: Could not map source abbreviation U for UnicodeRegular1e.
 
/work/apps/tetex/share/texmf/web2c/mktexnam: Need to update /work/apps/tetex/share/texmf-dist/fonts/map/fontname/special.map?
 
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input UnicodeRegular1e
 
This is METAFONT, Version 2.71828 (Web2C 7.5.4)
 
  
kpathsea: Running mktexmf UnicodeRegular1e
+
-- [[User:Mojca Miklavec|Mojca]]
! I can't find file `UnicodeRegular1e'.
 
<*> ...mag:=1; nonstopmode; input UnicodeRegular1e
 
                                                 
 
Please type another input file name
 
! Emergency stop.
 
<*> ...mag:=1; nonstopmode; input UnicodeRegular1e
 
                                                 
 
Transcript written on mfput.log.
 
grep: UnicodeRegular1e.log: No such file or directory
 
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input UnicodeRegular1e' failed to make UnicodeRegular1e.tfm.
 
kpathsea: Appending font creation commands to missfont.log.
 
! Font \unicodefont=UnicodeRegular1e at 12.0pt not loadable: Metric (TFM) file
 
not found.
 
<recently read> \bodyfontsize
 
                             
 
\unicodeglyph ... \currentfontscale \bodyfontsize
 
                                                  \unicodestrut \unicodefont...
 
 
 
\uchar ... \unicodetwo \relax \handleunicodeglyph
 
                                                  \egroup
 
l.4 \uchar{30}{160}
 
                 
 
?
 
 
 
Any ideas ? Thanks. Quy
 

Latest revision as of 20:26, 3 June 2020

I think that we should rename the iso-8859-9 to iso-8859-15 in both the table on this page and the page name. -15 is afaik latin-9 and -9 is latin-5. --pg

There was such a nice rule :(

  • ISO-8859-1 = Latin 1
  • ISO-8859-2 = Latin 2
  • ISO-8859-3 = Latin 3
  • ISO-8859-4 = Latin 4
  • ...

Excuse me.

But: why don't you ask Hans to add this file to the official distribution?

-- Mojca