flash unicode help

  • Started 21 years ago
  • Last post 21 years ago
  • 1 Response
  • bk_shankz

    Does anyone know why unicode .utx files for Flash on Windows servers aren't working but work fine on a Unix server.

    I can hear this question fall with a thud already.

  • ********
    0

    something to do with the fact that windows places line break in text files with "\n\r" which flash doesn't like, and when in Unix, it's only a single "\n", which flash likes.

    I've had similar problems with XML, but I don't know what utx files are...