Menu

#37 Turkish character problem.

closed
texmakerx (236)
5
2012-10-17
2009-11-03
Anonymous
No

when editing a tex document which was written before in a different editor, the Turkish characters do not seem correctly. I changed encoding of the editor and nothing was changed. Is there eny solution for this kind of problem?

Discussion

  • Jan  Sundermeyer

    Jan Sundermeyer - 2009-11-05

    Have you tried "edit/setup encoding" and in the dialog "reload with" the apropriate encoding ?

     
  • Anonymous

    Anonymous - 2009-11-06

    yes i have. I tried all the encodings that I know which is suitable for the language.
    and also in the previos message i forgot to say my operating system, (i don't know this information will be needed). I m using windows vista ultimate x64 edition.
    and I must say something more; the normal texmaker is using the encoding "system" and it works good, but in texmakerx this doesn't work.

     

    Last edit: Anonymous 2015-01-30
  • Nobody/Anonymous

    Are you using the same font in Texmaker and TexMakerX?

     
  • Nobody/Anonymous

    could you attach a sample file (short one please) which exhibits this problem ?

     
  • Anonymous

    Anonymous - 2009-11-07

    \documentclass[10pt,answers]{exam}
    \usepackage{amsmath}
    \usepackage[latin5]{inputenc}
    \usepackage[T1]{fontenc}
    \usepackage{vmargin}
    \setpapersize{A4}
    \setmarginsrb{1cm}{1cm}{1cm}{1cm}{12pt}{10pt}{10pt}{10pt}

    \renewcommand{\solutiontitle}{\noindent\textbf{C:}\par\noindent}

    \begin{document}
    \pagestyle{headandfoot}
    \header{}{\textbf{\large Lineer Cebir Uygulama Soruları}}{20.10.09}
    \printanswers
    \qformat{\textbf{Soru \thequestion.}\hfill}

    \begin{questions}
    \question
    $ \begin{array}{r}
    x_1 + 2x_2 + x_3 = 1 \
    2x_1 - x_2 + x_3 = 2 \
    4x_1 + 3x_2 + 3x_3 = 4 \
    2x_1 -x_2 + 3x_3 = 5
    \end{array} $ denklem sistemini satırca eşelon biçime indirgeyerek çözünüz.
    \begin{solution}
    $ \left( \begin{array}{rrr|r}
    1 & 2 & 1 & 1 \
    2 & -1& 1 & 2 \
    4 & 3 & 3 & 4 \
    2 & -1& 3 & 5
    \end{array} \right) \Rightarrow \left( \begin{array}{rrr|r}
    1 & 2 & 1 & 1 \
    0 & 1 & \frac{1}{5} & 0 \
    0 & 0 & 1 & \frac{3}{2} \
    0 & 0 & 0 & 0
    \end{array} \right) \Rightarrow x_1= \frac{1}{10}, \quad x_2 = -\frac{3}{10}, \quad x_3 = \frac{3}{2}. $
    \end{solution}

    \end{questions}
    \end{document}

    I wrote a file which has the problem. In the texts the words "Soruları" and "eşelon" seem like "Sorularý" and "eþelon" in Texmakerx.
    And I m using the same font in both Texmaker and Texmakerx.

     

    Last edit: Anonymous 2016-01-25
  • Benito van der Zander

    The comments are always encoded in utf-8, so we can't really reproduce it with your comment. You could write a comment with a base64-encoded zip of the file if you're not allowed to add a file,

    However, if I save the text you posted in texmaker with the encoding windows-1254, and open it in texmakerx with the default configuration, the text is changed like you described it. But, if i click on "edit\setup encoding"\"reload with" "windows-1254" or "iso-8859-9", it works. Also if I set the editor encoding to "windows-1254" or "iso-8859-9" and disable "autodetect...".

     
  • Jan  Sundermeyer

    Jan Sundermeyer - 2009-11-13

    you should disable "autodetect encoding of loading file" since it can only distinguish between utf-... and ISO-8859-1.
    It ignores the default codec completely ...

    Could you try to open your file with the said option disabled ?

     
  • Jan  Sundermeyer

    Jan Sundermeyer - 2009-11-13

    you should disable "autodetect encoding of loading file" since it can only distinguish between utf-... and ISO-8859-1.
    It ignores the default codec completely ...

    Could you try to open your file with the said option disabled ?

     
  • Nobody/Anonymous

    ok. I disabled that option, and it works good. Thank you all.

     
  • Jan  Sundermeyer

    Jan Sundermeyer - 2009-12-21

    codec selection in config menu changed to map real tmx behaviour (either autodetect beween utf8/16 and ISO 8859-1 or use given codec)

     

Log in to post a comment.