emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Languages again
@ 2008-11-10 10:23 Carsten Dominik
  2008-11-10 10:49 ` Martin Thorsen Ranang
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Carsten Dominik @ 2008-11-10 10:23 UTC (permalink / raw)
  To: Org-mode Org-Mode

Dear foreign friends,

Since the coding system issues in Emacs drive me mad, I have decided  
to switch to HTML
entities for writing foreign characters in the few special words we  
need.

Could all of you please check and double-check that I have used the  
correct html entities to get the characters correct for your language?

Thanks.

- Carsten



(defcustom org-export-language-setup
   '(("en"  "Author"     "Date"  "Table of Contents" "Footnotes")
     ("cs"  "Autor"      "Datum" "Obsah" "Pozn\xe1mky pod carou")
     ("da"  "Ophavsmand" "Dato"  "Indhold" "Fodnoter")
     ("de"  "Autor"      "Datum" "Inhaltsverzeichnis" "Fußnoten")
     ("es"  "Autor"      "Fecha" "Índice" "Pies de  
página")
     ("fr"  "Auteur"     "Date"  "Table des matières" "Notes de  
bas de page")
     ("hu" "Szerzõ" "Dátum" "Tartalomjegyzék"  
"Lábjegyzet")
     ("it"  "Autore"     "Data"  "Indice" "Note a piè di pagina")
     ("nl"  "Auteur"     "Datum" "Inhoudsopgave" "Voetnoten")
     ("no"  "Forfatter"  "Dato"  "Innhold" "Fotnoter")
     ("nb"  "Forfatter"  "Dato"  "Innhold" "Fotnoter")  ;; nb = Norsk  
(bokm.l)
     ("nn"  "Forfattar"  "Dato"  "Innhald" "Fotnotar")  ;; nn = Norsk  
(nynorsk)
     ("pl"  "Autor"      "Data" "Spis treści"  "Przypis")
     ("sv"  "Førfattare" "Datum" "Innehåll" "Fotnoter"))

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Languages again
  2008-11-10 10:23 Languages again Carsten Dominik
@ 2008-11-10 10:49 ` Martin Thorsen Ranang
  2008-11-10 11:02 ` R: " Giovanni Ridolfi
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Martin Thorsen Ranang @ 2008-11-10 10:49 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Org-mode Org-Mode

> Dear foreign friends,
>
> Since the coding system issues in Emacs drive me mad, I have decided
> to switch to HTML
> entities for writing foreign characters in the few special words we
> need.
>
> Could all of you please check and double-check that I have used the
> correct html entities to get the characters correct for your language?

[...]

>     ("sv"  "Førfattare" "Datum" "Innehåll" "Fotnoter"))

    ("sv"  "Författare" "Datum" "Innehåll" "Fotnoter"))

ø = ø (that we use in Norway, and they don't have in Sweden).
ö   = ö (vice versa)

-- 
Sincerely yours,



Martin Thorsen Ranang

^ permalink raw reply	[flat|nested] 10+ messages in thread

* R: Languages again
  2008-11-10 10:23 Languages again Carsten Dominik
  2008-11-10 10:49 ` Martin Thorsen Ranang
@ 2008-11-10 11:02 ` Giovanni Ridolfi
  2008-11-10 11:28 ` Paul R
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Giovanni Ridolfi @ 2008-11-10 11:02 UTC (permalink / raw)
  To: Org-mode Org-Mode

--- Lun 10/11/08, Carsten Dominik <carsten.dominik@gmail.com> ha scritto:
> Could all of you please check and double-check that I have
> used the correct html entities to get the characters correct
> for your language?

>     ("it"  "Autore"    > "Data"  "Indice" "Note a
> pi&egrave; di pagina")

Italian is OK.

ciao ;-)

Giovanni



      Unisciti alla community di Io fotografo e video, il nuovo corso di fotografia di Gazzetta dello sport:
http://www.flickr.com/groups/iofotografoevideo

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Languages again
  2008-11-10 10:23 Languages again Carsten Dominik
  2008-11-10 10:49 ` Martin Thorsen Ranang
  2008-11-10 11:02 ` R: " Giovanni Ridolfi
@ 2008-11-10 11:28 ` Paul R
  2008-11-10 20:44   ` Carsten Dominik
  2008-11-10 12:07 ` Sebastian Rose
                   ` (4 subsequent siblings)
  7 siblings, 1 reply; 10+ messages in thread
From: Paul R @ 2008-11-10 11:28 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Org-mode Org-Mode

Carsten> Dear foreign friends, Since the coding system issues in Emacs
Carsten> drive me mad, I have decided to switch to HTML entities for
Carsten> writing foreign characters in the few special words we need.

French is ok, thank you Carsten. 

Could you be more specific on the coding system issues you face with
emacs ? It might be worth a bug report, since emacs even in it stable
version, should not cause trouble with internationalization to a skilled
developper.

-- 
  Paul

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Languages again
  2008-11-10 10:23 Languages again Carsten Dominik
                   ` (2 preceding siblings ...)
  2008-11-10 11:28 ` Paul R
@ 2008-11-10 12:07 ` Sebastian Rose
  2008-11-10 12:27 ` Manuel Hermenegildo
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Sebastian Rose @ 2008-11-10 12:07 UTC (permalink / raw)
  To: Org-mode Org-Mode



German is fine :-)


Thanks,

  Sebastian

Carsten Dominik <carsten.dominik@gmail.com> writes:
> Dear foreign friends,
>
> Since the coding system issues in Emacs drive me mad, I have decided to switch
> to HTML
> entities for writing foreign characters in the few special words we need.
>
> Could all of you please check and double-check that I have used the correct html
> entities to get the characters correct for your language?
>
> Thanks.
>
> - Carsten
>
>
>
> (defcustom org-export-language-setup
>   '(("en"  "Author"     "Date"  "Table of Contents" "Footnotes")
>     ("cs"  "Autor"      "Datum" "Obsah" "Pozn\xe1mky pod carou")
>     ("da"  "Ophavsmand" "Dato"  "Indhold" "Fodnoter")
>     ("de"  "Autor"      "Datum" "Inhaltsverzeichnis" "Fu&szlig;noten")
>     ("es"  "Autor"      "Fecha" "&Iacute;ndice" "Pies de p&aacute;gina")
>     ("fr"  "Auteur"     "Date"  "Table des mati&egrave;res" "Notes de bas de
> page")
>     ("hu" "Szerz&otilde;" "D&aacute;tum" "Tartalomjegyz&eacute;k"
> "L&aacute;bjegyzet")
>     ("it"  "Autore"     "Data"  "Indice" "Note a pi&egrave; di pagina")
>     ("nl"  "Auteur"     "Datum" "Inhoudsopgave" "Voetnoten")
>     ("no"  "Forfatter"  "Dato"  "Innhold" "Fotnoter")
>     ("nb"  "Forfatter"  "Dato"  "Innhold" "Fotnoter")  ;; nb = Norsk (bokm.l)
>     ("nn"  "Forfattar"  "Dato"  "Innhald" "Fotnotar")  ;; nn = Norsk (nynorsk)
>     ("pl"  "Autor"      "Data" "Spis tre&sacute;ci"  "Przypis")
>     ("sv"  "F&oslash;rfattare" "Datum" "Inneh&aring;ll" "Fotnoter"))
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover

Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.rose emma-stil de, sebastian_rose gmx de
Http:  www.emma-stil.de

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Languages again
  2008-11-10 10:23 Languages again Carsten Dominik
                   ` (3 preceding siblings ...)
  2008-11-10 12:07 ` Sebastian Rose
@ 2008-11-10 12:27 ` Manuel Hermenegildo
  2008-11-10 21:07 ` Seweryn Kokot
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Manuel Hermenegildo @ 2008-11-10 12:27 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Org-mode Org-Mode


Spanish is fine too. Thanks Carsten! --Manuel

-- 
-------------------------------------------------------------------------------
 Manuel Hermenegildo                     |              Prof., C.S. Department
 Director, IMDEA-Software and CLIP Group |                T.U. of Madrid (UPM)
 http://www.cliplab.org/herme            | +34-91-336-7435 (W) -352-4819 (Fax)
-------------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Re: Languages again
  2008-11-10 11:28 ` Paul R
@ 2008-11-10 20:44   ` Carsten Dominik
  0 siblings, 0 replies; 10+ messages in thread
From: Carsten Dominik @ 2008-11-10 20:44 UTC (permalink / raw)
  To: Paul R; +Cc: Org-mode Org-Mode


On Nov 10, 2008, at 12:28 PM, Paul R wrote:

> Carsten> Dear foreign friends, Since the coding system issues in Emacs
> Carsten> drive me mad, I have decided to switch to HTML entities for
> Carsten> writing foreign characters in the few special words we need.
>
> French is ok, thank you Carsten.
>
> Could you be more specific on the coding system issues you face with
> emacs ? It might be worth a bug report, since emacs even in it stable
> version, should not cause trouble with internationalization to a  
> skilled
> developper.

Hi Paul,

the problem is this:

The different words I am using for different languages are defined in  
an Emacs lisp file.  That file has a certain coding system, and since  
I want to be compatible with older versions of Emacs, I do not want  
this file in a modern utf-8 encoding, but simply in plain ASCII.

Now, when I publish HTML files, I need to insert into these files  
something that is compatible with the coding system of that HTML  
file.  All the possible combinations here drive me crazy and I find  
this boring, so that is why I am settling for HTML entities.  Path of  
lowest resistance.

If the whole world was using Emacs 23, this probably would not be an  
issue, but another decade at least will pass until we are there.

- Carsten

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Languages again
  2008-11-10 10:23 Languages again Carsten Dominik
                   ` (4 preceding siblings ...)
  2008-11-10 12:27 ` Manuel Hermenegildo
@ 2008-11-10 21:07 ` Seweryn Kokot
  2008-11-10 22:36 ` Daniel Clemente
  2008-11-12 15:37 ` Richard KLINDA
  7 siblings, 0 replies; 10+ messages in thread
From: Seweryn Kokot @ 2008-11-10 21:07 UTC (permalink / raw)
  To: emacs-orgmode

Carsten Dominik <carsten.dominik@gmail.com> writes:

> Dear foreign friends,
>
> Since the coding system issues in Emacs drive me mad, I have decided
> to switch to HTML
> entities for writing foreign characters in the few special words we
> need.
>
> Could all of you please check and double-check that I have used the
> correct html entities to get the characters correct for your language?
>
> Thanks.
>
> - Carsten
>

Polish is also ok!

-- 
regards,
Seweryn

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Languages again
  2008-11-10 10:23 Languages again Carsten Dominik
                   ` (5 preceding siblings ...)
  2008-11-10 21:07 ` Seweryn Kokot
@ 2008-11-10 22:36 ` Daniel Clemente
  2008-11-12 15:37 ` Richard KLINDA
  7 siblings, 0 replies; 10+ messages in thread
From: Daniel Clemente @ 2008-11-10 22:36 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Org-mode Org-Mode


[-- Attachment #1.1: Type: text/plain, Size: 177 bytes --]

I attach translations for Catalan and Esperanto.
   ("ca"  "Autor"      "Data" "&Iacute;ndex" "Peus de p&agrave;gina")
   ("eo"  "A&#365;toro"      "Dato" "Enhavo" "Piednotoj")

[-- Attachment #1.2: Type: text/html, Size: 421 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Languages again
  2008-11-10 10:23 Languages again Carsten Dominik
                   ` (6 preceding siblings ...)
  2008-11-10 22:36 ` Daniel Clemente
@ 2008-11-12 15:37 ` Richard KLINDA
  7 siblings, 0 replies; 10+ messages in thread
From: Richard KLINDA @ 2008-11-12 15:37 UTC (permalink / raw)
  To: Org-mode Org-Mode

Hungarian is all right.

Richard

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-11-12 15:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-10 10:23 Languages again Carsten Dominik
2008-11-10 10:49 ` Martin Thorsen Ranang
2008-11-10 11:02 ` R: " Giovanni Ridolfi
2008-11-10 11:28 ` Paul R
2008-11-10 20:44   ` Carsten Dominik
2008-11-10 12:07 ` Sebastian Rose
2008-11-10 12:27 ` Manuel Hermenegildo
2008-11-10 21:07 ` Seweryn Kokot
2008-11-10 22:36 ` Daniel Clemente
2008-11-12 15:37 ` Richard KLINDA

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).