translation

  • ChelAxe
    25th Feb 2012 Member 0 Permalink
    For the Russian translation should be something to do with fonts, please tell me where to dig, what to read, how to implement ...
  • ChelAxe
    25th Feb 2012 Member 0 Permalink
    Help me!!!
  • mniip
    25th Feb 2012 Developer 0 Permalink
    @ChelAxe (View Post)
    since the fonts are 1-byte coded, russian letters wouldnt fit it.
    I think this needs complete rewrite of fonts/texrt drawing/texrt markup
  • vanquish349
    25th Feb 2012 Member 0 Permalink
    @mniip (View Post)
    i don't think they are 1 bytes, i think they are labeled 1 byte and the label redirects them to font.c which is 3 bytes.
  • mniip
    25th Feb 2012 Developer 0 Permalink
    @vanquish349 (View Post)
    this needs slight unicode-like addition
    like,
    0xFa bc should not point at symbol 0xFa then 0xbc, it will be symbol 0xabc
    this way, it might fit 4096 symbols, enough for almost all used languages
  • guigadj
    4th May 2013 Member 0 Permalink

    to pt br

    have a way?