cloudgoon / latex-lab

Automatically exported from code.google.com/p/latex-lab
0 stars 0 forks source link

International character support #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Convert the input to the appropriate ISO character set (in my case
ISO-8859-1) when saving to a temp-file.

What is the expected output? What do you see instead?
I expect to see Icelandic characters, instead I see symbols as the
multi-byte characters are being read as single byte symbols.

What version of the product are you using? On what operating system?
I'm using the current version at http://docs.latexlab.org/ site.
OS: Ubuntu GNU/Linux 9.10
Browser: Firefox sumfink, using UTF-8 as default character set (that in a
way being the problem, but UTF-8 is becoming de facto standard).

Please provide any additional information below.

Original issue reported on code.google.com by johann.f...@gmail.com on 7 May 2010 at 2:43

GoogleCodeExporter commented 8 years ago
Sorry, misread "reproduce" as "reduce".

To reproduce the problem, try compiling any document containing characters that 
are
not part the "english alphabet".

Original comment by johann.f...@gmail.com on 7 May 2010 at 3:03

GoogleCodeExporter commented 8 years ago
Document contents are encoded in UTF-8 which will support most or all characters
sets. ISO-8859-1 will lead to issues on the LaTeX side. Could you attach a copy 
of
the document you're having difficulty compiling?

Original comment by bobbysoa...@gmail.com on 7 May 2010 at 5:38