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

From Wiki
Jump to navigation Jump to search
 
(7 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
 +
* ...
 +
 
 +
Excuse me.
 +
 
 +
But: why don't you ask Hans to add this file to the official distribution?
 +
 
 +
-- [[User:Mojca Miklavec|Mojca]]

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